Changes

Jump to: navigation, search

Managing Xen using the xm Command-line Tool

463 bytes added, 18:51, 30 August 2007
Saving and Restoring Xen Guest Systems
== Saving and Restoring Xen Guest Systems ==
 
Saving and restoring of a Xen guest operating system is similar to suspending with the exception that file used to contain the suspended operating system memory image can be specified by the user:
 
To save a guest:
 
<pre>
xm save myGuestOS path_to_save_file
<pre>
 
To restore a saved guest operating system session:
 
<pre>
xm restore path_to_save_file
</pre>
 
== Rebooting a Guest System ==
 
To reboot a guest operating system:
 
<pre>
xm reboot myGuestOS
</pre>

Navigation menu