Changes

Jump to: navigation, search
Controlling Virtual Machine Power States with vmrun
* '''unpause''' - Unpauses a paused virtual machine.
 When the ''hard'' option is specified for the stop and suspend commands, the virtual machine state changes without giving the guest operating system the opportunity to execute shutdown or hibernate procedures (analogous to disconnecting the power to a physical computer system). To ensure an ordered power off or suspension, be sure to specify the ''soft'' option. For example, to start power off a specific virtual machine residing on host named ''vmhost''using the soft method:
<pre>
vmrun -T server -h https://vmhost:8333/sdk -u root -p mypassword stop "[Vol1] win2008/win2008.vmx"soft
</pre>
Similarly, to subsequently reboot start the same virtual machine:
<pre>

Navigation menu