Unable to access serial port from non-global solaris zone on netra 240


 
Thread Tools Search this Thread
Operating Systems Solaris Unable to access serial port from non-global solaris zone on netra 240
# 1  
Old 11-20-2010
Unable to access serial port from non-global solaris zone on netra 240

I am trying to use a serial communications device that is connected to /dev/ttyb on a netra 240 server. This is a solaris zone configuration using solaris 10 0910. I am able to access /dev/ttyb from the global zone but not throught he non-global zone. I have enabled all of the tty devices in my zone named roseanne using
Code:
zoneadm -z roseanne
add device
set match=/dev/tty*
end
# zonecfg -z roseanne info 
zonename: roseanne
zonepath: /zones/roseanne
brand: native
autoboot: false
bootargs: 
pool: 
limitpriv: 
scheduling-class: 
ip-type: shared
net:
address: 172.19.160.111/23
physical: bge0
defrouter not specified
device
match: /dev/tty*
dataset:
name: rpool/zones/roseanne/evd_fs

# From the non global zone, I see all of the tty devices except for ttyb
Code:
ls -l /dev
crw-rw-rw- 1 root tty 22, 0 Nov 19 17:01 tty
crw-rw-rw- 1 root sys 26, 0 Nov 19 15:55 ttyp0
crw-rw-rw- 1 root sys 26, 1 Nov 19 15:55 ttyp1
crw-rw-rw- 1 root sys 26, 2 Nov 19 15:55 ttyp2
crw-rw-rw- 1 root sys 26, 3 Nov 19 15:55 ttyp3
crw-rw-rw- 1 root sys 26, 4 Nov 19 15:55 ttyp4
crw-rw-rw- 1 root sys 26, 5 Nov 19 15:55 ttyp5
crw-rw-rw- 1 root sys 26, 6 Nov 19 15:55 ttyp6
crw-rw-rw- 1 root sys 26, 7 Nov 19 15:55 ttyp7
crw-rw-rw- 1 root sys 26, 8 Nov 19 15:55 ttyp8
crw-rw-rw- 1 root sys 26, 9 Nov 19 15:55 ttyp9

I have seen several posts describing this problem but I have never seen a solution.
Does anyone have any ideas?

Moderator's Comments:
Mod Comment Please use "code" tags!

Last edited by DukeNuke2; 11-20-2010 at 04:55 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris 11 zone has no external network access (except to Global Zone)

Hi, hoping someone can help, its been a while since I used Solaris. After creating a NGZ (non global zone), the NGZ can access the GZ (Global Zone) and the GZ can access the NGZ (using ssh, zlogin) However, the NGZ cannot access any other netwqork devices, it can't even see the default router ... (2 Replies)
Discussion started by: GazinLincoln
2 Replies

2. Solaris

Unable to login via console mode to non-global zone

tldr; We've installed a non-global-zone from a unified archive which once booted, we're unable to gain access to the system either through zlogin or zlogin -C. Errors; svc.startd: instance svc:/system/console-login:default exited with status 127 Investigation; 1) Already opened a SR with... (1 Reply)
Discussion started by: samthewildone
1 Replies

3. Solaris

Unable to send mail from non-global zone

TLDR; non-global-zone has same configuration files (sendmail.cf) as global-zone but still unable to send mail out using mailx I have a S11.3 system that has a non-global-zone which uses the exact same sendmail.cf configurations as the global but, unable to send mail out from it. Apparently... (2 Replies)
Discussion started by: samthewildone
2 Replies

4. Solaris

Solaris 11 Global zone patching having Solaris 10 branded zone

I am planning to do solaris 11 global zone patching having solaris 10 branded zone. I have a doubts on step 8 specially Can someone clear my step 8 doubts or if anything wrong between step 1 to step 9 please correct that also as I have pretty good idea about Step 10 mean patching in solaris 10... (2 Replies)
Discussion started by: amity
2 Replies

5. Solaris

Solaris 10 local zone on Solaris 11 global zone

Hi, A quick question: Can Solaris 10 local zones be moved to a Solaris 11 global zone and work well? Thank you in advance! (5 Replies)
Discussion started by: aixlover
5 Replies

6. Solaris

netra 240 difference

Hi, sunfire v240 and netra 240 are looks similar. system board, memory and processors are similar, then why netra 240 called as telco server? can anyone tell the difference. RJS (1 Reply)
Discussion started by: rajasekg
1 Replies

7. Solaris

How to access ENV variables of non global zones in global zone???

Hi Guys, My requirement is I have file called /opt/orahome/.profile in non global zone. PATH=/usr/bin:/usr/ucb:/etc:/usr/sbin:/usr/local/bin:/usr/openwin/bin:. export PATH PS1="\${ORACLE_SID}:`hostname`:\$PWD$ " export PS1 EDITOR=vi export EDITOR ENV=/opt/orahome/.kshrc export ENV... (1 Reply)
Discussion started by: vijaysachin
1 Replies

8. Solaris

Solaris Zone : Non global Zone check failed

Hi All , I try to install some packages in my global zone... On the execution of the installion of the script it quits by saying the error "Non global zone check failed" Kindly help me in this regard Thanks in advance, jeganr (7 Replies)
Discussion started by: jegaraman
7 Replies

9. UNIX for Advanced & Expert Users

can not access global zone

hi , I am trying to access my machine at work with PuTTY and I keep obtaining "access denied"... and i can't access the global zone but i can login on any local zone and then from there i can login using "ssh -l root Ip command " command....... whats the problem , If anybody have idea about... (2 Replies)
Discussion started by: tahir23
2 Replies
Login or Register to Ask a Question