X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fstatd%2Fstatd.man;h=e8be9f3b4fb12d1035f3898050eb7710c321617b;hb=c74532a864caea0ca126dc8e9f4914e7c8e86898;hp=a22591538cd77d818b611624ed6de15bcac82e38;hpb=af93e0306d87bba3f703386fd6390e9bf8e76816;p=nfs-utils.git diff --git a/utils/statd/statd.man b/utils/statd/statd.man index a225915..e8be9f3 100644 --- a/utils/statd/statd.man +++ b/utils/statd/statd.man @@ -2,19 +2,19 @@ .\" statd(8) .\" .\" Copyright (C) 1999 Olaf Kirch -.\" Modified by Jeffrey A. Uphoff, 1999, 2002. +.\" Modified by Jeffrey A. Uphoff, 1999, 2002, 2005. .\" Modified by Lon Hohberger, 2000. .\" Modified by Paul Clements, 2004. .TH rpc.statd 8 "31 Aug 2004" .SH NAME rpc.statd \- NSM status monitor .SH SYNOPSIS -.B "/sbin/rpc.statd [-F] [-d] [-?] [-n " name "] [-o " port "] [-p " port "] [-H " prog "] [-V]" +.B "rpc.statd [-FNL] [-d] [-?] [-n " name "] [-o " port "] [-p " port "] [-H " prog "] [-V]" .SH DESCRIPTION The .B rpc.statd server implements the NSM (Network Status Monitor) RPC protocol. -This service is somewhat misnomed, since it doesn't actually provide +This service is somewhat misnamed, since it doesn't actually provide active monitoring as one might suspect; instead, NSM implements a reboot notification service. It is used by the NFS file locking service, .BR rpc.lockd , @@ -25,7 +25,9 @@ For each NFS client or server machine to be monitored, .B rpc.statd creates a file in .BR /var/lib/nfs/sm . -When starting, it iterates through these files and notifies the +When starting, it normally runs +.B sm-notify +to iterate through these files and notify the peer .B rpc.statd on those machines. @@ -101,6 +103,21 @@ Causes statd to run in the notify-only mode. When started in this mode, the statd program will check its state directory, send notifications to any monitored nodes, and exit once the notifications have been sent. This mode is used to enable Highly Available NFS implementations (i.e. HA-NFS). +This mode is deprecated \- +.B sm-notify +should be used directly instead. +.TP +.BR -L , " --no-notify +Inhibits the running of +.BR sm-notify . +If +.B sm-notify +is run by some other script at boot time, there is no need for +.B statd +to start sm-notify itself. This can be appropriate if starting of +statd needs to be delayed until it is actually need. In such cases +.B sm-notify +should still be run at boot time. .TP .BI "\-H, " "" " \-\-ha-callout " prog Specify a high availability callout program, which will receive callouts @@ -169,7 +186,7 @@ of an NFS export from another server. .BR portmap(8) .SH AUTHORS .br -Jeff Uphoff +Jeff Uphoff .br Olaf Kirch .br