Unsolved
This post is more than 5 years old
2 Posts
0
1379
May 23rd, 2017 10:00
Is it possible to use SNMP to display Compellent WWNs (since CompCU will not)
Since the CompCU utility does not offer any optoin for this, I use the following SNMP command to list the disks in my compellent arrays and place it into a config file
snmptable -v 1 -c $(public_SNMP) $(Array_IP') scdiskconfigtable >> $CONFIGFILE
and I use this command to display a table of the enclosures (which includes Asset Tags) attached to each array
snmptable -v 1 -c $(public_SNMP) $(Array_IP') scencltable >> $CONFIGFILE
(( before you get on my case, I know we are using SNMP V1 and it has all kinds of issues but it works for me))
But I cannot find any SNMP MIb entry for the WWN of the Array Ports (Virtual or Physical)
Is there an entry in the Compellent MIB that I am missing?
DELL-Bob Mi
2 Intern
•
230 Posts
0
February 21st, 2018 10:00
Using SNMP the WWN of the Compellent are not listed. Using CompCU you can show the server HBA's but not the controller HBA's. To see both you need to use the Storage Center Command Set (PowerShell)