Top
ServerView Resource Orchestrator Cloud Edition V3.1.1 Setup Guide
ServerView

I.2 Sending SNMP Traps

This section explains the function used to send the details of Resource Orchestrator events to other products as SNMP traps.


Functional Overview

By receiving SNMP traps sent by Resource Orchestrator on other products (operation management products, etc.) it is possible to monitor major Resource Orchestrator events on other products. With this function, in operating environments where monitoring is mainly performed using the consoles of other products, as it is not necessary to constantly display the Resource Orchestrator console, centralization of the monitoring console is possible.


Function Details

Setup Procedure

This section explains the procedure for setting other products to receive Resource Orchestrator SNMP traps.
Here it is assumed that installation of other products for receiving SNMP traps has been performed, and that basic settings such as those of the SNMP trap service necessary to receive traps and the required ports, have been made.

  1. Configure a SNMP community name for the product that will receive SNMP traps.
    Enter a string of up to 32 alphanumeric characters, hyphens ("-"), and underscores ("_") for the SNMP community name.

  2. Load the Resource Orchestrator MIB file on the product that is to receive SNMP traps.
    The MIB file that defines the SNMP traps for Resource Orchestrator is located in the following folder on the admin server.

    [Windows Manager]
    Installation_folder\SVROR\Manager\etc\mibs\RCVE-Event-Trap-MIB.mib

    [Linux Manager]
    /etc/opt/FJSVrcvmr/mibs/RCVE-Event-Trap-MIB.mib

  3. Register destination servers using the rcxadm eventctl add command of Resource Orchestrator.


Modification Procedure

Use the following procedure to change SNMP trap destination settings:

  1. Delete the target destination server information using the rcxadm eventctl delete command of Resource Orchestrator.

  2. Register the new destination servers using the rcxadm eventctl add command of Resource Orchestrator.


Deletion Procedure

Delete the target destination server information using the rcxadm eventctl delete command of Resource Orchestrator.


Operation Checks

Use the following procedure to confirm that SNMP trap destinations have been registered correctly.

  1. From the ROR console, place the desired managed server into maintenance mode.

    1. In the ROR console server resource tree, right-click the desired server (or its physical OS), and select [Maintenance Mode]-[Set] from the popup menu.

      The [Set Maintenance Mode] dialog is displayed.

    2. Click <OK>.

  2. The managed server is released from maintenance mode.

    1. In the ROR console server resource tree, right-click the desired server (or its physical OS) and select [Maintenance Mode]-[Release] from the popup menu.

      The [Release Maintenance Mode] dialog is displayed.

    2. Click <OK>.

As a result of the above operation, the following four events will be sent as SNMP traps to the registered server. If the destination has been registered correctly, it is possible to check the receipt of the Resource Orchestrator SNMP traps on the destination device.
Please note that the display of SNMP traps varies depending on the product.

Event ID

OID

FJSVrcx:INFO:21143: setting maintenance mode:started

1.3.6.1.4.1.211.4.1.3.55.100.1.2.1.21143

FJSVrcx:INFO:21144: setting maintenance mode:completed

1.3.6.1.4.1.211.4.1.3.55.100.1.2.1.21144

FJSVrcx:INFO:21143: releasing maintenance mode:started

1.3.6.1.4.1.211.4.1.3.55.100.1.2.1.21143

FJSVrcx:INFO:21144: releasing maintenance mode:completed

1.3.6.1.4.1.211.4.1.3.55.100.1.2.1.21144

If the receipt of SNMP traps cannot be confirmed, use the rcxadm eventctl command to check if the desired destination has been registered correctly. If there are no problems with the registered details, check that there are no problems with the network or the settings for the SNMP trap destination. After resolving any problems, repeat the above procedure and check if the Resource Orchestrator SNMP traps can be received.