vshost-util-vserver

Build script and sources for util-vserver.
git clone https://ccx.te2000.cz/git/vshost-util-vserver
Log | Files | Refs

rebootmgr.8 (1292B)


      1 .TH "rebootmgr" "8" "0.1.0" "Klavs Klavsen <kl@vsen.dk>" "System Administration"
      2 .SH "NAME"
      3 .LP 
      4 rebootmgr \- rebootmgr stops and starts one or more vservers at your command.
      5 .SH "SYNTAX"
      6 .LP 
      7 rebootmgr \fIvserver\-name\fP [\fIvserver\-name\fP ...] \fICommand\fP
      8 .SH "DESCRIPTION"
      9 .LP 
     10 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.
     11 .SH "OPTIONS"
     12 .LP 
     13 .TP 
     14 \fB\-\-ip\fR ip_number/interface
     15 Binds the process to the given IP number or Interface.
     16 .TP 
     17 \fB\-\-silent\fR
     18 Do not complain.
     19 
     20 .SH "FILES"
     21 .LP 
     22 \fI/usr/sbin/rebootmgr\fP 
     23 
     24 
     25 .SH "EXAMPLES"
     26 .LP 
     27 If I wanted to ensure my httpd listened only on my eth0 interface, I could do:
     28 chbind \-\-ip eth0 /etc/rc.d/init.d/httpd start
     29 .LP 
     30 Please contribute some, if you feel it's important.
     31 .SH "AUTHORS"
     32 .LP 
     33 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>
     34 .SH "SEE ALSO"
     35 .LP 
     36 chcontext(8) chbind(8) reducecap(8)
     37 vps(8) vpstree(8) vrpm(8) vserver(8)
     38 vserver\-stat(8) vtop(8)