293 useradd/del/mod should be ZFS-aware
[illumos-gate.git] / usr / src / man / man1m / sndrd.1m
blob59602dc67712f43394bf1d912ad7fdb9ce449454
1 '\" te
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"
7 .SH NAME
8 sndrd \- Remote Mirror daemon
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB/usr/lib/sndrd\fR [\fB-c\fR \fImax_connections\fR] [\fB-l\fR \fIlisten_backlog\fR]
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
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
21 layers.
22 .sp
23 .LP
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).
27 .SH OPTIONS
28 .sp
29 .LP
30 The \fBsndrd\fR daemon supports the following options:
31 .sp
32 .ne 2
33 .na
34 \fB\fB-c\fR \fImax_connections\fR\fR
35 .ad
36 .sp .6
37 .RS 4n
38 Sets the maximum number of connections allowed to the server over
39 connection-oriented transports. By default, the number of connections is 16.
40 .RE
42 .sp
43 .ne 2
44 .na
45 \fB\fB-l\fR \fIlisten_backlog\fR\fR
46 .ad
47 .sp .6
48 .RS 4n
49 Sets connection queue length for the RDC TCP over a connection-oriented
50 transport. The default value is 10 entries.
51 .RE
53 .SH EXIT STATUS
54 .sp
55 .ne 2
56 .na
57 \fB\fB0\fR\fR
58 .ad
59 .RS 13n
60 Daemon started successfully.
61 .RE
63 .sp
64 .ne 2
65 .na
66 \fB\fB>0\fR\fR
67 .ad
68 .RS 13n
69 Daemon failed to start.
70 .RE
72 .sp
73 .LP
74 Error information is reported to \fBsyslog\fR at level \fBLOG_ERR\fR.
75 .SH FILES
76 .sp
77 .ne 2
78 .na
79 \fB\fB/lib/svc/method/svc-rdcsyncd\fR\fR
80 .ad
81 .sp .6
82 .RS 4n
83 Shell script for starting \fBsndrd\fR.
84 .RE
86 .sp
87 .ne 2
88 .na
89 \fB\fB/lib/svc/method/svc-rdc\fR\fR
90 .ad
91 .sp .6
92 .RS 4n
93 Shell script for stopping \fBsndrd\fR.
94 .RE
96 .SH ATTRIBUTES
97 .sp
98 .LP
99 See \fBattributes\fR(5) for descriptions of the following attributes:
104 box;
105 c | c
106 l | l .
107 ATTRIBUTE TYPE  ATTRIBUTE VALUE
109 Interface Stability     Evolving
112 .SH SEE ALSO
115 \fBsvcadm\fR(1M), \fBsyslogd\fR(1M), \fBds.log\fR(4), \fBattributes\fR(5)
116 .SH NOTES
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
121 daemons.
123 .in +2
125 # svcadm disable svc:/system/nws_rdc
127 .in -2
130 .in +2
132 # svcadm disable svc:/system/nws_rdcsyncd
134 .in -2
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
140 daemons.
142 .in +2
144 # svcadm enable svc:/system/nws_rdc
146 .in -2
149 .in +2
151 # svcadm enable svc:/system/nws_rdcsyncd
153 .in -2
157 See \fBsvcadm\fR(1M) for additional information.