Start a Conversation

Unsolved

This post is more than 5 years old

1662

October 31st, 2017 04:00

SC4020 : SNMP table scEnclAlarmTable

Hello,

I might need a little bit of your help, please.

Following an update of fimware to 7.1.20.28, our supervision plugin does not work anymore

The plugin queries the SNMP table (scEnclAlarmTable): .1.3.6.1.4.1.674.11000.2000.500.1.2.24, but it is no longer visible when i perform a snmpwalk. (see Attachment)

Has there been a change to the MIB? Where is the scEnclAlarmTable SNMP table now?

Thank you for your support.

Kilian

1 Attachment

230 Posts

February 21st, 2018 10:00

Based upon your output you are using the most recent MIB available:
storageCenterModule MODULE-IDENTITY   LAST-UPDATED        "201401290000Z"        --29 January 2014 --

In the MIB Table I show the Enclosure Alarm Table:
--Enclosure Audible Alarm Table --
    scEnclAlarmTable OBJECT-TYPE
        SYNTAX              SEQUENCE OF ScEnclAlarmEntry
        MAX-ACCESS          not-accessible
        STATUS              current
        DESCRIPTION         "Audible Alarm Table"
        ::= { storageCenterObjects 24 }

    scEnclAlarmEntry OBJECT-TYPE                         --virtual object
        SYNTAX              ScEnclAlarmEntry             --points to def of entry
        MAX-ACCESS          not-accessible
        STATUS              current
        DESCRIPTION         "an entry in scEnclAlarmTable"
        INDEX               {
                                scEnclIndex,
                                scEnclAlarmIndex
                            }
        ::= { scEnclAlarmTable 1 }

Using iReasoning I can view that table. I can on surmise that if it does not show then there are no alarms coming from your Enclosures.

No Events found!

Top