HP Integrity Virtual Machines Installation, Configuration, and Administration

0: Successful completion.
1: One or more error conditions occurred.
DIAGNOSTICS
The hpvmdevmgmt command displays error messages for any of the following conditions:
An invalid option is specified.
An invalid value is specified for an option.
A value was omitted for an argument that requires one, or a value was supplied for an
argument that does not take one.
The hpvmdevmgmt command and Integrity Virtual Machines are at different revision levels.
EXAMPLES
List a guest-device entry:
# hpvmdevmgmt -l gdev:/dev/rdsk/c2t1d0s2
List all the restricted devices:
# hpvmdevmgmt -l rdev
List all the guest devices used by the guest phantom:
# hpvmdevmgmt -l gdev:depend:phantom
List all shareable guest devices, that is, those with the attribute SHARE=YES:
# hpvmdevmgmt -l gdev,SHARE=YES
Allocate a 4 GB file:
# hpvmdevmgmt -S 4G /var/opt/hpvm/guests/mirage/disk_4G_file
Create attached (passthrough/sctl) devices:
# hpvmdevmgmt -I
Modify a guest device attribute on an ISO file from not shared to shared:
# hpvmdevmgmt -m gdev:/var/opt/hpvm/ISO_images/hpux/kit:attr:SHARE=YES
Add a restricted device entry:
# hpvmdevmgmt -a rdev:/dev/vg00/lvol8
Delete a restricted device:
# hpvmdevmgmt -d rdev:/dev/vg00/lvol8
Delete the guest mirage dependent from all guest devices:
# hpvmdevmgmt -d gdev:all:depend:mirage
Replace a guest device:
# hpvmdevmgmt -n gdev:/dev/vgvm/lvol5:/dev/rdsk/c2t1d0s4
AUTHORS
The hpvmdevmgmt command was developed by the Hewlett-Packard Company.
SEE ALSO
On the VM Host:
hpvm(5), hpvmclone(1M), hpvmcollect(1M),
hpvmconsole(1M),hpvmcreate(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)
189