Solaris non-global zone network vlan


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris non-global zone network vlan
# 1  
Old 04-26-2016
Solaris non-global zone network vlan

Have 2 nics on physical system

Code:
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 to multiple non-global zones

Please assist

I did below but unable to allocate to multiple non-global znoes

nic0 + nic1 => AGGRMGMT0 (with LACP enabled)

AGGRMGMT0 => VLAN2141

Code:
root@solaris-test:~# dladm
LINK                CLASS     MTU    STATE    OVER
net3                phys      1500   unknown  --
net0                phys      1500   up       --
net1                phys      1500   up       --
net2                phys      1500   unknown  --
AGGRMGMT1           aggr      1500   up       net0 net1
VLAN141             vlan      1500   up       AGGRMGMT1
VLAN171             vlan      1500   up       AGGRMGMT1

And allocated VLAN141 as anet to multiple zone

Code:
root@solaris-test:~# zonecfg -z ngz-101 "add anet; set linkname=VLAN141;end;commit;exit"


root@solaris-test:~# zonecfg -z ngz-102 "add anet; set linkname=VLAN141;end;commit;exit"
The linkname VLAN141 is already in use by another resource.
The verify command only makes sense in the global scope.
Resource incomplete; really quit (y/[n])? y

root@solaris-test:~# zoneadm -z ngz-101 apply
zone 'ngz-101': error: ip-type does not match
zoneadm: zone ngz-101: failed to apply the configuration: zoneadmd(1M) returned an error 1 (unspecified error)
root@solaris-test:~#

Getting above error please assist also suggest how I can achieve my requirement here .

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

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

5. Solaris

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. root@tdpdmsp02 # zoneadm list -icv ID NAME STATUS PATH BRAND IP... (3 Replies)
Discussion started by: solaris_1977
3 Replies

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

7. Solaris

how to add a default gateway in a zone of different VLAN of global zone

Hi Greetings... I have an issue in connecting the zone from outside the network and it is because of default gateway. I can ping default gateway from inside the zone and not able to ping from global zone due to different VLAN issue. If i add two different gateways and restart network services,... (2 Replies)
Discussion started by: vvpotugunta
2 Replies

8. Solaris

How to assign a dedicated network interface to a non-global zone?

We got a network card(e1000g0) with 1gb of speed and working with global zone. We got a new network interface card, we have to place that in slot and we have to use that card as dedicated network interface to the non-global zone(hyd_app) in V890. As i never done this before, please explain me... (2 Replies)
Discussion started by: Sesha
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