HP-UX virtual Machine Cheat Sheet
HP VM Cheat Sheet 1) How to Start HP VM? On a host a) # vi / etc / rc.config.d / hpvmconf # Set to 1 (0) to enable (disable) Integrity VM at boot time. HPVM_ENABLE=1 # / sbin / init.d / hpvm start Note: When host is rebooted it will start all the guest by default b) Starting HPVM on the guest # hpvmstart –P guestname 2) How to Stop HP VM? # shutdown –hy 0 (gracefully shutdown, from guest OS) # hpvmstop -P guestname ( forced shutdown from host – not recommended) 3) How to identify Identify Host or Guest using hpvminfo command? Examples: Using hpviminfo on a host hpvminfo (-v, -V)(on host) # hpvminfo hpvminfo : Runnin...