Oracle® SuperCluster M6-32 Owner's Guide: Administration

Exit Print View

Updated: December 2015
 
 

Configure ASR on the Compute Servers (Oracle ILOM)


Note -  Do not attempt to copy and paste commands that span across multiple lines from this section. Manually type commands that span across multiple lines to ensure the commands are typed properly.

Note -  You must have ASR Manager running in your environment before you can perform these tasks.

To configure the Oracle ILOM for compute servers, complete these steps on each compute server:

  1. Log in to Oracle ILOM on the first compute server.
  2. Display the available rules:

    # show /SP/alertmgmt/rules

    This lists the rules available, similar to the following:

    1

    2

    3

    ...

    15

  3. Pick one of the rules and type this command to determine if that rule is currently in use:

    # show /SP/alertmgmt/rules/rule-number

    For example:

    # show /SP/alertmgmt/rules/1

    • If you see output similar to this:

      Properties:

      type = snmptrap

      level = minor

      destination = 10.60.10.243

      destination_port = 0

      community_or_username = public

      snmp_version = 2c

      testrule = (Cannot show property)

      This rule is currently being used and should not be used for this exercise (the destination address shown is the IP address of the ASR Manager in this case).

      If you see output similar to the preceding example, pick another rule until you find one that is not in use.

    • If you see output similar to this:

      Properties:

      type = snmptrap

      level = disable

      destination = 0.0.0.0

      destination_port = 0

      community_or_username = public

      snmp_version = 1

      testrule = (Cannot show property)

      this rule is currently unused and can be used for this exercise.

  4. Type this command using the unused rule:

    # set /SP/alertmgmt/rules/unused-rule-number type=snmptrap level=minor destination=IP-address-of-ASR-Manager destination_port=port_number snmp_version=2c community_or_username=public

  5. Log in to the ASR Manager server.
  6. Activate Oracle ILOM for the compute server:

    asr> activate_asset -i ILOM-IP-address

  7. Repeat these instructions on Oracle ILOM for all compute servers in your SuperCluster system.
  8. Go to the next configuration task.

    See Configure SNMP Trap Destinations for Storage Servers.