Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
xl [2016/04/25 15:01]
steve
xl [2016/04/25 15:04]
steve
Line 62: Line 62:
   * **c** - the domain has crashed   * **c** - the domain has crashed
   * **d** - the domain is dying, but hasn't properly shut down or crashed   * **d** - the domain is dying, but hasn't properly shut down or crashed
 +
 +== Pause a domain ==
 +
 +This will pause a domain, but it will leave the resources and memory still claimed by the domain.
 +
 +<​code>​
 +xl pause beandog
 +</​code>​
 +
 +Also, leave the state:
 +
 +<​code>​
 +xl unpause beandog
 +</​code>​
 +
 +== Display message buffer ==
 +
 +<​code>​
 +xl dmesg beandog
 +</​code>​