HP Integrity Virtual Machines Online Migration with IBM Informix Dynamic Server 11.50

7
HPVM installation and creation of guests
Steps
1. Install HP Integrity VM 4.1 software using swinstall command
# swinstall -x autoreboot=true -s my.server.foo.com:/depot/path T2767CC T8718AC
To list the bundles installed use swlist command
# swlist | grep -i integrity vm
Note
You can install Integrity VM on a hard partition (nPar)
running HP-UX, but do not attempt to install Integrity VM on
a virtual partition (vPar).
2. Verify the installation
# hpvminfo
hpvminfo: Running on an HPVM host.
3. Create an Integrity VM virtual Ethernet switch
hpvmnet Create and control an Integrity Virtual Machines virtual network switch (vswitch)
The hpvmnet command-line options and arguments:
-S vswitch-name : Specifies the unique name of the virtual switch.
-s vswitch-number : Specifies the unique number of the virtual switch
-v Displays the version number of the hpvmnet output format. The version number is
displayed first, followed by the display specified by the other options.
-V Displays information about vswitches in verbose mode.
-M Displays verbose resource information in a machine-readable format.
-c Creates a new vswitch.
-d Deletes an existing vswitch.
-b Starts an existing vswitch. Vswitches must be started before they will accept guest
traffic
-h Stops a vswitch.
-r Stops and restarts a vswitch.
The following command was used to create and start the virtual network switch:
# hpvmnet -c -S vlan -n 0
# hpvmnet -c -S blan -n 1
# hpvmnet -b -S vlan
# hpvmnet -b -S blan