Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Enable an Alert to Send PETs (Oracle ILOM CLI)

Alerts are sent when conditions in the switch match an alert level that you create by editing a preconfigured rule already on the switch. Part of configuring the rule is specifying the alert level, and also, specifying the alert type, which can be an IPMI PET. When an alert of the specified level or greater occurs, the switch then sends an IPM PET. By default, alerts are disabled.

  • Type:
    -> set /SP/alertmgmt/rules/alert/ destination=IP_address level=level type=ipmipet
    

    where:

    • alert is the number of the alert.

    • IP_address is the IP address of the host to receive the PET trap.

    • level is the level of the alert.

    For example, to set alert 2 to send ipmipet traps on occurrence of minor or higher severity events to the host at 123.45.67.89, type:

    -> set /SP/alertmgmt/rules/2/ destination=123.45.67.89 level=minor type=ipmipet
    Set 'destination' to '123.45.67.89'
    Set 'level' to 'minor'
    Set 'type' to 'ipmipet'
    ->
    

    This is an example of a PET trap of a minor level alert.

    Sep 12 13:12:38 mnm-blr-2 snmptrapd[1514]: [ID 702911 daemon.warning] 123.45.67.90: Enterprise Specific Trap (12583681) Uptime: 117 days, 8:00:20.80, SNMPv2-SMI::enterprises.3183.1.1.1 = Hex-STRING: FF 20 00 08 FF FF FF FF FF FF 8E 00 28 4B E0 00
    Sep 12 13:12:38 mnm-blr-2 02 00 A0 EB C1 07 FF FF 20 20 02 20 01 00 00 01
    Sep 12 13:12:38 mnm-blr-2 FF FF 00 00 00 00 00 19 2A 00 00 00 30 30 80 0F
    Sep 12 13:12:38 mnm-blr-2 03 43 48 41 53 53 49 53 5F 53 54 41 54 55 53 00
    Sep 12 13:12:38 mnm-blr-2 80 26 03 53 75 6E 54 4D 20 44 61 74 61 63 65 6E
    Sep 12 13:12:38 mnm-blr-2 74 65 72 20 49 6E 66 69 6E 69 42 61 6E 64 20 53
    Sep 12 13:12:38 mnm-blr-2 77 69 74 63 68 20 33 36 00 C1 00 00 00 00 
    

Related Information