=head1 NAME vserver - controls and builds virtual servers =head1 SYNOPSIS vserver [options] vserver-name command [args] =head1 DESCRIPTION The vserver utility enables you to control different aspects of your vservers, such as stopping and starting them, installing packages inside the vservers, or building new vservers. =head1 COMMANDS Possible commands are: B [--nodeps] * starts the specified vserver B [--nodeps] * stops the specified vserver B restarts the specified vserver; this is the subsequent execution of a synchronized 'stop' and a 'start' B restarts the vserver when it is running already B executes a command as the specified user in the vserver B executes a command as root in the vserver B executes the configured shell in the vserver B modifies the init-system; currently, only Red Hat's chkconfig is supported B succeeds iff the vserver is running B gives out some human readable status information about the vserver, and succeeds iff the vserver is running B * builds a new vserver from scratch (please refer to B(8) for details) B [-R] (de)unify vserver B installs package(s) in the vserver B,B,B * execute the apt-* command for the given vserver B * execute the rpm command for the given vserver B [-y] externalize or internalize the package-management for the given vserver. 'Externalize' means that package metadata and management tools (apt-get,rpm) are living in the host, while 'internalize' means that data and programs from the vserver will be used. B * unify the vserver with its reference vserver(s). =head1 OPTIONS B<--help> show help B<-s | --sync> start/stop vserver synchronously B<-v | --verbose> detailed output B<--silent> cuts most informative messages =head1 FILES I default configuration common to all vservers I separate configuration subdirectory for each vserver I default location of vservers =head1 SEE ALSO B(8), B(8), B(8), B(8), B(8), B(8), B(8), B(8), B(8) =head1 BUGS Please report bugs to enrico.scholz@informatik.tu-chemnitz.de =head1 AUTHORS manual page written by Daniel Hermann using output of "vserver --help"