HP (Hewlett-Packard) VM00540000 Personal Computer User Manual


 
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 all necessary raw device files:
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
hpvm(5), hpvmclone(1M), hpvmcollect(1M), hpvmconsole(1M), hpvmcreate(1M),
hpvminfo(1M), hpvmmigrate(1M), hpvmmodify(1M), hpvmnet(1M), hpvmremove(1M),
hpvmresources(1M), hpvmstart(1M), hpvmstatus(1M), hpvmstop(1M)
150