diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2009-10-05 14:45:16 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-10-05 14:45:16 +0200 |
commit | 7795eaf0e452da24f7302c132fc6ca7f9460a0c7 (patch) | |
tree | ff06d1ee108df909948575baa6342d001e0bab5f /public_hurd_boxen | |
parent | 7fb4f0a6349a99dcf248b9809ee9c6baf432ff57 (diff) |
public_hurd_boxen/xen_handling: Some more Xen usage basics.
Diffstat (limited to 'public_hurd_boxen')
-rw-r--r-- | public_hurd_boxen/xen_handling.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public_hurd_boxen/xen_handling.mdwn b/public_hurd_boxen/xen_handling.mdwn index 8407cd58..e0874b37 100644 --- a/public_hurd_boxen/xen_handling.mdwn +++ b/public_hurd_boxen/xen_handling.mdwn @@ -8,6 +8,20 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] +# listing running domUs + + $ sudo xm list + + $ sudo xm top + +# handling running domUs + +Forcefully killing a domU (that has crashed or is busy-looping, etc.): + + $ sudo xm destroy [domU] + +As for (re-)starting a domU, read below in *domU consoles*. + # domU consoles To avoid any complications with people trying to use the same console at the |