1. Right click on SP A > Properties > Network > Tick 'Enable/Disable processing of SNMP MIB read requests'. The same to SP B.
2. From Enterprise Storage window, go to Monitors tab > right-click a template to be used > SNMP tab > specify SNMP management host and Community name. (Commonly 'public'. But it depends on your SNMP environment).
chiodp
149 Posts
1474
1
Posted January 27th, 2010 06:00
For enable it you need to log in navisphere then go to the sp property, network and flag "Enable/disable processing of SNMP MIB read requests"
Also for you client you can download the MIB for compile it and this can be found in the website below
http://www.emc.com/microsites/fibrealliance/
After you did this you can query the clariion , below is an example with smptwalk
See the output below...
C:\usr\bin>snmpwalk -m all -v 2c -c public 10.14.18.104 .1.3.6.1.3.94
FCMGMT-MIB::uNumber.0 = INTEGER: 1
FCMGMT-MIB::systemURL.0 = STRING: "http://10.14.18.104"
FCMGMT-MIB::statusChangeTime.0 = Timeticks: (133261812) 15 days, 10:10:18.12
FCMGMT-MIB::connUnitTableChangeTime.0 = Timeticks: (115616221) 13 days, 9:09:22.
21
FCMGMT-MIB::connUnitId.'FNM00085200072..' = Hex-STRING: 46 4E 4D 30 30 30 38 35
32 30 30 30 37 32 00 00
FCMGMT-MIB::connUnitGlobalId.'FNM00085200072..' = Hex-STRING: 46 4E 4D 30 30 30
38 35 32 30 30 30 37 32 00 00
FCMGMT-MIB::connUnitType.'FNM00085200072..' = INTEGER: storage-subsystem(11)
FCMGMT-MIB::connUnitStatus.'FNM00085200072..' = INTEGER: ok(3)
FCMGMT-MIB::connUnitProduct.'FNM00085200072..' = STRING: "CX4-480"
FCMGMT-MIB::connUnitSn.'FNM00085200072..' = STRING: "FNM00085200072"
FCMGMT-MIB::connUnitUrl.'FNM00085200072..' = STRING: "http://10.14.18.104"
FCMGMT-MIB::connUnitName.'FNM00085200072..' = STRING: "FNM00085200072"
FCMGMT-MIB::connUnitName.'FNM00085200072..' = No more variables left in this MIB
View (It is past the end of the MIB tree)