HP Integrity Virtual Machines Installation, Configuration, and Administration
# hpvmnet -d -s 6 -F
Start the vswitch named switch1:
# hpvmnet -b -S switch1
Stop the vswitch named switch1:
y
# hpvmnet -h -S switch1
hpvmnet: Halt the vswitch 'switch1'? [n/y]:
Configure port 2 on vswitch switch1 with VLAN identifier 100:
# hpvmnet -S switch1 -u portid:2:vlanid:100
Display information about VLAN ports configured for the vswitch named myswitch:
# hpvmnet -S myswitch
Name Number State Mode PPA MAC Address IP Address
======== ====== ======= ========= ====== ============== ===============
myswitch 2 Up Shared lan1 0x00306ef3120c 1.2.3.4
[Port Configuration Details]
Port Port Untagged Number of Active VM
Number state VLANID Reserved VMs
======= ============ ======== ============ ============
1 Reserved none 1
2 Active none 1 config2
3 Reserved none 1
4 Active none 1 winguest2
# hpvmnet -S myswitch -p 4
Vswitch Name : myswitch
Max Number of Ports : 100
Port Number : 4
Port State : Active
Active VM : winguest2
Untagged VlanId : none
Reserved VMs : winguest2
In order to switch over the lan1 from lan0:
# hpvmnet -C -S hostnet -n 0
# hpvmnet -S hostnet
Name Number State Mode NamePPA MAC Address IP Address
======== ====== ======= ========= ======== ============== ===============
hostnet 296 Up Shared lan0 0x00306e4a93e6
To clone the vswitch, enter the following command:
# hpvmnet -C -n 1 -S vmvlan -N clone
# hpvmnet -S clone
Name Number State Mode NamePPA MAC Address IP Address
======== ====== ======= ========= ======== ============== ===============
clone 297 Down Shared lan1
[Port Configuration Details]
Port Port Untagged Number of Active VM
Number state VLANID Reserved VMs
======= ============ ======== ============ ============
2 Available 20 0
AUTHORS
The hpvmnet command was developed by the Hewlett-Packard Company.
SEE ALSO
On the VM Host:
209