man pages section 1M: System Administration Commands

Exit Print View

Updated: July 2014
 
 

sndrd(1M)

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 TYPE
ATTRIBUTE VALUE
Availability
storage/avs/avs-remote-mirror
Interface Stability
Committed

See also

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

Notes

Do not manually stop the sndrd daemon. 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 daemon. 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.