]> git.decadent.org.uk Git - nfs-utils.git/blob - utils/statd/statd.man
Initial revision
[nfs-utils.git] / utils / statd / statd.man
1 .\"
2 .\" statd(8)
3 .\"
4 .\" Copyright (C) 1999 Olaf Kirch <okir@monad.swb.de>
5 .\" Modified by Jeffrey A. Uphoff, 1999.
6 .TH rpc.statd 8 "11 June 1999"
7 .SH NAME
8 rpc.statd \- NSM status monitor
9 .SH SYNOPSIS
10 .B "/usr/sbin/rpc.statd [-F]
11 .SH DESCRIPTION
12 The
13 .B rpc.statd
14 server implements the NSM (Network Status Monitor) RPC protocol.
15 This service is somewhat misnomed, since it doesn't actually provide
16 active monitoring as one might suspect; instead, NSM implements a
17 reboot notification service. It is used by the NFS file locking service,
18 .BR rpc.lockd ,
19 to implement lock recovery when the NFS server machine crashes and
20 reboots.
21 .SS Operation
22 For each NFS client or server machine to be monitored,
23 .B rpc.statd
24 creates a file in
25 .BR /var/lib/nfs/sm .
26 When starting, it iterates through these files and notifies the
27 peer
28 .B rpc.statd
29 on those machines.
30 .SH OPTIONS
31 .TP
32 .B -F
33 By default,
34 .B rpc.statd
35 forks and puts itself in the background when started. The
36 .B -F
37 argument tells it to remain in the foreground. This option is
38 mainly for debugging purposes.
39 .SH FILES
40 .BR /var/lib/nfs/sm/state
41 .br
42 .BR /var/lib/nfs/sm/*
43 .br
44 .BR /var/lib/nfs/sm.bak/*
45 .SH SEE ALSO
46 .BR rpc.nfsd(8)
47 .SH AUTHORS
48 .br
49 Jeff Uphoff <juphoff@transmeta.com>
50 .br
51 Olaf Kirch <okir@monad.swb.de>
52 .br
53 H.J. Lu <hjl@gnu.org>