This post is more than 5 years old
265 Posts
0
985
May 9th, 2012 04:00
Dynamic SRDF for existing vmax
Hi all
we have dmx up and running for last year
we got new vmax and we wana configured dynamic srdf between them DMX -->VMAX
so the new vmax is zoned to the exisiting dmx , do i need to do anything on bin file ( to introduce them to each other )
No Events found!
dynamox
9 Legend
•
20.4K Posts
0
May 9th, 2012 04:00
create rdfg groups
symrdf addgrp -label -rdfg 9 -sid 123 -dir 7h,8h -remote_rdfg 9 -remote_sid 456 -remote_dir 10d,7d
in this example i am creating rdfg group 9, RA 7H is zoned to RA 10D so i am connecting them together, same applies for 8H and 7D
RobertDudley
2 Intern
•
448 Posts
1
May 9th, 2012 06:00
If the array serial numbers are not currently in the remote array field in the current then for command above put the full serial number of the new array including the 3 leading zeroes.
KShanker_6d309f
7 Posts
1
May 9th, 2012 08:00
are these Array Thin provisioned or Thick? Thick to thick is quite normal so does thin to thin..
there are complication while doing thick to thin..you need to validate the code level of these arrays which can support thick to thin. below code level definatly supports this.
R1 (DMX4) Engenuity 5773.175.122
R2 (VMAX) Engenuity 5875.231.172
Mosa3lyan
265 Posts
0
May 10th, 2012 10:00
Thanks all