Building Guest Systems

From Linix VServer
Revision as of 07:29, 14 February 2009 by 91.121.160.184 (talk) (0.416666666666667)
Jump to navigationJump to search

979559750c

Post-build customization

Verifying guest functionality

  • Once the guest is built, it's time to start it.
vserver vserverX start
  • At this point, you can use both
vserver vserverX enter

and

vserver vserverX exec ...

to do things inside the guest.

  • To stop it, simply use
vserver vserverX stop

How to remove a screwed up vserver

  • To to remove a screwed up vserver
vserver vserverX delete

See also