add NIC, vsw and vnet to LDoms on T5220
(Note: I do not speak much networking, please the abuse of terms ...)
I have a T5220 running ldm:
/opt/SUNWldm/bin/ldm -V
Logical Domain Manager (v 1.3)
Hypervisor control protocol v 1.4
Using Hypervisor MD v 1.0
System PROM:
Hypervisor v. 1.7.7 @(#)Hypervisor 1.7.7 2010/03/15 09:26\015
OpenBoot v. 4.30.7 @(#)OBP 4.30.7 2010/03/15 07:43
and Solaris 10:
uname -a
SunOS zoot 5.10 Generic_142900-05 sun4v sparc SUNW,SPARC-Enterprise-T5220
cat /etc/release
Solaris 10 8/07 s10s_u4wos_12b SPARC
Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 16 August 2007
Each LDom has two vnets (vnet1 and vnet2). I need to change vnet2 to a different IP. The new IP is in a different network vlan, so I must change all LDoms at once or add a new virtual switch and virtual network devices. It doesn't make sense to do them all at the same time, so I working on defining a new physical nic ect.
I have a T5220 running ldm:
/opt/SUNWldm/bin/ldm -V
Logical Domain Manager (v 1.3)
Hypervisor control protocol v 1.4
Using Hypervisor MD v 1.0
System PROM:
Hypervisor v. 1.7.7 @(#)Hypervisor 1.7.7 2010/03/15 09:26\015
OpenBoot v. 4.30.7 @(#)OBP 4.30.7 2010/03/15 07:43
and Solaris 10:
uname -a
SunOS zoot 5.10 Generic_142900-05 sun4v sparc SUNW,SPARC-Enterprise-T5220
cat /etc/release
Solaris 10 8/07 s10s_u4wos_12b SPARC
Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 16 August 2007
Each LDom has two vnets (vnet1 and vnet2). I need to change vnet2 to a different IP. The new IP is in a different network vlan, so I must change all LDoms at once or add a new virtual switch and virtual network devices. It doesn't make sense to do them all at the same time, so I working on defining a new physical nic ect.
0