
The cnf file provided in the dsm_events directory parses SNMP
alarms from HP devices, in addition to the previous functions 
of the integration DSM policy.


The trap policy in this file requires version 6.30 of the HP
Management Agents or greater.  Traps from earlier versions of the 
agents are not defined in this file.


No trap variables are processed by this policy.  Each trap is processed
based only on the trap specific ID.  So for example, a drive array trap
will contain many variables, but the DSM trap policy will only display
a generic "HP Drive Array Physical Drive Status Change" message.

Also, this policy only supports the most recently defined traps in the
HP MIBs.  Traps that have been deprecated in the MIBs will not be 
processed.



Instructions for using the insightmanager.cnf DSM event processing file:

Copy the insightmanager.cnf file to the Unicenter\services\config\aws_nsm\dm
directory, replacing the existing insightmanager.cnf file.

Reset the DSM.

-----

The hpqemc2.exe file provided in this directory is for use with the DSM
trap policy.  If this optional policy is used, then the hpqemc2.exe file
can be used to replace the default hpqemc.exe file for launching to 
the web agents from an event in the EM Console window.


Instructions for using the hpqemc2.exe file:

Copy hpqemc2.exe to the Unicenter\bin directory.

Set the environment variable CAI_MSG_EXIT to have the value hpqemc2.exe


-----

All of the trap processing rules are at the end of the cnf file in a section titled
"InsightManager DSM Trap Monitoring".

Here is an example of one of the definitions for trap processing contained
in this cnf file:

TRAP_CONFIG TRAP:*:*:*:9002:1.3.6.1.4.1.232 LISTEN
EVAL_CONFIG Var InsightTrap9002 = TRAP:$host:$port:6:9002:1.3.6.1.4.1.232
EVAL_CONFIG	Name                		InsightTrap9002_Eval
EVAL_CONFIG	Expression:InsightTrap9002_Eval	InsightTrap9002
EVAL_CONFIG	TrueLag:InsightTrap9002_Eval	1[*1]
EVAL_CONFIG	TrueAction:InsightTrap9002_Eval	<
                string message;
                message = Format("cawto -c red -k -sev E %s - HP Remote Insight/Integrated Lights-Out firmware has detected a server power failure", SubKey(InsightTrap9002,2,1));
                System( Format(message) );
>


