BOS_EXEC(8) | AFS Command Reference | BOS_EXEC(8) |
bos_exec - Executes a command on a remote server machine
bos exec
-server <machine name>
-cmd <command to execute>
[-cell <cell name>] [-noauth]
[-localauth] [-help]
bos e -s <machine name>
-cm <command to execute>
[-ce <cell name>] [-n] [-l]
[-h]
The bos exec command executes the indicated command on the file server machine named by the -server argument. Its intended use is to reboot the machine, using the /sbin/reboot command or equivalent.
The following command reboots the machine "fs2.example.com". The issuer has previously issued the bos shutdown command to shutdown all processes cleanly.
% bos exec -server fs2.example.com -cmd /sbin/shutdown -r now
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.
The bos exec command is not available on servers running in restricted mode.
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.
2021-01-27 | OpenAFS |