Deleted Added
full compact
rpc.statd.8 (23929) rpc.statd.8 (30376)
1.\" -*- nroff -*-
2.\"
3.\" Copyright (c) 1995 A.R.Gordon, andrew.gordon@net-tel.co.uk
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 28 unchanged lines hidden (view full) ---

37.Os
38.Sh NAME
39.Nm rpc.statd
40.Nd host status monitoring daemon
41.Sh SYNOPSIS
42.Nm rpc.statd
43.Op Fl d
44.Sh DESCRIPTION
1.\" -*- nroff -*-
2.\"
3.\" Copyright (c) 1995 A.R.Gordon, andrew.gordon@net-tel.co.uk
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 28 unchanged lines hidden (view full) ---

37.Os
38.Sh NAME
39.Nm rpc.statd
40.Nd host status monitoring daemon
41.Sh SYNOPSIS
42.Nm rpc.statd
43.Op Fl d
44.Sh DESCRIPTION
45.Nm rpc.statd
45.Nm Rpc.statd
46is a daemon which co-operates with rpc.statd daemons on other hosts to provide
47a status monitoring service. The daemon accepts requests from
48programs running on the local host (typically,
49.Xr rpc.lockd 8 ,
50the NFS file locking daemon) to monitor the status of specified
51hosts. If a monitored host crashes and restarts, the remote daemon will
52notify the local daemon, which in turn will notify the local program(s)
53which requested the monitoring service. Conversely, if this host crashes
54and re-starts, when the
46is a daemon which co-operates with rpc.statd daemons on other hosts to provide
47a status monitoring service. The daemon accepts requests from
48programs running on the local host (typically,
49.Xr rpc.lockd 8 ,
50the NFS file locking daemon) to monitor the status of specified
51hosts. If a monitored host crashes and restarts, the remote daemon will
52notify the local daemon, which in turn will notify the local program(s)
53which requested the monitoring service. Conversely, if this host crashes
54and re-starts, when the
55.Nm rpc.statd
55.Nm
56re-starts, it will notify all of the hosts which were being monitored
57at the time of the crash.
58.Pp
56re-starts, it will notify all of the hosts which were being monitored
57at the time of the crash.
58.Pp
59Options and operands available for
60.Nm rpc.statd :
61.Bl -tag -width Ds
59The following option is available:
60.Bl -tag -width indent
62.It Fl d
61.It Fl d
63The
64.Fl d
65option causes debugging information to be written to syslog, recording
62Cause debugging information to be written to syslog, recording
66all RPC transactions to the daemon. These messages are logged with level
67LOG_DEBUG and facility LOG_DAEMON. Error conditions are logged irrespective
68of this option, using level LOG_ERR.
69.El
70.Pp
71The
63all RPC transactions to the daemon. These messages are logged with level
64LOG_DEBUG and facility LOG_DAEMON. Error conditions are logged irrespective
65of this option, using level LOG_ERR.
66.El
67.Pp
68The
72.Nm rpc.statd
69.Nm
73daemon must NOT be invoked by
74.Xr inetd 8
75because the protocol assumes that the daemon will run from system start time.
76Instead, it should be run from
77.Xr rc 8
78after the network has been started.
79.Sh FILES
80.Bl -tag -width /usr/include/rpcsvc/sm_inter.x -compact

--- 27 unchanged lines hidden ---
70daemon must NOT be invoked by
71.Xr inetd 8
72because the protocol assumes that the daemon will run from system start time.
73Instead, it should be run from
74.Xr rc 8
75after the network has been started.
76.Sh FILES
77.Bl -tag -width /usr/include/rpcsvc/sm_inter.x -compact

--- 27 unchanged lines hidden ---