HP Integrity Virtual Machines Installation, Configuration, and Administration

0: Successful program execution.
1: Invalid option or invalid argument to an option (usage error).
2: All other program failures (operational error).
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 the Hewlett-Packard Company.
SEE ALSO
On the VM Host:
hpvm(5), hpvmclone(1M), hpvmcollect(1M), hpvmcreate(1M),
hpvmdevmgmt(1M), hpvminfo(1M), hpvmmigrate(1M), hpvmmodify(1M),
hpvmnet(1M), hpvmremove(1M), hpvmresources(5), hpvmstart(1M),
hpvmstatus(1M), hpvmstop(1M), p2vassist(1M)
On the Integrity VM guest:
hpvmcollect(1M), hpvmmgmt(1M), hpvminfo(1M)
181