'\" te .\" Copyright 1989 AT&T Copyright (c) 2004 Sun Microsystems, Inc. All Rights Reserved. .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] .TH STATD 8 "Nov 18, 2004" .SH NAME statd \- network status monitor .SH SYNOPSIS .LP .nf \fB/usr/lib/nfs/statd\fR .fi .SH DESCRIPTION .sp .LP \fBstatd\fR is an intermediate version of the status monitor. It interacts with \fBlockd\fR(8) to provide the crash and recovery functions for the locking services on NFS. \fBstatd\fR keeps track of the clients with processes which hold locks on a server. When the server reboots after a crash, \fBstatd\fR sends a message to the \fBstatd\fR on each client indicating that the server has rebooted. The client \fBstatd\fR processes then inform the \fBlockd\fR on the client that the server has rebooted. The client \fBlockd\fR then attempts to reclaim the lock(s) from the server. .sp .LP \fBstatd\fR on the client host also informs the \fBstatd\fR on the server(s) holding locks for the client when the client has rebooted. In this case, the \fBstatd\fR on the server informs its \fBlockd\fR that all locks held by the rebooting client should be released, allowing other processes to lock those files. .sp .LP \fBlockd\fR is started by \fBautomountd\fR(8), \fBmount_nfs\fR(8), and \fBshare\fR(8) if NFS automounts are needed. .SH FILES .sp .ne 2 .na \fB\fB/var/statmon/sm\fR\fR .ad .sp .6 .RS 4n lists hosts and network addresses to be contacted after a reboot .RE .sp .ne 2 .na \fB\fB/var/statmon/sm.bak\fR\fR .ad .sp .6 .RS 4n lists hosts and network addresses that could not be contacted after last reboot .RE .sp .ne 2 .na \fB\fB/var/statmon/state\fR\fR .ad .sp .6 .RS 4n includes a number which changes during a reboot .RE .sp .ne 2 .na \fB\fB/usr/include/rpcsvc/sm_inter.x\fR\fR .ad .sp .6 .RS 4n contains the rpcgen source code for the interface services provided by the statd daemon. .RE .SH SEE ALSO .sp .LP .BR svcs (1), .BR attributes (7), .BR smf (7), .BR automountd (8), .BR lockd (8), .BR mount_nfs (8), .BR share (8), .BR svcadm (8) .sp .LP \fI\fR .SH NOTES .sp .LP The crash of a server is only detected upon its recovery. .sp .LP The \fBstatd\fR service is managed by the service management facility, \fBsmf\fR(7), under the service identifier: .sp .in +2 .nf svc:/network/nfs/status .fi .in -2 .sp .sp .LP Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using \fBsvcadm\fR(8). The service's status can be queried using the \fBsvcs\fR(1) command. .sp .LP If it is disabled, it will be enabled by \fBmount_nfs\fR(8), \fBshare_nfs\fR(8), and \fBautomountd\fR(8) unless its \fBapplication/auto_enable\fR property is set to \fBfalse\fR.