Go to main content

Oracle® ILOM Protocol Management Reference for SNMP and IPMI Firmware Release 3.2.x

Exit Print View

Updated: January 2017
 
 

Manage Email Alert Settings


Note -  You can use the get and set commands to view and configure email alert settings. For a description of the MIB objects used in these commands, see the SUN-ILOM-CONTROL-MIB.
  1. Log in to a host that has an SNMP tool and the Oracle ILOM MIBs installed. For example, type:

    ssh username@snmp_manager_ipaddress

    Password: password

  2. Refer to the following SNMP command examples:
    • To view the optional format used to identify the sender or the “from” address, type:
      % snmpget SNMP_agent ilomCtrlAlertEmailCustomSender.0
      
    • To set the optional format used to identify the sender or the “from” address, type:
      % snmpset SNMP_agent
      ilomCtrlAlertEmailCustomSender.0 s 
      ???ilom-alert@HOSTNAME.abc.com'
      
    • To view an optional string that can be added to the beginning of the message body, type:
      % snmpget SNMP_agent ilomCtrlAlertEmailMessagePrefix.0
      
    • To define an optional string (for example: BeginMessage) that can be added to the beginning of the message body, type:
      % snmpset SNMP_agent ilomCtrlAlertEmailMessagePrefix.0 s 
      ???BeginMessage'