Using VSFHA for Windows for array migration
Hi,
I'm relativley new to VSFHA for Windows (v5.1) and VxVM and have been asked to migrate a 2 node cluster that has a node in each of the companies data centres from a pair of old EVAs to a different pair of EMC arrays due to the EVAs going out of support.
The config has three volumes: regrep, data1 and data2.
- regrep has 2 x 1GB LUNs from each of the EVAs
- data1 is concat and has 2 x 500GB LUNs from each of the EVAs
- data2 is concat and has 3 x 100GB LUNs from each of the EVAs
How can I use VxVM to migrate to the EMC arrays? I also want to resize the volumes as part of the migration so data1 volume is 1TB at the moment and I want it to be 1.2TB, and data2 is 300GB which I want 500GB.
I have configured the LUNs on the CX and presented them out to each node in each data centre and have written signatures to the new disks in preparation.
From what I've read we should be able to create and assocaite a new plex with the volumes and mirror them up then drop the old plexs from the EVAs?
Thanks in advance.
Malc,
Point 1: Yes, as long as the array is supported by SF - you should check the HCL at https://sort.symantec.com/documents/doc_details/sfha/5.1%20SP2/Windows/CompatibilityLists/
Point 2: You are correct and you can use GUI or CLI.
Point six. DRLs are used for a quick resync when a server crashes - i.e a DRL keeps track of inflight writes so that when a server returns after a crash it can just sync the writes that were happening when the server crashes and not the whole volume. DCOs are used to resync when an array crashes - i.e a DCO keeps tracks of writes when an array is down so that when array returns you only need to resync writes that occured while array was down. You can add a DCO at any stage, but you need to allow space for it - they only occupy a few MB and you need one per plex (so if a plex is across 3 LUNS you only need a few MB on one of the 3 LUNs) and you need enterprise license to enable fastresync (DRL only requires standard license)
So in Windows I believe you need a DCO AND a DRL (where as in SF for UNIX, you only need a DCO as the DCO also performs DRL functionality as from about version 5.0)
Mike