xm
loaded, values that were not set on the
[-F=file --config=file]
Sets the domain configuration to use SXP. SXP is the underlying configuration format used by Xen. SXP configurations can be
Prints the resulting configuration in SXP, but does not create the domain.
Prints the resulting configuration in XML, but does not create the domain.
[-s --skipdtd]
Skips DTD checking and XML checks before domain creation. This option is experimental and may slow down the creation of domains.
Leaves the domain paused after it is created.
Connects to the console after the domain is created.
xm new /home/myhome/myconfig
pause {domain-id}
Pauses the execution of a domain.
xm pause mydomain
reboot
The
The
xm reboot
restore {statefile}
Restores a domain from a saved state.
xm restore /home/myhome/statefile
save {domain-id} {statefile}
Saves a domain state so it can be restored at a later date.
xm save mydomain /home/myhome/statefile
shutdown [-a] [-w] [domain-id]
Shuts down a domain gracefully.
The
The
xm shutdown