System Administration Commands sndrd(1M)
NAME
sndrd - Remote Mirror daemon
SYNOPSIS
/usr/lib/sndrd [-c maxconnections] [-l listenbacklog]
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 maxconnections
Sets the maximum number of connections allowed to the
server over connection-oriented transports. By default,
the number of connections is 16.
-l listenbacklog
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 LOGER.
FILES
/lib/svc/method/svc-rdcsyncd
Shell script for starting sndrd.
SunOS 5.11 Last change: 2 Oct 2007 1
System Administration Commands sndrd(1M)
/lib/svc/method/svc-rdc
Shell script for stopping sndrd.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWrdcr, SUNWrdcu
Interface Stability Evolving
SEE ALSO
svcadm(1M), syslogd(1M), ds.log(4), attributes(5)
NOTES
Do not manually stop the sndrd deamon. If you need to manu-
ally stop sndrd perform these steps. This stops both the
sndrd and sndrsyncd daemons.
# svcadm disable svc:/system/nwsrdc
# svcadm disable svc:/system/nwsrdcsyncd
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/nwsrdc
# svcadm enable svc:/system/nwsrdcsyncd
See svcadm(1M) for additional information.
SunOS 5.11 Last change: 2 Oct 2007 2
|