1sndrd(1M)               System Administration Commands               sndrd(1M)
2
3
4

NAME

6       sndrd - Remote Mirror daemon
7

SYNOPSIS

9       /usr/lib/sndrd [-c max_connections] [-l listen_backlog]
10
11

DESCRIPTION

13       The sndrd daemon processes client Remote Mirror requests. Only the root
14       user or a user with equivalent privileges can run this daemon. The dae‐
15       mon  is  automatically  invoked  in run level 2. sndrd restarts the TCP
16       transport layers.
17
18
19       Administrators wanting to change startup parameters for  sndrd  should,
20       as  root  or  equivalent,  make  changes  in the /etc/default/sndr file
21       rather than editing the /lib/svc/method/svc-rdcsyncd file. See sndr(4).
22

OPTIONS

24       The sndrd daemon supports the following options:
25
26       -c max_connections
27
28           Sets the maximum number of connections allowed to the  server  over
29           connection-oriented  transports.  By default, the number of connec‐
30           tions is 16.
31
32
33       -l listen_backlog
34
35           Sets connection queue length for the RDC TCP over a connection-ori‐
36           ented transport. The default value is 10 entries.
37
38

EXIT STATUS

40       0            Daemon started successfully.
41
42
43       >0           Daemon failed to start.
44
45
46
47       Error information is reported to syslog at level LOG_ERR.
48

FILES

50       /lib/svc/method/svc-rdcsyncd
51
52           Shell script for starting sndrd.
53
54
55       /lib/svc/method/svc-rdc
56
57           Shell script for stopping sndrd.
58
59

ATTRIBUTES

61       See attributes(5) for descriptions of the following attributes:
62
63
64
65
66       ┌─────────────────────────────┬─────────────────────────────┐
67       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
68       ├─────────────────────────────┼─────────────────────────────┤
69       │Availability                 │SUNWrdcr, SUNWrdcu           │
70       ├─────────────────────────────┼─────────────────────────────┤
71       │Interface Stability          │Evolving                     │
72       └─────────────────────────────┴─────────────────────────────┘
73

SEE ALSO

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

NOTES

78       Do  not  manually  stop  the sndrd deamon. If you need to manually stop
79       sndrd perform these steps. This stops both the sndrd and sndrsyncd dae‐
80       mons.
81
82         # svcadm disable svc:/system/nws_rdc
83
84
85         # svcadm disable svc:/system/nws_rdcsyncd
86
87
88
89       Do not manually start or restart the sndrd deamon. If you need to manu‐
90       ally start sndrd perform these steps. This starts both  the  sndrd  and
91       sndrsyncd daemons.
92
93         # svcadm enable svc:/system/nws_rdc
94
95
96         # svcadm enable svc:/system/nws_rdcsyncd
97
98
99
100       See svcadm(1M) for additional information.
101
102
103
104SunOS 5.11                        2 Oct 2007                         sndrd(1M)
Impressum