This post is more than 5 years old
124 Posts
0
1232
August 4th, 2009 21:00
Breaking Concurrent SRDF
Hi Guys,
Here is the story :
We got a Migration between two Datacenters having DMX-3 and DMX-4 and we are asking EMC to use the bin load to create the relationship between the devices.
Now we got three boxes for e.g SID 111(DMX-3) @ Site A , SID222 (DMX-2K) @ Site B & new DMX-4 SID 333 @ Site B.
SID 111 is the box to be migrated to DMX-4, SID 111 contains the R1 & R5 devices and also some R2 devices for SID 222. Now we need to have concurrent srdf setup b/w SID 111 , 222 & 333. Once we have the relationship and we are ready to migrate the Host from Site A to Site B , I need to manually break the SRDF relationship, I need to know if we don't set the dynamic_rdf flag on the devices, since we are using bin load for creating relationships.Would i be able to break/spit the srdf relationship using symrdf ? If not, then what would be the best possible way out ?
Scenario :
SID111 -> R1 ->R2 (SID222)
SID111 -> R2 -> R1 (SID 222)
SID111 -> R5
All these devices on SID 111 has to be migrated to SID 333.
Here is the story :
We got a Migration between two Datacenters having DMX-3 and DMX-4 and we are asking EMC to use the bin load to create the relationship between the devices.
Now we got three boxes for e.g SID 111(DMX-3) @ Site A , SID222 (DMX-2K) @ Site B & new DMX-4 SID 333 @ Site B.
SID 111 is the box to be migrated to DMX-4, SID 111 contains the R1 & R5 devices and also some R2 devices for SID 222. Now we need to have concurrent srdf setup b/w SID 111 , 222 & 333. Once we have the relationship and we are ready to migrate the Host from Site A to Site B , I need to manually break the SRDF relationship, I need to know if we don't set the dynamic_rdf flag on the devices, since we are using bin load for creating relationships.Would i be able to break/spit the srdf relationship using symrdf ? If not, then what would be the best possible way out ?
Scenario :
SID111 -> R1 ->R2 (SID222)
SID111 -> R2 -> R1 (SID 222)
SID111 -> R5
All these devices on SID 111 has to be migrated to SID 333.
No Events found!


xe2sdc
6 Operator
•
2.8K Posts
0
August 5th, 2009 10:00
You aren't testing my patience
With dynamic rdf you can create and delete pairs. If EMC create and delete pairs with binfiles you don't need dynrdf.
Once you have the pairs (either static/binfile or dynamic/symrdf) you can control the pairs (establish/split/suspend/resume/almost_whatever) using pairfiles instead of DGs
xe2sdc
6 Operator
•
2.8K Posts
0
August 5th, 2009 06:00
xe2sdc
6 Operator
•
2.8K Posts
0
August 5th, 2009 07:00
Simply put R1 devices in a DG and manage the pairs using symrdf command (with an added twist as per emc101638).
StorageAdmin2
124 Posts
0
August 5th, 2009 07:00
If we don't have the dymanic_rdf enabled on the devices, can we do the symrdf operations on the file (split/suspend/failover) ? or we need to have the devices in the device groups and then work with that ?I was of the view that, usinf file option won't work if we don't have dyn_rdf enabled , please correct me if i am wrong.
StorageAdmin2
124 Posts
0
August 5th, 2009 08:00
Just to be precise, we are not establishing the relatiohships using symrdf operation, but EMC would use the bin file load on two EMC DMX's with all necessary inforamation regarding R1 & R2. So all i have to do is the split/map and mask. I hope I am not testing your patience
xe2sdc
6 Operator
•
2.8K Posts
0
August 5th, 2009 08:00
I usually use DG like a "shortcut". Instead of typing the box, the DG and the pairs, I put everything in a DG and I can manage the pairs easily. But nothing stops you from using pairfiles.
symrdf -sid xxx -rdfg yy -file pairfile suspend/resume/failover/failback/establish/split/almost_whatever_you_want
StorageAdmin2
124 Posts
0
August 5th, 2009 22:00
RRR
6 Operator
•
5.7K Posts
0
August 6th, 2009 01:00
StorageAdmin2
124 Posts
0
August 6th, 2009 04:00
StorageAdmin2
124 Posts
0
August 6th, 2009 05:00
RRR
6 Operator
•
5.7K Posts
0
August 6th, 2009 05:00
RRR
6 Operator
•
5.7K Posts
0
August 6th, 2009 05:00
xe2sdc
6 Operator
•
2.8K Posts
0
August 6th, 2009 23:00
Just like you do with your Oracle databases, you have to export data off the database and backup the export file. That's why we named it "symapi database"
RRR
6 Operator
•
5.7K Posts
0
August 7th, 2009 00:00
StorageAdmin2
124 Posts
0
August 12th, 2009 23:00
I have got a DB servers accessing storage from one box and it's R2 on another box, now the team wants to swap the roles without enabling the dynamic_rdf. so is the below mentioned procedure ok :
1. Split SRDF
2. Write_disable the devices
3. Unmap devices on both the ends.
4. Convert to STD devices.
5. Convert the same devices to R1 & R2 on each box.
6. Map the devices
7. Establish the devices using invalidate R2 option --> would this be ok or should i use acp_disk mode ? I hope the data won't be corrupted.
8. Mask the devices.
I just wanted to confirm that while doing all this, my data is safe and nothing happens to it ?
Would appreciate if you could answer.