Server Management - Systems Insight Manager
1752805 Members
5737 Online
108789 Solutions
New Discussion

Dell MIB blank in HP SIM

 
Guillaule
Frequent Advisor

Dell MIB blank in HP SIM

Hi

 

I've download the the Dell MIB 7.1 files for Dell PowerEdge systems and add them with mcompile and mxmib (see 1.gif)

 

In Options - Event - SNM PTrap Settings, those new MIB appear but with nothing insiode, just blank (see 2.gif and 3.gif)

 

Thanks for your help

 

Regards

9 REPLIES 9
Tushar Bajpai
Trusted Contributor

Re: Dell MIB blank in HP SIM

Please check if there are any traps defined in the mib.

 

find "trap-object" in the given mib. if there are none in that case nothing will come up in the GUI.

 

 

if it helped, award me Kudos or Points. Thanks :)

\T Bajpai
HP Employee

Guillaule
Frequent Advisor

Re: Dell MIB blank in HP SIM

Hi

 

Thanks for your repluy

 

I did not have the "trap-object"  command in the MIB

But for example the baspTrap.mib from DELL is well recognize in HP SIM (see 1.gif) while there is not  "trap-object"  

 

Brcm-BASPTrap-MIB DEFINITIONS ::= BEGIN

-- Broadcom(R) Advanced Server Trap MIB
--

IMPORTS
enterprises
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
TRAP-TYPE
FROM RFC-1215
DisplayString
FROM RFC1213-MIB;


broadcom OBJECT IDENTIFIER ::= { enterprises 4413 }
enet OBJECT IDENTIFIER ::= { broadcom 1 }
basp OBJECT IDENTIFIER ::= { enet 2 }
baspConfig OBJECT IDENTIFIER ::= { basp 1 }
baspStat OBJECT IDENTIFIER ::= { basp 2 }
baspTrap OBJECT IDENTIFIER ::= { basp 3 }

--
-- Object Definitions
--
trapAdapterName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The adapter name."
::= { baspTrap 1 }

trapTeamName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The team name."
::= { baspTrap 2 }

trapCauseDirection OBJECT-TYPE
SYNTAX INTEGER
{
adapterActive(1),
adapterInactive(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Event caused by failover condition."
::= { baspTrap 3 }

trapAdapterActivityCause OBJECT-TYPE
SYNTAX INTEGER
{
none(1),
linkChange(2),
adapterEnabledOrDisabled(3),
adapterAddedOrRemoved(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Addition explanation for the Event trapCauseDirection."
::= { baspTrap 4 }

--
-- Trap Definitions
--
failoverEvent TRAP-TYPE
ENTERPRISE baspTrap
VARIABLES { trapAdapterName,
trapTeamName,
trapCauseDirection,
trapAdapterActivityCause }
DESCRIPTION
"This trap is generated to indicate that adapter Fail-Over
event has occured"
--#SEVERITY MINOR
::= 1
END

 

Tushar Bajpai
Trusted Contributor

Re: Dell MIB blank in HP SIM

My Bad i meant "TRAP-TYPE" only. Are you seeing that in mibs that u have mentioned ?

 

Can you share the mibs.

if it helped, award me Kudos or Points. Thanks :)

\T Bajpai
HP Employee

Guillaule
Frequent Advisor

Re: Dell MIB blank in HP SIM

Hi

 

For the most important MIB, called NewDell10892.mib, i've several "TRAP-TYPE" too but it's not forlmated like the previous working mib

 

See both in attachement

 

Regards

Tushar Bajpai
Trusted Contributor

Re: Dell MIB blank in HP SIM

The issue is trap defined in NewDell10892.mib are redundant. They are a part of Dell10892.mib

Now if you want to import the new mib. delete Dell10892 and then import NewDell10892.mib

 

mxmib -d Dell10892.mib

 

then use

 

 mxmib -a NewDell10892.cfg

 

Please check the image attched.

 

 

IMPORTING CFG  NewDell10892.cfg
Trap: alertCoolingDeviceNormal is redundant.
Trap: alertProcessorDeviceStatusFailure is redundant.
Trap: alertChassisIntrusionDetected is redundant.
Trap: alertFanEnclosureRemoval is redundant.
Trap: alertLogFull is redundant.
Trap: alertProcessorDeviceStatusWarning is redundant.
Trap: alertFanEnclosureInsertion is redundant.
Trap: alertCoolingDeviceNonRecoverable is redundant.
Trap: alertLogWarning is redundant.
Trap: alertRedundancyDegraded is redundant.
Trap: alertCoolingDeviceFailure is redundant.
Trap: alertPowerSupplyFailure is redundant.
Trap: alertLogNormal is redundant.
Trap: alertVoltageProbeFailure is redundant.
Trap: alertMemoryDeviceFailure is redundant.
Trap: alertCoolingDeviceWarning is redundant.
Trap: alertACPowerCordFailure is redundant.
Trap: alertPowerSupplyWarning is redundant.
Trap: alertAmperageProbeNormal is redundant.
Trap: alertVoltageProbeWarning is redundant.
Trap: alertTemperatureProbeNonRecoverable is redundant.
Trap: alertMemoryDeviceWarning is redundant.
Trap: alertACPowerCordNoPowerNonRedundant is redundant.
Trap: alertMemoryDeviceNonRecoverable is redundant.
Trap: alertAutomaticSystemRecovery is redundant.
Trap: alertAmperageProbeNonRecoverable is redundant.
Trap: alertTemperatureProbeFailure is redundant.
Trap: alertSystemUp is redundant.
Trap: alertProcessorDeviceStatusNormal is redundant.
Trap: alertVoltageProbeNonRecoverable is redundant.
Trap: alertTemperatureProbeWarning is redundant.
Trap: alertChassisIntrusionNormal is redundant.
Trap: alertUserHostSystemReset is redundant.
Trap: alertFanEnclosureExtendedRemoval is redundant.
Trap: alertRedundancyNormal is redundant.
Trap: alertACPowerCordNormal is redundant.
Trap: alertAmperageProbeFailure is redundant.
Trap: alertRedundancyLost is redundant.
Trap: alertThermalShutdown is redundant.
Trap: alertAmperageProbeWarning is redundant.
Trap: alertVoltageProbeNormal is redundant.
Trap: alertPowerSupplyNormal is redundant.
Trap: alertTemperatureProbeNormal is redundant.

Please delete the old MIB and then add the current MIB.

COMMAND COMPLETED SUCCESSFULLY

if it helped, award me Kudos or Points. Thanks :)

\T Bajpai
HP Employee

Guillaule
Frequent Advisor

Re: Dell MIB blank in HP SIM

Hi

 

thanks for your answer !

 

but all Dell trap are Category=Unassigned and severy=informational ... 

Guillaule
Frequent Advisor

Re: Dell MIB blank in HP SIM


and i don't know how to give you points ... :)
Tushar Bajpai
Trusted Contributor

Re: Dell MIB blank in HP SIM

you can click the star at the side.

For the other issue: All traps are informational as no severity is defined for them. You can go ahead define the same Option -> Events -> SNMP Trap Settings and then select the mib and then trap and assign the severity to the one u like.
if it helped, award me Kudos or Points. Thanks :)

\T Bajpai
HP Employee

Guillaule
Frequent Advisor

Re: Dell MIB blank in HP SIM

Hi

 

OK that's what i've seen but there is thousand of DELL trap finally ... i ll lost a lot of time to set the new severity, too bad 

 

Regads