HP Integrity Virtual Machines Installation, Configuration, and Administration Version A.03.50

DIAGNOSTICS
The hpvmconsole command displays error messages on stderr for any of the following
conditions:
An invalid option is specified.
The hpvmconsole command and Integrity VM are at different revision levels.
An operational error was encountered.
EXAMPLES
To use the console interactively:
# hpvmconsole -p guestname
To collect the guest console log in the correct order:
# hpvmconsole -P "$GUEST" -q -c cl > $GUEST.conslog
Similarly, to collect the guest operation log:
# hpvmconsole -P "$GUEST" -q -c 'rec -view' > $GUEST.applog
To override the default attention character (Ctrl/B) and use Ctrl/t instead:
# hpvmconsole -e ^t -P guestname
AUTHORS
The hpvmconsole command was developed by HP.
SEE ALSO
On the VM Host:
hpvm(5), hpvmclone(1M), hpvmcollect(1M), hpvmcreate(1M), hpvmdevmgmt(1M), hpvminfo(1M),
hpvmmigrate(1M), hpvmmodify(1M), hpvmnet(1M), hpvmpubapi(3), hpvmremove(1M), hpvmresources(5),
hpvmstart(1M), hpvmstatus(1M), hpvmstop(1M), p2vassist(1M)
On the Integrity VM guest:
hpvmcollect(1M), hpvminfo(1M), hpvmmgmt(1M), hpvmpubapi(3)
197