X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fstatd%2Fstatd.man;h=b8467fee1542153b6f52761c55556359b9341e44;hp=373cf77b5374be7fbdb1b767bf1bf7cd805f11b8;hb=ac84b80afc13d5a96813e678ad5c86c6036f022e;hpb=8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9 diff --git a/utils/statd/statd.man b/utils/statd/statd.man index 373cf77..b8467fe 100644 --- a/utils/statd/statd.man +++ b/utils/statd/statd.man @@ -3,11 +3,12 @@ .\" .\" Copyright (C) 1999 Olaf Kirch .\" Modified by Jeffrey A. Uphoff, 1999. -.TH rpc.statd 8 "11 June 1999" +.\" Modified by Lon Hohberger, 2000. +.TH rpc.statd 8 "08 Mar 2001" .SH NAME rpc.statd \- NSM status monitor .SH SYNOPSIS -.B "/usr/sbin/rpc.statd [-F] +.B "/sbin/rpc.statd [-F] [-d] [-?] [-n " name "] [-o " port "] [-p " port "] [-V]" .SH DESCRIPTION The .B rpc.statd @@ -36,14 +37,102 @@ forks and puts itself in the background when started. The .B -F argument tells it to remain in the foreground. This option is mainly for debugging purposes. +.TP +.B -d +By default, +.B rpc.statd +sends logging messages via +.BR syslog (3) +to system log. The +.B -d +argument forces it to log verbose output to +.B stderr +instead. This option is mainly for debugging purposes, and may only +be used in conjunction with the +.B -F +parameter. +.TP +.BI "\-n," "" " \-\-name " name +specify a name for +.B rpc.statd +to use as the local hostname. By default, +.BR rpc.statd +will call +.BR gethostname (2) +to get the local hostname. Specifying +a local hostname may be useful for machines with more than one +interfaces. +.TP +.BI "\-o," "" " \-\-outgoing\-port " port +specify a port for +.B rpc.statd +to send outgoing status requests from. By default, +.BR rpc.statd +will ask +.BR portmap (8) +to assign it a port number. As of this writing, there is not +a standard port number that +.BR portmap +always or usually assigns. Specifying +a port may be useful when implementing a firewall. +.TP +.BI "\-p," "" " \-\-port " port +specify a port for +.B rpc.statd +to listen on. By default, +.BR rpc.statd +will ask +.BR portmap (8) +to assign it a port number. As of this writing, there is not +a standard port number that +.BR portmap +always or usually assigns. Specifying +a port may be useful when implementing a firewall. +.TP +.B -? +Causes +.B rpc.statd +to print out command-line help and exit. +.TP +.B -V +Causes +.B rpc.statd +to print out version information and exit. + + + +.SH TCP_WRAPPERS SUPPORT +This +.B rpc.statd +version is protected by the +.B tcp_wrapper +library. You have to give the clients access to +.B rpc.statd +if they should be allowed to use it. To allow connects from clients of +the .bar.com domain you could use the following line in /etc/hosts.allow: + +statd: .bar.com + +You have to use the daemon name +.B statd +for the daemon name (even if the binary has a different name). + +For further information please have a look at the +.BR tcpd (8), +.BR hosts_allow (5) +and +.BR hosts_access (5) +manual pages. + .SH FILES -.BR /var/lib/nfs/sm/state +.BR /var/lib/nfs/state .br .BR /var/lib/nfs/sm/* .br .BR /var/lib/nfs/sm.bak/* .SH SEE ALSO -.BR rpc.nfsd(8) +.BR rpc.nfsd(8), +.BR portmap(8) .SH AUTHORS .br Jeff Uphoff @@ -51,3 +140,5 @@ Jeff Uphoff Olaf Kirch .br H.J. Lu +.br +Lon Hohberger