bos_setrestart
Sets when the BOS Server restarts processes
- Provided by: openafs-client (Version: 1.6.15-1ubuntu1.1)
- Source: openafs
- Report a bug
Sets when the BOS Server restarts processes
bos setrestart
-server <machine name>
-time <time to restart server>
[-general] [-newbinary]
[-cell <cell name>] [-noauth]
[-localauth] [-help]
bos setr
-s <machine name>
-t <time to restart server>
[-g] [-ne] [-c <cell name>]
[-no] [-l] [-h]
The bos setrestart command records in the /etc/openafs/BosConfig file the times at which the BOS Server running on the server machine named by the -server argument performs two types of restarts:
Restarting a process makes it unavailable for a period of time. The fs process has potentially the longest outage, depending on how many volumes the file server machine houses (the File Server and Volume Server reattach each volume when they restart). The default settings are designed to coincide with periods of low usage, so that the restarts disturb the smallest possible number of users.
If the setting specified with the -time argument is within one hour of the current time, the BOS Server does not restart any processes until the next applicable opportunity (the next day for binary restarts, or the next week for general restarts).
The command changes only one type of restart setting at a time; issue the command twice to change both settings.
There are four acceptable values for either type of restart setting:
If desired, precede a time or day and time definition with the string "every" or "at". These words do not change the meaning, but possibly make the output of the bos getrestart command easier to understand.
The following command sets the general restart time on the machine "fs4.abc.com" to Saturday at 3:30 am.
% bos setrestart -server fs4.abc.com -time "sat 3:30" -general
The following command sets the binary restart time on the machine "fs6.abc.com" to 11:45 pm.
% bos setrestart -server fs6.abc.com -time 23:45 -newbinary
The issuer must be listed in the /etc/openafs/server/UserList file on the machine named by the -server argument, or must be logged onto a server machine as the local superuser "root" if the -localauth flag is included.
BosConfig(5), KeyFile(5), UserList(5), bos(8), bos_getrestart(8), bos_restart(8)
IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
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.