Unsolved
This post is more than 5 years old
124 Posts
0
994
August 3rd, 2009 06:00
Mapping the symmetrix devices to FA
Hi Guys
We will be migrating the DMX-3 to DMX-4 using dynamic SRDF and once i have the devices in sync on DMX-4, i need to map/mask those devices to FA/hosts. We got a weeks time to do the mapping/Masking for huge number of Hosts and i can do it using the command file and all, but just wanted to know if there is any script used by anyone , which might be helpful in terms of mapping the devices to the FA's ? Can anyone share if they have used some sort of script for mapping/masking , would be of great help.
Thanks
We will be migrating the DMX-3 to DMX-4 using dynamic SRDF and once i have the devices in sync on DMX-4, i need to map/mask those devices to FA/hosts. We got a weeks time to do the mapping/Masking for huge number of Hosts and i can do it using the command file and all, but just wanted to know if there is any script used by anyone , which might be helpful in terms of mapping the devices to the FA's ? Can anyone share if they have used some sort of script for mapping/masking , would be of great help.
Thanks
No Events found!


dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
August 3rd, 2009 13:00
alokjain1
44 Posts
0
August 3rd, 2009 13:00
I can help you with this as I have extensive toolset to help do migration planning between DMX using dynamic SRDF. contact me at alok.jain@interscapetech.com if you need help.
RRR
6 Operator
•
5.7K Posts
0
August 4th, 2009 00:00
http://sanduel.com/SAN-Storage-Commands/EMC-Symmetrix-SYMCLI-Cheat-sheet.html
nicoroy123_15c2b9
41 Posts
0
August 24th, 2009 12:00
The script is located on the root of the D:\ drive of the server where Solution Enabler is installed. It is executed in the Solution Enabler shell with the command:
symconfigure -sid 1141 -f d:\map.txt commit
The map.txt file contains lines like these:
map dev 14C to dir 1d:0,target=0,lun=3A;
map dev 14C to dir 16d:0,target=0,lun=3A;
map dev 14D to dir 1d:0,target=0,lun=3B;
map dev 14D to dir 16d:0,target=0,lun=3B;
For masking, I simply run batch files on the server where Solution Enabler is installed. Batch files contain:
symmask -sid 1141 -wwn 210000e08b84b2bc -dir 01d -p 0 add devs 14C,14D
symmask -sid 1141 -wwn 210000e08b8425bc -dir 16d -p 0 add devs 14C,14D
symmask -sid 1141 refresh
Hope it helps
StorageAdmin2
124 Posts
0
August 25th, 2009 04:00
Thanks anyways, really appreciate the time from your side.
KD8EWE
2 Intern
•
155 Posts
0
September 1st, 2009 13:00
good luck.