HP Systems Insight Manager 5.3 Technical Reference Guide

Related topics
Managing MIBs
Service notification events
Unregistering a MIB
HP MIBs can be unregistered using the command line. The CLI is the same for all CMS types to include
Windows, Linux, and HP-UX.
To unregister a MIB from HP SIM:
1. Open an MS-DOS window or UNIX shell.
2. Run mxmib -d
file.mib
to unregister the MIB in HP SIM.
Related procedures
Viewing a MIB
Compiling a MIB
Registering a MIB
Editing a MIB
Related topics
Managing MIBs
Service notification events
Presentation of SNMP traps in HP SIM
You can map a severity from a varbind to the event severity displayed in the event view. The mechanism
uses two keywords annotated as comments in the trap definition VARBINDSEVERITY and SEVERITYMAP.
The following is an example of a trap definition:
sanEventTrap TRAP-TYPE
ENTERPRISE sanEvent
VARIABLES { sanEventEventCofde, sanEventIPAddress,
sanEventSeverity, sanEventCategory,
sanEventGroup, sanEventSourceType,
sanEventSourceSubtype, sanEventURL,
sanEventDesc }
--#SEVERITY INFORMATIONAL
--#TYPE "Rack power supply inserted"
--#VARBINDSEVERITY 3
--#SEVERITYMAP "Unknown = INFORMATIONAL,
Other = INFORMATIONAL,
Information = INFORMATIONAL,
Warning = INFORMATIONAL,
Minor = MINOR, Major = MAJOR,
Critical = CRITICAL,
Fatal = CRITICAL"
--#ENABLE true
--#CATEGORY "San Event Events"
DESCRIPTION
"This trap signals (using SNMP) an event
has been received"
Managing MIBs 431