Announcement Banner
UNSOLVED

eln1983

updated

13 years ago

E

eln1983

10 Posts

0

3111

November 15th, 2013 12:00

SRDF/async Steps

Hello,

We are moving a server from one dmx to another dmx. If anyone can review the steps we will be using to migrate using SRDF.

Note - Luns from target dmx is already allocated to the server.

1. the dba/apps are down.

2. server team sets all VGs to not vary on and reboots server.

3. server team remove all emc disks from the server.

4. disable the source dmx zones

5. set dyn_rdf1_only on source r1 luns.

6. write disable the r2 luns since using -invalidate option

7. create a pair file and put r1 and r2 devices in the text file

8. create a pair with adaptive copy disk mode using cmd -

symrdf -file  file.txt -sid <> -rdfg # createpair -type R1  -invalidate R2 -rdf_mode acp_disk -nop

9. check pair creation using cmd -

symrdf -sid <> list -rdfg #

10.Begin Actual Synchronization using cmd -

symrdf -f file.txt establish -sid <> -rdfg #

11. Monitor the Synchronization

symrdf -f file.txt query -sid <> -rdfg #

12. When sync is almost done ,change mode to Synchronous

symrdf -f file.txt -sid <> set mode sync -rdfg #

13. Monitor and run query again and the state will be synchronized -

symrdf -f file.txt query -sid <> -rdfg #

14. Split the srdf - will be done once state is synchronized

symrdf -f file.txt split -sid <> -rdfg #

15. After the split,handover to server team to verify the data and Luns.

16. Once data has been verified ,do server team shut down the server ? and then we remove the dyn_rdf2_only from r2 luns and delete the pair ?