UNSOLVED

Alec2

updated

17 years ago

A

Alec2

19 Posts

0

6416

January 27th, 2010 05:00

CLARiiON MIB

Is there a such thing CLARiiON MIB?
  • chiodp

    149 Posts

    1474

    1

    Posted January 27th, 2010 06:00

    Clariion support MIB but the portion of FA-MIB supported is small about 12 items , you need to enable it on the clariion .

    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)

  • harshab

    20 Posts

    1474

    1

    Posted January 27th, 2010 08:00

    setting up snmp on the clariion..........

    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).

  • wescott1

    36 Posts

    1474

    1

    Posted January 27th, 2010 11:00

    Is there a such thing CLARiiON MIB?

    There are actually two mibs that might be of interest. One

    is the fibre alliance mib mentioned already. The other is the

    clariion.mib which can be found on powerlink. The clariion.mib

    file has no get-able or set-able OIDs and only describes the

    traps sent by Eventmonitor.

    --

    Mike Wescott

    Wescott_Mike@EMC.COM

  • Alec2

    19 Posts

    1474

    0

    Posted January 28th, 2010 04:00

    Thank you all

    Alec