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 "Dec 11, 2015"
   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
  14 
  15 .SH DESCRIPTION
  16 .LP
  17 The \fBsndrd\fR daemon processes client Remote Mirror requests. Only the root
  18 user or a user with equivalent privileges can run this daemon. The daemon is
  19 automatically invoked in run level 2. \fBsndrd\fR restarts the TCP transport
  20 layers.
  21 .sp
  22 .LP
  23 Administrators wanting to change startup parameters for \fBsndrd\fR should, as
  24 root or equivalent, make changes in the \fB/etc/default/sndr\fR file rather
  25 than editing the \fB/lib/svc/method/svc-rdcsyncd\fR file. See \fBsndr\fR(4).
  26 .SH OPTIONS
  27 .LP
  28 The \fBsndrd\fR daemon supports the following options:
  29 .sp
  30 .ne 2
  31 .na
  32 \fB\fB-c\fR \fImax_connections\fR\fR
  33 .ad
  34 .sp .6
  35 .RS 4n
  36 Sets the maximum number of connections allowed to the server over
  37 connection-oriented transports. By default, the number of connections is 16.
  38 .RE
  39 
  40 .sp
  41 .ne 2
  42 .na
  43 \fB\fB-l\fR \fIlisten_backlog\fR\fR
  44 .ad
  45 .sp .6
  46 .RS 4n
  47 Sets connection queue length for the RDC TCP over a connection-oriented
  48 transport. The default value is 10 entries.
  49 .RE
  50 
  51 .SH EXIT STATUS
  52 .ne 2
  53 .na
  54 \fB\fB0\fR\fR
  55 .ad
  56 .RS 13n
  57 Daemon started successfully.
  58 .RE
  59 
  60 .sp
  61 .ne 2
  62 .na
  63 \fB\fB>0\fR\fR
  64 .ad
  65 .RS 13n
  66 Daemon failed to start.
  67 .RE
  68 
  69 .sp
  70 .LP
  71 Error information is reported to \fBsyslog\fR at level \fBLOG_ERR\fR.
  72 .SH FILES
  73 .ne 2
  74 .na
  75 \fB\fB/lib/svc/method/svc-rdcsyncd\fR\fR
  76 .ad
  77 .sp .6
  78 .RS 4n
  79 Shell script for starting \fBsndrd\fR.
  80 .RE
  81 
  82 .sp
  83 .ne 2
  84 .na
  85 \fB\fB/lib/svc/method/svc-rdc\fR\fR
  86 .ad
  87 .sp .6
  88 .RS 4n
  89 Shell script for stopping \fBsndrd\fR.
  90 .RE
  91 
  92 .SH ATTRIBUTES
  93 .LP
  94 See \fBattributes\fR(5) for descriptions of the following attributes:
  95 .sp
  96 
  97 .sp
  98 .TS
  99 box;
 100 c | c
 101 l | l .
 102 ATTRIBUTE TYPE  ATTRIBUTE VALUE
 103 _
 104 Interface Stability     Evolving
 105 .TE
 106 
 107 .SH SEE ALSO
 108 .LP
 109 \fBsvcadm\fR(1M), \fBsyslogd\fR(1M), \fBds.log\fR(4), \fBattributes\fR(5)
 110 .SH NOTES
 111 .LP
 112 Do not manually stop the sndrd daemon. If you need to manually stop sndrd
 113 perform these steps. This stops both the \fBsndrd\fR and \fBsndrsyncd\fR
 114 daemons.
 115 .sp
 116 .in +2
 117 .nf
 118 # svcadm disable svc:/system/nws_rdc
 119 .fi
 120 .in -2
 121 
 122 .sp
 123 .in +2
 124 .nf
 125 # svcadm disable svc:/system/nws_rdcsyncd
 126 .fi
 127 .in -2
 128 
 129 .sp
 130 .LP
 131 Do not manually start or restart the sndrd daemon. If you need to manually
 132 start sndrd perform these steps. This starts both the sndrd and sndrsyncd
 133 daemons.
 134 .sp
 135 .in +2
 136 .nf
 137 # svcadm enable svc:/system/nws_rdc
 138 .fi
 139 .in -2
 140 
 141 .sp
 142 .in +2
 143 .nf
 144 # svcadm enable svc:/system/nws_rdcsyncd
 145 .fi
 146 .in -2
 147 
 148 .sp
 149 .LP
 150 See \fBsvcadm\fR(1M) for additional information.