1502 Remove conversion cruft from manpages
[unleashed.git] / usr / src / man / man4 / rdc.cf.4
blob10c8e4be8a3522677ff0c0795972edc039ef49e1
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 RDC.CF 4 "Jun 08, 2007"
7 .SH NAME
8 rdc.cf \- Availability Suite Remote  Mirror  software  configuration file
9 .SH DESCRIPTION
10 .sp
11 .LP
12 The \fBrdc.cf\fR is an optional configuration file that supplies the
13 \fBsndradm\fR(1M) command with details of the volume sets to be operated on.
14 Inrdc.cf, the volume sets and  their host locations are defined in the
15 following format:
16 .sp
17 .in +2
18 .nf
19 post pdevice pbitmap shost sdevice sbitmap protocol mode options
20 .fi
21 .in -2
23 .sp
24 .LP
25 The \fBrdc.cf\fR fields are:
26 .sp
27 .ne 2
28 .na
29 \fBphost (primary host)\fR
30 .ad
31 .sp .6
32 .RS 4n
33 Server on which the primary volume resides.
34 .RE
36 .sp
37 .ne 2
38 .na
39 \fBpdevice (primary device)\fR
40 .ad
41 .sp .6
42 .RS 4n
43 Primary volume partition to be copied. Specify only full path names (for
44 example, /dev/rdsk/c0t1d0s2).
45 .RE
47 .sp
48 .ne 2
49 .na
50 \fBpbitmap (primary bitmap)\fR
51 .ad
52 .sp .6
53 .RS 4n
54 Volume partition in which the bitmap  (scoreboard  logs) of  the primary
55 partition is stored. Specify only full path names (for example,
56 /dev/rdsk/c0t1d0s3).
57 .RE
59 .sp
60 .ne 2
61 .na
62 \fBshost (secondary host)\fR
63 .ad
64 .sp .6
65 .RS 4n
66 Server on which the secondary volume resides.
67 .RE
69 .sp
70 .ne 2
71 .na
72 \fBsdevice (secondary device)\fR
73 .ad
74 .sp .6
75 .RS 4n
76 Secondary volume partition. Specify only full path names (for
77 example,\fB/dev/rdsk/c0t1d0s4\fR).
78 .RE
80 .sp
81 .ne 2
82 .na
83 \fBsbitmap (secondary bitmap)\fR
84 .ad
85 .sp .6
86 .RS 4n
87 Volume partition in which the bitmap  (scoreboard  logs) of  the secondary file
88 is stored. Specify only full path names (for example,
89 \fB/dev/rdsk/c0t1d0s5\fR).
90 .RE
92 .sp
93 .ne 2
94 .na
95 \fBprotocol\fR
96 .ad
97 .sp .6
98 .RS 4n
99 Network transfer protocol. Specify IP.
103 .ne 2
105 \fBmode\fR
107 .sp .6
108 .RS 4n
109 Remote Mirror operating mode. Sync is the Remote Mirror mode where  the  I/O
110 operation is not confirmed as complete until the remote volume has been
111 updated. Async is the  other Remote Mirror mode, in which the primary host I/O
112 operation is confirmed as complete  before  updating the remote volume.
116 .ne 2
118 \fBoptions\fR
120 .sp .6
121 .RS 4n
122 A consistency group name can be specified using the  g character. A disk queue
123 volume partition can be specified using the q character, using full  path  name
124 only (/dev/rdsk/c0t1d0s5). Without the q character set will default  to  memory
125 base  queue.  When  running on a clustered system, a cluster resource group tag
126 can be specified using the C character.
128 These options have the following syntax:
130 .in +2
132 [g io_groupname] [q queue_volume][C ctag]
134 .in -2
137 Note -
139 .RS 2
140 When running on a cluster configuration, the cluster resource group tag is
141 appended to the Remote Mirror set by default.
145 .SH ATTRIBUTES
148 See \fBattributes\fR(5) for a description of the following attributes:
153 box;
154 c | c
155 l | l .
156 ATTRIBUTE TYPE  ATTRIBUTE VALUE
158 Architecture    x86
160 Interface Stability     Committed
163 .SH SEE ALSO
166 \fBsndradm\fR(1M), \fBsndrd\fR(1M), \fBattributes\fR(5)