HP-UX vPars and Integrity VM V6.1.5 Administrator Guide (5900-2295, April 2013)

hpvmclone -P guestname -K Remote-Console-IP-Address -L
Remote-Console-Mask
hpvmcreate -P guestname -K Remote-Console-IP-Address -L
Remote-Console-Mask
hpvmmodify -P guestname -K Remote-Console-IP-Address -L
Remote-Console-Mask
For example:
# hpvmmodify -P guestname -K 16.92.81.68 -L 255.255.252.0
NOTE: Only IPv4 addresses are supported, not IPv6.
The virtual iLO Remote Console IP address must be unique and different from both the Host IP
address and the Guest IP address. The virtual iLO Remote Console IP address does not need to be
configured in advance. When the virtual iLO Remote Console is created, Integrity VM automatically
creates an alias interface for the IP address. For example, if you create the virtual iLO Remote
Console:
# hpvmmodify -P guestname -K 16.92.81.68 -L 255.255.252.0
Integrity VM configures the IP alias in a similar manner as if you specified the ifconfig command:
"ifconfig lan0:274485572 16.92.81.68 netmask 255.255.252.0"
To see the alias interface that Integrity VM creates, run the netstat command:
# netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 32808
16.92.81.68 16.92.81.68 UH 0 lan1:274485572 32808
16.92.80.101 16.92.80.101 UH 0 lan1 32808
127.0.0.0 127.0.0.1 U 0 lo0 32808
default 16.92.80.101 U 0 lan1 1500
To delete a virtual iLO Remote Console, specify 0 as the IP address. For example:
# hpvmmodify -P guestname -K 0
To obtain the virtual iLO Remote Console settings of a guest, use the hpvmstatus command. For
example:
# hpvmstatus -P guestname
....
[Remote Console]
Remote Console Ip Address: 16 .92.81.68
Remote Console Net Mask: 255.255.252.0
When users connect to the virtual iLO Remote Console IP Address, they must log in using the
standard telnet or ssh system authentication. After authenticating, they receive immediate access
to the guest console:
# ssh -l guest1admin 16.92.81.68
Password:
vMP MAIN MENU
CO: Console
CM: Command Menu
CL: Console Log
SL: Show Event Logs
VM: Virtual Machine Menu
HE: Main Help Menu
X: Exit Connection
[guest1] vMP>
182 Managing vPars/VMs