NAME
bos
—
is the client part of the Basic
Overseer Daemon that manages AFS server processes.
SYNOPSIS
bos |
[addhost | addkey | adduser | create] [args] |
bos |
[delete | exec | getdate | getlog] [args] |
bos |
[getrestart | install | listhosts | listkeys] [args] |
bos |
[listusers | prune | removehost | removekey] [args] |
bos |
[removeuser | restart | salvage | setauth] [args] |
bos |
[setcellname | setrestart | shutdown | start] [args] |
bos |
[stop | uninstall] [args] |
DESCRIPTION
The bos
utility is the client part of the
Basic overseer daemon that manage AFS server processes.
Most bos
commands accept the following
general arguments:
-cell
cellname] Specifies which AFS cell to use, if the
default cell is not to be used.
[-noauth
] Specifies that
bos
should not try to authenticate the connection to
the server. This may be useful with shell scripts, or if there is a problem
with the AFS cell. Note that the server will reject many commands if
-noauth
is specified.
[-localauth
] Create a ticket using the AFS
server key, that is, you don't need a token. This will generally only work
on AFS servers, and is very useful for performing automatic tasks.
bos
has several subcommands:
addhost
-server
server -host
host [-cell
cellname] [-noauth
]
[-localauth
]
addkey
-server
server [-key
key] [-kvno
keyversionnumber] [-cell
cellname] [-noauth
]
[-localauth
]
adduser
-server
server -user
user [-cell
cellname] [-noauth
]
[-localauth
]
create
-server
server -instance
serverprocessname -type
servertype -cmd
command [-notifier
program] [-cell
cellname] [-noauth
]
[-localauth
]
delete
-server
server -instance
instance [-cell
cellname] [-noauth
]
[-localauth
]
exec
-server
server -cmd
command [-cell
cellname] [-noauth
]
[-localauth
] Execute command on
the server server.getdate
-server
server -files
checkfiles [-dir
dir] [-cell
cellname] [-noauth
]
[-localauth
]
getlog
-server
server -file
logfile [-cell
cellname] [-noauth
]
[-localauth
]
getrestart
-server
server [-dir
dest] [-cell
cellname] [-noauth
]
[-localauth
]
install
listhosts
listkeys
listusers
prune
removehost
removekey
removeuser
restart
salvage
setauth
setcellname
setrestart
shutdown
start
stop
uninstall
SEE ALSO
BUGS
Quite a lot of commands are not implemented yet.