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 22 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 35 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 46 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 58 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 68 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 79 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 91 92 .sp 93 .ne 2 94 .na 95 \fBprotocol\fR 96 .ad 97 .sp .6 98 .RS 4n 99 Network transfer protocol. Specify IP. 100 .RE 101 102 .sp 103 .ne 2 104 .na 105 \fBmode\fR 106 .ad 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. 113 .RE 114 115 .sp 116 .ne 2 117 .na 118 \fBoptions\fR 119 .ad 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. 127 .sp 128 These options have the following syntax: 129 .sp 130 .in +2 131 .nf 132 [g io_groupname] [q queue_volume][C ctag] 133 .fi 134 .in -2 135 136 .LP 137 Note - 138 .sp 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. 142 .RE 143 .RE 144 145 .SH ATTRIBUTES 146 .sp 147 .LP 148 See \fBattributes\fR(5) for a description of the following attributes: 149 .sp 150 151 .sp 152 .TS 153 box; 154 c | c 155 l | l . 156 ATTRIBUTE TYPE ATTRIBUTE VALUE 157 _ 158 Architecture x86 159 _ 160 Interface Stability Committed 161 .TE 162 163 .SH SEE ALSO 164 .sp 165 .LP 166 \fBsndradm\fR(1M), \fBsndrd\fR(1M), \fBattributes\fR(5)