Hello. I have task to determine storage system from client server that has volumes mounted. So I can get volume address on client server like - 600C0FF000434D0E7389EF5C01000000, I can extract/calculate from it volume serial number - 00C0FF434D0E00007389EF5C01000000 , but how can I get from this storage system serial number info that should be 00C0FFF0497D ?
Solved! Go to Solution.
Never mind. I have found internal-serial-number in controllers information in "show configuration" that exactly the thing I was looking for.
internal-serial-number
----------------------
00C0FF434D96
00C0FF434CD5
that match Volume SN
00c0ff434d960000b4005a5c01000000
with that info I will be able to match WWN to StorageSystem SN
Thanks anyway.
Hello IvanK,
What ME4 model?
I think that '# show provisioning' can provide the information you are looking for.
Links for your review:
If that is not what you're looking for; could you describe more detail if I misunderstood?
Dell -Charles R
Social Media and Communities Professional
Dell Technologies | Enterprise Support Services
#IWork4Dell
Did I answer your query? Please click on ‘Accept as Solution’. ‘Kudo’ the posts you like!
Hello. Model is ME4084. No it is not the thing I need. I already have WWN, I need to find out array specific info from that WWN like Array SN or smth.
I can see that all volumes for array with SN 00C0FFF0497D have 00C0FF434D0E in their SN (or just 434D0E in WWN), so I would like to find way to get that array info from volume SN (or WWN). Or is there any other array specific info (like array WWN in VNX) that corresponds with volume WWN
Never mind. I have found internal-serial-number in controllers information in "show configuration" that exactly the thing I was looking for.
internal-serial-number
----------------------
00C0FF434D96
00C0FF434CD5
that match Volume SN
00c0ff434d960000b4005a5c01000000
with that info I will be able to match WWN to StorageSystem SN
Thanks anyway.