NAME¶
dpns-shutdown - shutdown the name server
SYNOPSIS¶
dpns-shutdown [-f] -h name_server
DESCRIPTION¶
dpns-shutdown shuts the name server down. It waits for outstanding
requests to complete. New requests will be rejected with serrno set to
ENSNACT. Connections to the database server are closed one by one when
they are not used anymore and when all connections are closed, the name server
exits.
This command requires ADMIN privilege in the Cupv database.
OPTIONS¶
- -f
- force shutdown, i.e. long operations like directory listing can be
aborted.
EXIT STATUS¶
This program returns 0 if the operation was successful or >0 if the operation
failed.
AUTHOR¶
LCG Grid Deployment Team