Xen

Start Instance

after you have written a config file /etc/xen/abcd.cfg you have to create the instance by

xm create abcd.cfg

(It suprised me, that the suffix .cfg is neccessary)

Get a console

xm console <Domain>

to disconnect type ctrl-] (which means to press Str-AltGr-9 on a german keyboard)

Kill a running instance

xm destroy <Domain>

this will not(!) destroy your data or config, it will just “poweroff” the running virtual machine without a clean shutdown. (don't know what happens to snapshots)

Back to top
docs/tips_n_tricks/xen.html.txt · Last modified: 2011/10/07 15:00 by peter