cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
909
Views
0
Helpful
2
Replies

DFM@LMS4.2.2 - how to get error details

STEFFEN NEUSER
Level 4
Level 4

Hello,

Cant find the speeking result/cause of 4 and 1 in the example below, that are defined as enums in the MIBs normaly. Where can I access the result of "snmptranslate -M<MIB-dirs> -m ALL -Td <ps-status/test-oid>" if this is implemented in LMS overall?

What are the OIDs from Cisco's ps-status/test, if the translation of MIB-enums is not implented?

Event_Description

StateNotNormal

Device IP

x.y.z.1

Device Type

Switches and Hubs

Fault Last Updated At

06-Nov-2012 16:12:49

Component

PWR-x.y.z.1/2 [External Supply (externalPS)]

Component Class

PowerSupply

Component Event Code

1085

Event Category

Environment

Event Source

DFM

Status

CRITICAL

chassis Ps2 Status

4

chassis Ps2 Test Result

1

thx for hints, Steffen

1 Accepted Solution

Accepted Solutions

Vinod Arya
Cisco Employee
Cisco Employee

For StateNotNormal Description: A fan, power supply, temperature sensor, or voltage sensor is not acting normally. When an OutofRange event is generated, you will also see a fan, power supply, or temperature event.

Trigger: Polling.

Severity: Critical.

Device Type: All.

Event Code: 1021.

Component Codes:

•Fan: 1088.

•Temperature Sensor: 1087

•Voltage Sensor: 1086

•Power Supply: 1085

•PowerSupply_Fault_CiscoStack: 1084

•On any other Component: 1083

With the last two components it is the OID's itself :

ObjectchassisPs2TestResult
OID1.3.6.1.4.1.9.5.1.2.8
TypeINTEGER
Permissionread-only
Statuscurrent
Range0 - 65535
MIBCISCO-STACK-MIB ;   -   View Supporting Images this link will generate a new window
Description"Test result for power supply number 2. A zero
indicates that the supply passed all tests. Bits
set in the result indicate error conditions."

ObjectchassisPs2Status
OID1.3.6.1.4.1.9.5.1.2.7
TypeINTEGER
Permissionread-only
Statuscurrent
Values1 : other
2 : ok
3 : minorFault
4 : majorFault
MIBCISCO-STACK-MIB ;   -   View Supporting Images this link will generate a new window
Description"Status of power supply number 2. If the status is
not ok, the value of chassisPs2TestResult gives
more detailed information about the power supply's
failure condition(s)."

-Thanks

-Thanks Vinod **Rating Encourages contributors, and its really free. **

View solution in original post

2 Replies 2

Vinod Arya
Cisco Employee
Cisco Employee

For StateNotNormal Description: A fan, power supply, temperature sensor, or voltage sensor is not acting normally. When an OutofRange event is generated, you will also see a fan, power supply, or temperature event.

Trigger: Polling.

Severity: Critical.

Device Type: All.

Event Code: 1021.

Component Codes:

•Fan: 1088.

•Temperature Sensor: 1087

•Voltage Sensor: 1086

•Power Supply: 1085

•PowerSupply_Fault_CiscoStack: 1084

•On any other Component: 1083

With the last two components it is the OID's itself :

ObjectchassisPs2TestResult
OID1.3.6.1.4.1.9.5.1.2.8
TypeINTEGER
Permissionread-only
Statuscurrent
Range0 - 65535
MIBCISCO-STACK-MIB ;   -   View Supporting Images this link will generate a new window
Description"Test result for power supply number 2. A zero
indicates that the supply passed all tests. Bits
set in the result indicate error conditions."

ObjectchassisPs2Status
OID1.3.6.1.4.1.9.5.1.2.7
TypeINTEGER
Permissionread-only
Statuscurrent
Values1 : other
2 : ok
3 : minorFault
4 : majorFault
MIBCISCO-STACK-MIB ;   -   View Supporting Images this link will generate a new window
Description"Status of power supply number 2. If the status is
not ok, the value of chassisPs2TestResult gives
more detailed information about the power supply's
failure condition(s)."

-Thanks

-Thanks Vinod **Rating Encourages contributors, and its really free. **

thx for your very helpful answer.

Wouldnt it be nice, if DFM could translate the meaning of enum and description from MIB to the user via GUI back:)

Do you know also where to find out, how the bits in the result of OID "chassisPs2TestResult" are decoded into a human readable reason?

"Bits set in the result indicate error conditions"