1rebootmgr(8) System Administration rebootmgr(8)
2
3
4
6 rebootmgr - rebootmgr stops and starts one or more vservers at your
7 command.
8
10 rebootmgr vserver-name [vserver-name ...] Command
11
13 The chbind utility executes a command, and locks the resulting process
14 and its children into using a specific IP number/Interface, no matter
15 what it is told in it's configuration. This applies to services and
16 client connection as well.
17
19 --ip ip_number/interface
20 Binds the process to the given IP number or Interface.
21
22 --silent
23 Do not complain.
24
25
27 /usr/sbin/rebootmgr
28
29
30
32 If I wanted to ensure my httpd listened only on my eth0 interface, I
33 could do: chbind --ip eth0 /etc/rc.d/init.d/httpd start
34
35 Please contribute some, if you feel it's important.
36
38 This Man page was written by Klavs Klavsen <kl@vsen.dk> and based upon
39 the helpful output from the program itself and the documentation on the
40 Virtual Server site <http://www.solucorp.qc.ca/miscprj/s_con‐
41 text.hc?prjstate=1&nodoc=0>
42
44 chcontext(8) chbind(8) reducecap(8) vps(8) vpstree(8) vrpm(8)
45 vserver(8) vserver-stat(8) vtop(8)
46
47
48
49Klavs Klavsen <kl@vsen.dk> 0.1.0 rebootmgr(8)