Skip to main content

Configure important EMS events to send email notifications

Contributors

To receive email notifications of the most important events, you must configure the EMS to send email messages for events that signal important activity.

What you'll need

DNS must be configured on the cluster to resolve the email addresses.

About this task

You can perform this task any time the cluster is running by entering the commands on the ONTAP command line.

Steps
  1. Configure the event SMTP mail server settings:

    event config modify -mail-server mailhost.your_domain -mail-from cluster_admin@your_domain

  2. Create an email destination for event notifications:

    event notification destination create -name storage-admins -email your_email@your_domain

  3. Configure the important events to send email notifications:

    event notification create -filter-name important-events -destinations storage-admins