sndrd.1m revision c10c16dec587a0662068f6e2991c29ed3a9db943
te
Copyright (c) 2007, 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]
sndrd 1M "2 Oct 2007" "SunOS 5.11" "System Administration Commands"
NAME
sndrd - Remote Mirror daemon
SYNOPSIS

/usr/lib/sndrd [-c max_connections] [-l listen_backlog]
DESCRIPTION

The sndrd daemon processes client Remote Mirror requests. Only the root user or a user with equivalent privileges can run this daemon. The daemon is automatically invoked in run level 2. sndrd restarts the TCP transport layers.

Administrators wanting to change startup parameters for sndrd should, as root or equivalent, make changes in the /etc/default/sndr file rather than editing the /lib/svc/method/svc-rdcsyncd file. See sndr(4).

OPTIONS

The sndrd daemon supports the following options:

-c max_connections

Sets the maximum number of connections allowed to the server over connection-oriented transports. By default, the number of connections is 16.

-l listen_backlog

Sets connection queue length for the RDC TCP over a connection-oriented transport. The default value is 10 entries.

EXIT STATUS

0

Daemon started successfully.

>0

Daemon failed to start.

Error information is reported to syslog at level LOG_ERR.

FILES

/lib/svc/method/svc-rdcsyncd

Shell script for starting sndrd.

/lib/svc/method/svc-rdc

Shell script for stopping sndrd.

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
Interface StabilityEvolving
SEE ALSO

svcadm(1M), syslogd(1M), ds.log(4), attributes(5)

NOTES

Do not manually stop the sndrd deamon. If you need to manually stop sndrd perform these steps. This stops both the sndrd and sndrsyncd daemons.

# svcadm disable svc:/system/nws_rdc
# svcadm disable svc:/system/nws_rdcsyncd

Do not manually start or restart the sndrd deamon. If you need to manually start sndrd perform these steps. This starts both the sndrd and sndrsyncd daemons.

# svcadm enable svc:/system/nws_rdc
# svcadm enable svc:/system/nws_rdcsyncd

See svcadm(1M) for additional information.