rebootmgr - rebootmgr stops and starts one or more vservers at your command.
SYNTAX
rebootmgr vserver-name [vserver-name ...] Command
DESCRIPTION
The chbind utility executes a command, and locks the resulting process and its children into using a specific IP number/Interface, no matter what it is told in it's configuration. This applies to services and client connection as well.
OPTIONS
--ip ip_number/interface
Binds the process to the given IP number or Interface.
--silent
Do not complain.
FILES
/usr/sbin/rebootmgr
EXAMPLES
If I wanted to ensure my httpd listened only on my eth0 interface, I could do:
chbind --ip eth0 /etc/rc.d/init.d/httpd start
Please contribute some, if you feel it's important.
AUTHORS
This Man page was written by Klavs Klavsen <kl@vsen.dk> and based upon the helpful output from the program itself and the documentation on the Virtual Server site <http://www.solucorp.qc.ca/miscprj/s_context.hc?prjstate=1&nodoc=0>