You are on page 1of 3

Goals: Step by step SRDF configure will be done based on following information.

It is assumed that your Symmetrix already dynamic SRDF enabled and there is no
connectivity probem with Sorce (R1) and Remote (R2) Symmetrix
<RA-Group> 20
<RA Label> RDFGROUP20
<RA Pair>
(R1) (R2)
100 150
101 151
102 151
<DG> Virtual_OS
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
------------------------------------------
1. RA-Group
Check the existing RA-Group -> C:> symcfg list -ra all
Create RA-Group C:> symrdf addgrp -label RDFGROUP20 -rdfg 20 -sid <XXXX> -d
ir <XX>,<XX> -remote_rdfg 20 -remote_sid <XXXX> -remote_dir <XX>,<XX> -nop

Note: rdfg and remote-rdfg should be same to manage easier.

2.Create Dynamic SRDF Pair
Create Pair File
File Name: Virtual_OS.txt
100 150
101 151
102 151

Create Dynamic SRDF Pair with adaptive copy disk mode C:> symrdf -file Virt
ual_OS.txt -sid <XXXX> -rdfg 20 createpair -type R1 -invalidate R2 -rdf_mode ac
p_disk -nop
Check the pair creation C:> symrdf list -rdfg 20
3. Create Device Group
Check the existing DG C:> symdg list
Create Device Group C:> symdg create Virtual_OS -type rdf1
Add R1 members to the DG. C:> symld -g Virtual_OS add dev 100
C:> symld -g Virtual_OS add dev 101
C:> symld -g Virtual_OS add dev 102
or
C:> symld -g Virtual_OS addall -RANGE 100:102
4. Start full synchronization
Check the current status C:> symrdf -g Virtual_OS
Start full synchronization C:> symrdf -g Virtual_OS establish -nop

5. Change SRDF mode to Async
I. Check the invalid tracks on R2. C:> symrdf -g Virtual_OS query
Wait until "R2 Inv Tracks" < 3000 <OUTPUT>
Then, change the mode to Async with the next procedure.

Device Group (DG) Name : Virtual_OS
DG's Type : RDF1
DG's Symmetrix ID : XXXXXXXXX (Microcode Version: XXXX)
Remote Symmetrix ID : XXXXXXXXX (Microcode Version: XXXX )
RDF (RA) Group Number : 20(13)


Source (R1) View Target (R2) View MODES
-------------------------------- ------------------------ ----- ---------
---
ST LI ST
Standard A N A
Logical T R1 Inv R2 Inv K T R1 Inv R2 Inv RDF Pair
Device Dev E Tracks Tracks S Dev E Tracks Tracks MDA STATE
-------------------------------- -- ------------------------ ----- ---------
---

DEV001 0100 RW 0 69030 RW 0150 WD 0 69030 C.D Sync
InProg
DEV002 0101 RW 0 69030 RW 0151 WD 0 69030 C.D Sync
InProg
DEV003 0102 RW 0 69030 RW 0152 WD 0 69030 C.D Sync
InProg

Total -------- -------- -------- --------
Track(s) 0 138060 0 138060
MB(s) 0.0 4314.4 0.0 4314.4

Legend for MODES:

M(ode of Operation): A = Async, S = Sync, E = Semi-sync, C = Adaptive Copy
D(omino) : X = Enabled, . = Disabled
A(daptive Copy) : D = Disk Mode, W = WP Mode, . = ACp off

II. Change mode to async. C:> symrdf -g Virtual_OS set mode async -nop
III. Enable the consistency mode. C:> symrdf -g Virtual_OS enable -nop
IV.Check the status should be "A..X Consistent" C:> symrdf -g Virtual_OS que
-rdfa

<OUTPUT>
Device Group (DG) Name : Virtual_OS
DG's Type : RDF1
DG's Symmetrix ID : XXXXXXXXX (Microcode Version: XXXX)

RDFA Session Number : 29
RDFA Cycle Number : 8
RDFA Session Status : Active
RDFA Minimum Cycle Time : 00:00:30
RDFA Avg Cycle Time : 00:00:30
Duration of Last cycle : 00:00:31
RDFA Session Priority : 33
Tracks not Committed to the R2 Side: 0
Time that R2 is behind R1 : 00:00:54
R2 Image Capture Time : Tue Sep 8 03:04:20 2009
RDFA R1 Side Percent Cache In Use : 0
RDFA R2 Side Percent Cache In Use : 0
R1 Side DSE Used Tracks : 0
R2 Side DSE Used Tracks : 0
Transmit Idle Time : 00:00:00

Remote Symmetrix ID : XXXXXXXXX (Microcode Version: XXXX)
RDF (RA) Group Number : 20 (13)


Source (R1) View Target (R2) View MODES
-------------------------------- ------------------------ ----- ---------
---
ST LI ST
Standard A N A
Logical T R1 Inv R2 Inv K T R1 Inv R2 Inv RDF Pair
Device Dev E Tracks Tracks S Dev E Tracks Tracks MDAC STATE
-------------------------------- -- ------------------------ ----- ---------
---

DEV001 0100 RW 0 0 RW 0150 WD 0 0 A..X Consisten
t
DEV002 0101 RW 0 0 RW 0151 WD 0 0 A..X Consisten
t
DEV003 0102 RW 0 0 RW 0152 WD 0 0 A..X Consisten
t

Total -------- -------- -------- --------
Track(s) 0 0 0 0
MB(s) 0.0 0.0 0.0 0.0
MB(s) 0.0 0.0 0.0 0.0
Legend for MODES:

M(ode of Operation): A = Async, S = Sync, E = Semi-sync, C = Adaptive Copy
D(omino) : X = Enabled, . = Disabled
A(daptive Copy) : D = Disk Mode, W = WP Mode, . = ACp off
C(onsistency State): X = Enabled, . = Disabled, - = N/A

You might also like