Wednesday, May 18, 2011

xen Commands

Connecting to  Xen virtual hosts

Login to the Xen host and su to root .


To Display the virtual machine

xm list

Login to the Virtual machine console

eg:

xm console virtual machine


Login to the Virtual machine shell

eg:

xm shell  virtual machine

Dump the core of virtual machine (/var/lib/xen/dump should have minimum 4.5 gb free space )

Eg :
xm dump-core virtual machine


Reset  the Vitual machine

eg  :

xm reset  virtual machine


Please find  more Xen  commands on below links.