This post is more than 5 years old
259 Posts
1
1069
June 26th, 2012 11:00
deciphering wwn device name to symm id
I've looked at the symmask, symmaskdb, and symconfigure cli commands but didn't find a parameter that would return the info I need.
I have a wwn of a symmetrix device (60000970000192603254533030314631) that I need to determine if it's still a valid device on our vmax. Is there a cli query that will provide me with this device information?
Thanks.
jim
No Events found!
dynamox
9 Legend
•
20.4K Posts
1
June 26th, 2012 12:00
symdev list -sid 123 -wwn | grep 60000970000192603254533030314631
jimkunysz
259 Posts
0
June 26th, 2012 12:00
awesome. thanks.