VNICs becomes DISABLED in non-global

Discussions about using Solaris guests in VirtualBox.
Post Reply
agalanti_it
Posts: 6
Joined: 11. Jun 2013, 16:33
Primary OS: OpenSolaris 11
VBox Version: OSE other
Guest OSses: Windows/Linux

VNICs becomes DISABLED in non-global

Post by agalanti_it »

Hi,
I am tryng to reproduce what I was able to do using Solaris 11 physical host in VBOX.

I have a Solaris 11 guest in which I have an host-only interface that I want to use to create a RAC network.

First of all I create the 4 vnic in my guest

dladm create-vnic -l net0 -m 0:0:0:0:11 vnic11
dladm create-vnic -l net0 -m 0:0:0:0:11 vnic11
...

In the ip-exclusive zone rac01 I create the ip:

ipadm create-ip vnic11
ipadm create-ip vni12
...

and te ipmp

ipadm create-ipmp ipmp0
ipadm add ipmp -i vnic11
ipadm add-ipmp -i vnic12
...

and finally the address:

ipadm create-addr -T static -a 192.168.56.101/24 ipmp0

everything is ok, but next time I got the zone up all becomes DISABLED:

NAME CLASS/TYPE STATE UNDER ADDR
ipmp0 ipmp disabled -- --
ipmp0/v4 static disabled -- 192.168.56.101/24
ipmp1 ipmp disabled -- --
ipmp1/v4 static disabled -- 10.0.2.101/24
lo0 loopback ok -- --
lo0/v4 static ok -- 127.0.0.1/8
lo0/v6 static ok -- ::1/128
vnic11 ip disabled ipmp0 --
vnic12 ip disabled ipmp0 --
vnic13 ip disabled ipmp1 --
vnic14 ip disabled ipmp1 --




why?????? do I make any mistake????

Thank in advance
Andrea
Post Reply