2 .\" Copyright (c) 2007, Sun Microsystems, Inc. All rights reserved.
3 .\" 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.
4 .\" 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.
5 .\" 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]
6 .TH SNDRD 1M "Oct 2, 2007"
8 sndrd \- Remote Mirror daemon
12 \fB/usr/lib/sndrd\fR [\fB-c\fR \fImax_connections\fR] [\fB-l\fR \fIlisten_backlog\fR]
18 The \fBsndrd\fR daemon processes client Remote Mirror requests. Only the root
19 user or a user with equivalent privileges can run this daemon. The daemon is
20 automatically invoked in run level 2. \fBsndrd\fR restarts the TCP transport
24 Administrators wanting to change startup parameters for \fBsndrd\fR should, as
25 root or equivalent, make changes in the \fB/etc/default/sndr\fR file rather
26 than editing the \fB/lib/svc/method/svc-rdcsyncd\fR file. See \fBsndr\fR(4).
30 The \fBsndrd\fR daemon supports the following options:
34 \fB\fB-c\fR \fImax_connections\fR\fR
38 Sets the maximum number of connections allowed to the server over
39 connection-oriented transports. By default, the number of connections is 16.
45 \fB\fB-l\fR \fIlisten_backlog\fR\fR
49 Sets connection queue length for the RDC TCP over a connection-oriented
50 transport. The default value is 10 entries.
60 Daemon started successfully.
69 Daemon failed to start.
74 Error information is reported to \fBsyslog\fR at level \fBLOG_ERR\fR.
79 \fB\fB/lib/svc/method/svc-rdcsyncd\fR\fR
83 Shell script for starting \fBsndrd\fR.
89 \fB\fB/lib/svc/method/svc-rdc\fR\fR
93 Shell script for stopping \fBsndrd\fR.
99 See \fBattributes\fR(5) for descriptions of the following attributes:
107 ATTRIBUTE TYPE ATTRIBUTE VALUE
109 Interface Stability Evolving
115 \fBsvcadm\fR(1M), \fBsyslogd\fR(1M), \fBds.log\fR(4), \fBattributes\fR(5)
119 Do not manually stop the sndrd deamon. If you need to manually stop sndrd
120 perform these steps. This stops both the \fBsndrd\fR and \fBsndrsyncd\fR
125 # svcadm disable svc:/system/nws_rdc
132 # svcadm disable svc:/system/nws_rdcsyncd
138 Do not manually start or restart the sndrd deamon. If you need to manually
139 start sndrd perform these steps. This starts both the sndrd and sndrsyncd
144 # svcadm enable svc:/system/nws_rdc
151 # svcadm enable svc:/system/nws_rdcsyncd
157 See \fBsvcadm\fR(1M) for additional information.