.\" -*- 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_INSTALL 8" .TH BOS_INSTALL 8 2024-02-03 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_install \- Installs a new version of a binary file .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBbos install\fR \fB\-server\fR\ <\fImachine\ name\fR> \fB\-file\fR\ <\fIfiles\ to\ install\fR>+ [\fB\-dir\fR\ <\fIdestination\ dir\fR>] [\fB\-cell\fR\ <\fIcell\ name\fR>] [\fB\-noauth\fR] [\fB\-localauth\fR] [\fB\-help\fR] .PP \&\fBbos i\fR \fB\-s\fR\ <\fImachine\ name\fR> \fB\-f\fR\ <\fIfiles\ to\ install\fR>+ [\fB\-d\fR\ <\fIdestination\ dir\fR>] [\fB\-c\fR\ <\fIcell\ name\fR>] [\fB\-n\fR] [\fB\-l\fR] [\fB\-h\fR] .SH DESCRIPTION .IX Header "DESCRIPTION" The \fBbos install\fR command copies each binary file specified with the \&\fB\-file\fR argument to the local disk of the server machine named by the \&\fB\-server\fR argument, which is normally the binary distribution machine for its CPU/operating system type. The destination directory is \&\fI/usr/lib/openafs\fR unless the \fB\-dir\fR argument indicates an alternate directory. The source file's UNIX mode bits are preserved in the transfer. .PP If there is already a file of the same name in the destination directory, the BOS Server automatically saves it by adding a \f(CW\*(C`.BAK\*(C'\fR extension. If there is a current \f(CW\*(C`.BAK\*(C'\fR version at least seven days old, it replaces the current \f(CW\*(C`.OLD\*(C'\fR version. If there is no current \f(CW\*(C`.OLD\*(C'\fR version, the current \f(CW\*(C`.BAK\*(C'\fR version becomes the \f(CW\*(C`.OLD\*(C'\fR version automatically. The \&\fBbos getdate\fR command displays the timestamps on the current versions of the file. .PP To start using the new binary immediately, issue the bos restart command. Otherwise, the BOS Server automatically restarts the process at the time defined in the \fI/etc/openafs/BosConfig\fR file; use the \fBbos getrestart\fR command to display the time and the \fBbos setrestart\fR time to set it. .SH OPTIONS .IX Header "OPTIONS" .IP "\fB\-server\fR <\fImachine name\fR>" 4 .IX Item "-server " Indicates the binary distribution machine on which to install the new binaries. Identify the machine by IP address or its host name (either fully-qualified or abbreviated unambiguously). For details, see \fBbos\fR\|(8). .Sp If the machine is not a binary distribution machine and is running an \&\f(CW\*(C`upclientbin\*(C'\fR process, then the files are overwritten the next time the \&\f(CW\*(C`upclientbin\*(C'\fR process fetches the corresponding file from the distribution machine (by default within five minutes). .IP "\fB\-file\fR <\fIfiles to install\fR>+" 4 .IX Item "-file +" Specifies the complete pathname of each binary file to copy into the destination directory. Each source directory can be on the local disk or in AFS, in which case the issuer of the \fBbos install\fR command must have the necessary AFS access rights and the local machine must run the Cache Manager. For the BOS Server to create \f(CW\*(C`.BAK\*(C'\fR and \f(CW\*(C`.OLD\*(C'\fR versions, the last element in the pathname (the filename) must match the name of a file in the destination directory. \fBbos_create\fR\|(8) lists the standard binary file names. .IP "\fB\-dir\fR <\fIdestination dir\fR>" 4 .IX Item "-dir " Provides the complete pathname of the local disk directory in which to install binary files. It is necessary only if the destination directory is not \fI/usr/lib/openafs\fR. .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 copies the file \&\fI/afs/example.com/rs_aix42/usr/lib/openafs/vlserver\fR to the file \&\fI/usr/lib/openafs/vlserver\fR on the machine \f(CW\*(C`fs3.example.com\*(C'\fR, which is the binary distribution machine for server machines running AIX 4.2 in the \&\f(CW\*(C`example.com\*(C'\fR cell. The current version of the \fI/usr/lib/openafs/vlserver\fR file is moved to \fI/usr/lib/openafs/vlserver.BAK\fR. .PP .Vb 2 \& % bos install \-server fs3.example.com \e \& \-file /afs/example.com/rs_aix42/usr/lib/openafs/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. .PP The \fBbos install\fR command cannot be run against servers which are in restricted mode. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBBosConfig\fR\|(5), \&\fBKeyFile\fR\|(5), \&\fBKeyFileExt\fR\|(5), \&\fBUserList\fR\|(5), \&\fBbos\fR\|(8), \&\fBbos_getdate\fR\|(8), \&\fBbos_getrestart\fR\|(8), \&\fBbos_restart\fR\|(8), \&\fBbos_setrestart\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.