.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "BOS_RESTART 8" .TH BOS_RESTART 8 2024-03-20 OpenAFS "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME bos_restart \- Restarts a server process .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBbos restart\fR \fB\-server\fR\ <\fImachine\ name\fR> [\fB\-instance\fR\ <\fIinstances\fR>+] [\fB\-bosserver\fR] [\fB\-all\fR] [\fB\-cell\fR\ <\fIcell\ name\fR>] [\fB\-noauth\fR] [\fB\-localauth\fR] [\fB\-help\fR] .PP \&\fBbos res\fR \fB\-s\fR\ <\fImachine\ name\fR> [\fB\-i\fR\ <\fIinstances\fR>+] [\fB\-b\fR] [\fB\-a\fR] [\fB\-c\fR\ <\fIcell\ name\fR>] [\fB\-n\fR] [\fB\-l\fR] [\fB\-h\fR] .SH DESCRIPTION .IX Header "DESCRIPTION" The \fBbos restart\fR command stops and immediately restarts server processes on the server machine named by the \fB\-server\fR argument. Indicate which process or processes to restart by providing one of the following arguments: .IP \(bu 4 The \fB\-instance\fR argument names each AFS server process to stop and restart immediately, regardless of its status flag in the \&\fI/etc/openafs/BosConfig\fR file. Do not include \fBbosserver\fR in the list of processes; use the \fB\-bosserver\fR flag instead. .IP \(bu 4 The \fB\-bosserver\fR flag stops all AFS server processes running on the machine, including the BOS Server. A new BOS Server starts immediately, and it starts a new instance of each process that is marked with the \&\f(CW\*(C`Run\*(C'\fR status flag in the \fIBosConfig\fR file. .IP \(bu 4 The \fB\-all\fR flag stops all AFS server processes running on the machine, except the BOS Server, and immediately restarts the processes that are marked with the \f(CW\*(C`Run\*(C'\fR status flag in the \fIBosConfig\fR file. .PP This command does not change a process's status flag in the \fIBosConfig\fR file. .SH OPTIONS .IX Header "OPTIONS" .IP "\fB\-server\fR <\fImachine name\fR>" 4 .IX Item "-server " Indicates the server machine on which to restart each process. Identify the machine by IP address or its host name (either fully-qualified or abbreviated unambiguously). For details, see \fBbos\fR\|(8). .IP "\fB\-instance\fR <\fIinstances\fR>+" 4 .IX Item "-instance +" Names each process to stop and then restart immediately regardless of its status flag setting. Use the process name assigned with the \fB\-instance\fR argument to the \fBbos create\fR command. The output from the \fBbos status\fR command lists the names. Provide this flag or one of the \fB\-bosserver\fR or \&\fB\-all\fR options, but do not combine them. .IP \fB\-bosserver\fR 4 .IX Item "-bosserver" Stops all AFS server processes running on the machine, including the BOS Server. A new BOS Server instance immediately starts, and starts all processes marked with the \f(CW\*(C`Run\*(C'\fR status flag in the \fIBosConfig\fR file. Provide this flag or one of the \fB\-instance\fR or \fB\-all\fR options, but do not combine them. .IP \fB\-all\fR 4 .IX Item "-all" Stops all AFS server processes running on the machine other than the BOS Server, and immediately restarts the processes marked with the \fBRun\fR status flag in the \fIBosConfig\fR file. Provide this flag or one of the \&\fB\-instance\fR or \fB\-bosserver\fR options, but do not combine them. .IP "\fB\-cell\fR <\fIcell name\fR>" 4 .IX Item "-cell " Names the cell in which to run the command. Do not combine this argument with the \fB\-localauth\fR flag. For more details, see \fBbos\fR\|(8). .IP \fB\-noauth\fR 4 .IX Item "-noauth" Assigns the unprivileged identity \f(CW\*(C`anonymous\*(C'\fR to the issuer. Do not combine this flag with the \fB\-localauth\fR flag. For more details, see \&\fBbos\fR\|(8). .IP \fB\-localauth\fR 4 .IX Item "-localauth" Constructs a server ticket using a key from the local \&\fI/etc/openafs/server/KeyFile\fR or \fI/etc/openafs/server/KeyFileExt\fR file. The \fBbos\fR command interpreter presents the ticket to the BOS Server during mutual authentication. Do not combine this flag with the \fB\-cell\fR or \fB\-noauth\fR options. For more details, see \&\fBbos\fR\|(8). .IP \fB\-help\fR 4 .IX Item "-help" Prints the online help for this command. All other valid options are ignored. .SH EXAMPLES .IX Header "EXAMPLES" The following command stops and restarts all processes running on the machine \f(CW\*(C`fs3.example.com\*(C'\fR, including the BOS Server. .PP .Vb 1 \& % bos restart \-server fs3.example.com \-bosserver .Ve .PP The following command stops and restarts all processes running on the machine \f(CW\*(C`fs5.example.com\*(C'\fR, excluding the BOS Server. .PP .Vb 1 \& % bos restart \-server fs5.example.com \-all .Ve .PP The following command stops and restarts the Protection Server and Volume Location (VL) Server processes on the machine \f(CW\*(C`db3.example.com\*(C'\fR: .PP .Vb 1 \& % bos restart \-server db3.example.com \-instance ptserver vlserver .Ve .SH "PRIVILEGE REQUIRED" .IX Header "PRIVILEGE REQUIRED" The issuer must be listed in the \fI/etc/openafs/server/UserList\fR file on the machine named by the \fB\-server\fR argument, or must be logged onto a server machine as the local superuser \f(CW\*(C`root\*(C'\fR if the \fB\-localauth\fR flag is included. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBBosConfig\fR\|(5), \&\fBKeyFile\fR\|(5), \&\fBKeyFileExt\fR\|(5), \&\fBUserList\fR\|(5), \&\fBbos\fR\|(8), \&\fBbos_create\fR\|(8), \&\fBbos_status\fR\|(8) .SH COPYRIGHT .IX Header "COPYRIGHT" IBM Corporation 2000. All Rights Reserved. .PP This documentation is covered by the IBM Public License Version 1.0. It was converted from HTML to POD by software written by Chas Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.