Tuesday, August 31, 2010

Working Out with Virtual Containers on Linux

Viewing List of running Containers on a system

Login to the base system via putty and type-

xm list

Starting UP a container

First go to the path of the container where it is located.

cd /etc/xen/auto

xm create (cont.name)



Shutting DOWN a container



xm shutdown (cont.name or id)





Forcefully Quitting The Container



xm destroy (cont.name or id)



No comments:

Post a Comment