This post is more than 5 years old
11 Legend
•
20.4K Posts
•
87.4K Points
0
1173
October 13th, 2009 21:00
SRDF/DM documentation
Hello guys,
i am trying to find documentation for SRDF/DM. I've looked through SE 7 manuals but could not find anything. At this point all i know is that SRDF/DM uses adaptive copy to move data between arrays, but then what? How do you get consistent copy on the target array if you don't have license for SRDF/S or SRDF/A. It's nice that SRDF/DM is free now but what can i do with it ?
Thanks
i am trying to find documentation for SRDF/DM. I've looked through SE 7 manuals but could not find anything. At this point all i know is that SRDF/DM uses adaptive copy to move data between arrays, but then what? How do you get consistent copy on the target array if you don't have license for SRDF/S or SRDF/A. It's nice that SRDF/DM is free now but what can i do with it ?
Thanks
No Events found!


RobertDudley
2 Intern
•
448 Posts
0
October 20th, 2009 08:00
data from host is written to cache on source, if this data is sent prior to destage to disk only the actual update is sent to the target
data from host is written to cache - destaged from cache to disk freeing up cache slot - full track of data from disk is reread to cache for transfer to target
data from host is written to cache - destaged from cache to disk freeing up cache slot - update to same track is written to cache - update must be destaged to disk - full track read from disk back to cache to send to target.
in the last part you have 3 different tracks updated to send they will be sent in no particular order since they are 3 different tracks of data. They will follow the above rules to ensure the data is valid.
andreas.scht
2 Intern
•
219 Posts
0
October 14th, 2009 02:00
RobertDudley
2 Intern
•
448 Posts
0
October 15th, 2009 12:00
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
October 17th, 2009 17:00
Thanks
RobertDudley
2 Intern
•
448 Posts
0
October 17th, 2009 22:00
Even if data is flushed out of cache to disk and there is a second update to the same track; the data will have to be updated to disk read back into cache then sent to the R2. Adaptive copy does not allow the data to ge to the target "out of order" for a particular track. There is no consistency as you would have with synchronous or srdf-a but the data does get there.
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
October 18th, 2009 15:00
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
October 20th, 2009 08:00
RobertDudley
2 Intern
•
448 Posts
0
October 20th, 2009 10:00