Enabling SNMP Notifications for SAP Mobile Platform

Enable the SAP Mobile Platform SNMP plug-in for SAP Control Center and set up a notification target to receive messages when the status of a local SAP Mobile Server changes.

Prerequisites
Before modifying the SNMP agent-plugin.xml and service-config.xml files, stop the SAP Control Center X.X service.
Task
Note: The SNMP plug-in for SAP Control Center detects the status of only the SAP Mobile Server running on the same host computer as your instance of SAP Control Center.
  1. Stop the SAP Control Center service.
  2. Enable the SNMP plug-in to run when SAP Control Center starts:
    1. Open SCC_HOME\plugins\com.sybase.smpsnmpplugin_X.X.X\agent-plugin.xml.
    2. Set register-on-startup="true".
    3. (Optional) Modify the value of the sup.server.ping.schedule.interval property to specify how often (in seconds) the SNMP plug-in pings SAP Mobile Server to detect the server status. The default is 100.
  3. (Optional) Change the SNMP notification target to a custom destination:
    1. Open SCC_HOME\services\Snmp\service-config.xml.
    2. Modify the snmp.notification.targets property as follows:

      set-property property="snmp.notification.targets" value=<hostname or IP>/<port number>

      For example, set-property property="snmp.notification.targets" value="127.0.0.1/162,10.42.33.136/49152". <hostname or IP> indicates the server where the network monitoring station (NMS) is located. <port number> specifies the SNMP notification port of the NMS. The default SNMP notification port is 162. As indicated in the example, you can set multiple SNMP notification targets.

  4. Start the SAP Control Center service.