Thursday, May 6, 2010

Vitualization: Suspending & Resuming VM

Click Here For Free Windows Downloads
mywindowsdownloads.blogspot.com

Click here for all Free Linux Downloads



Blog address for Linux in Hindi

Suspending a Virtual Machine

You can use virsh to suspend a domain:


virsh suspend [domain-id | domain-name |domain-uuid]

When a domain is in a suspended state, it still consumes system RAM. There will also be no disk or network I/O when suspended. This operation is immediate and the virtual machine must be restarted with the resume option .

Resuming a Virtual Machine

You can use virsh to restore a suspended virtual machine:


virsh resume [domain-id | domain-name | domain-uuid]

This operation is immediate and the virtual machine parameters are preserved in a suspend and resume cycle.

No comments:

Post a Comment