Not able to start non global zone on Solaris 11


 
Thread Tools Search this Thread
Operating Systems Solaris Not able to start non global zone on Solaris 11
# 1  
Old 08-22-2013
Not able to start non global zone on Solaris 11

I have configured three zones on Solaris-11. These are non-global zones contain Solaris-11 only. One of the zone is not booting up, complaining about IP address in use, while it is not.
Code:
root@tdpdmsp02 # zoneadm list -icv
  ID NAME             STATUS     PATH                           BRAND    IP
   0 global           running    /                              solaris  shared
   2 tdpdmsp02-zt3ep01 running    /zone/tdpdmsp02-zt3ep01/root    solaris  shared
   3 tdpdmsp02-zt3ip01 running    /zone/tdpdmsp02-zt3ip01/root    solaris  shared
   - tdpdmsp02-zkmp01  installed  /zone/tdpdmsp02-zkmp01/root     solaris  shared
root@tdpdmsp02 # zoneadm -z tdpdmsp02-zkmp01 boot
zone 'tdpdmsp02-zkmp01': net0: could not bring network interface up: address in use by zone 'global'
zoneadm: zone 'tdpdmsp02-zkmp01': call to zoneadmd failed
root@tdpdmsp02 # zonecfg -z tdpdmsp02-zkmp01 info | egrep "address|physical"
        address: 10.53.72.171/22
        allowed-address not specified
        configure-allowed-address: true
        physical: net0
        physical: 48G
root@tdpdmsp02 # ifconfig net0
net0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
        inet 10.53.72.170 netmask fffffc00 broadcast 10.53.75.255
        ether 0:10:e0:23:10:fe
root@tdpdmsp02 # ifconfig -a | grep -i 10.53.72.171
root@tdpdmsp02 #

I am not able to figure out, how to fix this. But, if I am rebooting physical box (global - tdpmsp02), then this zone starts. But in that case, IP is not in <UP> status.
# 2  
Old 08-23-2013
zonecfg

Hi,

You need to change this:

address: 10.53.72.171/22
allowed-address not specified
configure-allowed-address: true


To this:

address: not specified
allowed-address 10.53.72.171/22
configure-allowed-address: true


OR this:

address: 10.53.72.171/22
allowed-address not specified
configure-allowed-address: false
# 3  
Old 08-23-2013
My other non global zones are running with same parameters. Am I configuring them wrongly ?
# 4  
Old 08-29-2013
This is because you are using a shared-ip config and the net0 device is already assigned to the global zone and has the IP already configured. IF you change this to exclusive-ip and do
Code:
ipadm delete-ip net0

you can then assign that interface to the zone and boot it.
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

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

3. Programming

I can't compile (gcc) in Solaris 11.3 non global zone

I can't compile anything, the final make error says "Command failed for target `install-recursive'", but I am not able to identify the root cause of that error, I tried with cc, gcc 4.5, also gcc 5.2, using make, using gmake 3.82, ld 5.11, gld 2.31... and I am totally stuck yet... please help, to... (4 Replies)
Discussion started by: sugar222
4 Replies

4. Solaris

Solaris non-global zone cpu pinning

Am new on solaris :):confused: Have below questions for dedicated-cpu cores 1. For licensing I want to assign 2 core per non-global zone one from each processor. Am using below but seems it's not supported . root@solaris-test:~# psrinfo 0 on-line since 04/25/2016... (3 Replies)
Discussion started by: Shirishlnx
3 Replies

5. Solaris

Solaris 11 global zone timezone

Am new on Solaris If I compare with ESXi default timezone is UTC and we have to set BIOS timezone to UTC too . What we follow and best practice in Solaris Sparc servers . Thanks in advance . (2 Replies)
Discussion started by: Shirishlnx
2 Replies

6. Solaris

Solaris non-global zone network vlan

Have 2 nics on physical system net0 phys 1500 up -- net1 phys 1500 up -- 1. I want to create a link aggregation with LACP enabled with above 2 nics 2. Create port-group(Like we create on ESXi) with VLAN-ID 2141 3. And assign this... (0 Replies)
Discussion started by: Shirishlnx
0 Replies

7. 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

8. Solaris

[b]How to mount a folder from global zone to non global zone??

Hi All There is one folder in global zone I just want to share the same folder innon global zone. How can i do it? pls send me script for this. (2 Replies)
Discussion started by: vijaysachin
2 Replies

9. 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
Login or Register to Ask a Question