HP Systems Insight Manager 7.2 Technical Reference Guide

9. From the Select Target Systems page, select all managed systems that are configured to trust
the source CMS.
10. Click Apply Selections, and then click Next.
11. Select the target CMS as source and click Next.
NOTE: If the source system does not have HP SIM installed, proceed to step 15.
12. In the source configuration settings page, click HP System Management
HomepageSettingsConfiguration Options Properties, and then select Trust Mode.
13. Click HP System Management HomepageSettingsTrusted Certificate Properties, and then
select Trusted Certificate for the target CMS.
14. To select the trust mode, select HP System Management HomepageSettingsConfiguration
Options Properties.
15. To select the trusted certificates, select HP System Management HomepageSettingsTrusted
Certificate Properties for the target CMS.
16. Click Run Now. The CMS certificates are replicated on the selected managed systems.
Security related information
Configuring the 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"
The VARBINDSEVERITY points to a varbind, which contains a severity. A varbind starts at the
count of 1 and in the example above, sanEventSeverity is the third varbind pointed to by
--#VARBINDSEVERITY 3. The severity for the varbind must be defined as an enumeration.
SEVERITYMAP is a mapping of agent severity to the HP SIM-supported severity. HP SIM supports
Critical, Major, Minor, Warning, and Informational severities. Therefore, all mappings must resolve
to one of these severities. In the example above, you can see a mapping of Fatal to CRITICAL
("Fatal = CRITICAL"). When you receive in the varbind Fatal, it is translated to the HP SIM severity
of Critical. The varbind value and the severity might vary by the agent as conditions change so
when a trap is received in HP SIM, the severity displayed is set by the agent when a trap was sent.
Related information
Advanced setup 61