This post is more than 5 years old
4 Posts
0
3439
October 11th, 2016 07:00
VMAX3 storage group with SRDF management
How do I manage SRDF devices using storage groups? If I have a storage group with a subset of RDF devices, can RDF commands be run against the entire storage group? Would the best practice be to have dedicated storage groups that only contain RDF devices? Can the RDF pairs be established using just a storage group or does a map file need to be created to initialize the pairs? Has RDFG creation changed in the VMAX3?
No Events found!
Anonymous User
1 Rookie
•
9 Posts
0
October 11th, 2016 20:00
symrdf -sid xxx -rdfg 1 -sg testhost01 createpair -type r1 -remote_sg testhost02 -invalidate r2 (Create pair)
symrdf -sid xxx -rdfg 1 -sg testhost01 query "-i 15 to display the progress" (check status)
symrdf -sid xxx -rdfg 1 -sg testhost01 resume
symrdf -sid xxx -rdfg 1 -sg testhost01 set mode sync (change mode to sync "from adaptive copy")
dynamox
9 Legend
•
20.4K Posts
0
October 11th, 2016 19:00
symrdf -sg sg_oracledb08 query -rdfg 10 -sid 1234
look at man pages for symrdf, i see createpair will take -sg parameter.