To enable the SystemRestarted event:
-
In a Polling and Thresholds Console that is attached to the IP Availability Manager, click the Thresholds tab to display the thresholds group tree.
Instructions for opening the Polling and Thresholds Console are presented in “Opening the Polling and Thresholds Console” on page 18.
-
In the thresholds group tree, click the plus signs (+) to expand the thresholds group tree to display the system resource groups: Switches, Routers, Hubs and Bridges, and Other Systems.
-
To enable the SystemRestarted event for a particular system resource group, click its Connectivity setting, set the EnableGenericOIEvent parameter to ENABLED, accept or modify the value of the MaxUpTimeThreshold parameter, and click Apply to save your changes.
Procedures for modifying groups are given in “Working with groups and settings” on page 104.
-
Repeat step 3 for each system resource group for which you want to enable the SystemRestarted event.
-
Click Reconfigure to implement your changes.
-
Go to the BASEDIR/smarts/bin directory in the IP Manager installation area and type the following command to open the tpmgr-param.conf file:
sm_edit conf/discovery/tpmgr-param.conf
-
Set the EnableSystemRestart parameter to TRUE and accept or modify the values of the OITrapAdapterHost and the OITrapAdapterPort parameters.
-
Save and close the file.
The modified version of the tpmgr-param.conf file is saved to the BASEDIR/smarts/local/conf/discovery directory.
-
Issue the following command from BASEDIR/smarts/bin to make your changes to the tpmgr-param.conf file take effect:
sm_tpmgr -s <IP Manager instance name> --load-conf=tpmgr-param.conf
-
Go to the BASEDIR/smarts/bin directory in the Service Assurance Manager installation area and type the following command to open the trap_mgr.conf file:
sm_edit conf/icoi/trap_mgr.conf
-
Uncomment the following notification definition (shown uncommented) to enable the Adapter Platform to transform SystemRestarted traps into SystemRestarted notifications:
#System restart traps BEGIN_TRAP .1.3.6.1.4.1.733 6 13 ClassName: SNMPTrap InstanceName: $V1$ ElementClassName: $V2$ ElementName: $V1$ EventName: SystemRestarted Severity: 3 EventText: System Restarted Expiration: 600 State: NOTIFY UnknownAgent: CREATE END_TRAP BEGIN_TRAP * 0 0 ClassName: SNMPTrap InstanceName: $SYS$ EventName: SystemRestarted Severity: 5 Expiration: 600 State: NOTIFY EventType: MOMENTARY END_TRAP BEGIN_TRAP * 1 0 ClassName: SNMPTrap InstanceName: $SYS$ EventName: SystemRestarted Severity: 5 Expiration: 600 State: NOTIFY EventType: MOMENTARY END_TRAP
-
Save and close the file.
The modified version of the trap_mgr.conf file is saved to the BASEDIR/smarts/local/conf/icoi directory.
-
If the Adapter Platform was running before you edited the trap_mgr.conf file, restart the Adapter Platform.
The VMware Smart Assurance Service Assurance Manager Adapter Platform User Guide provides detailed procedures for configuring the Adapter Platform and the SNMP Trap Adapter.