Go to main content
Sun Datacenter InfiniBand Switch 36 Documentation Supplement for Firmware Version 2.2

Exit Print View

Updated: September 2016
 
 

Configure Email Alerts (Toolbox CLI)

  1. In the Toolbox CLI, enable email alerts.
    [toolbox-cli] set settings EMAIL_ALERTS=1
    Done. Restart daemon for changes to take effect.
    [toolbox-cli] set settings SEND_MAIL=1
    Done. Restart daemon for changes to take effect.
    [toolbox-cli]
  2. Configure the email settings.
    [toolbox-cli] set settings MAIL_SERVER="mailrelayserver.domain.com"
    Done. Restart daemon for changes to take effect.
    [toolbox-cli] set settings MAIL_SENDER="toolbox@mailrelayserver.domain.com"
    Done. Restart daemon for changes to take effect.
    [toolbox-cli] set settings MAIL_SEND_TO="user@domain.com,root@localhost.com"
    Done. Restart daemon for changes to take effect.
    [toolbox-cli]

    where:

    • mailrelayserver.domain.com is the sendmail SMTP relay server IP address or fully qualified host name.

    • user@domain.com is the email address to receive the email alert.

    For more information about the MAIL_SERVER, MAIL_SENDER, and MAIL_SEND_TO properties, see Toolbox CLI Settings Properties.

  3. Restart the toolbox daemon.

    See Enable or Disable the Toolbox CLI Daemon.

Related Information