5.5 HP StorageWorks X9720 Network Storage System Administrator Guide (AW549-96026, March 2011)

Turning email notifications on or off
After configuration is complete, use the -m on option to turn on email notifications. To turn off email
notifications, use the -m off option.
<installdirectory>/bin/ibrix_event -m on|off -s SMTP -f from
Dissociating events and email addresses
To remove the association between events and email addresses, use the following command:
<installdirectory>/bin/ibrix_event -d [-e ALERT|WARN|INFO|EVENTLIST] -m EMAILLIST
For example, to dissociate event notifications for admin@hp.com:
<installdirectory>/bin/ibrix_event -d -m admin@hp.com
To turn off all Alert notifications for admin@hp.com:
<installdirectory>/bin/ibrix_event -d -e ALERT -m admin@hp.com
To turn off the server.registered and filesystem.created notifications for admin1@hp.com
and admin2@hp.com:
<installdirectory>/bin/ibrix_event -d -e server.registered,filesystem.created
-m admin1@hp.com,admin2@hp.com
Testing email addresses
To test an email address with a test message, notifications must be turned on. If the address is valid,
the command signals success and sends an email containing the settings to the recipient. If the address
is not valid, the command returns an address failed exception.
<installdirectory>/bin/ibrix_event -u -n EMAILADDRESS
Viewing email notification settings
The ibrix_event command provides comprehensive information about email settings and configured
notifications.
<installdirectory>/bin/ibrix_event -L
Sample output follows:
Email Notification : Enabled
SMTP Server : mail.hp.com
From : FM@hp.com
Reply To : MIS@hp.com
EVENT LEVEL TYPE DESTINATION
------------------------------------- ----- ----- -----------
asyncrep.completed ALERT EMAIL admin@hp.com
asyncrep.failed ALERT EMAIL admin@hp.com
Setting up SNMP notifications
X9000 Software supports SNMP (Simple Network Management Protocol) V1, V2, and V3.
Configuring cluster event notification44