HP StorageWorks 2300 Family Modular Smart Array CLI reference guide (500912-002, July 2010)

HP StorageWorks 2000 G2 Modular Smart Array CLI Reference Guide 93
set email-parameters
Description Sets SMTP parameters for event notification.
Syntax
set email-parameters
server server
domain domain
email-list email-addresses
notification-level none|info|warn|crit
[sender sender]
Parameters server server
The IP address of the SMTP mail server to use for the email messages.
domain domain
The domain name that, with the sender name, forms the “from” address for remote notification.
email-list email-addresses
Enter up to four comma-separated email addresses for recipients of event notifications.
notification-level none|info|warn|crit
The minimum severity for which the system should send notifications: Informational (info), Warning
(warn), Critical (crit). The default is none, which disables email notification and clears the
settings.
sender sender
Optional. The sender name that, with the domain name, forms the “from” address for remote
notification.
Example Set the system to send an email from RAIDsystem@mydomain.com to
sysadmin@mydomain.com when a Warning event occurs:
# set email-parameters server 10.1.1.10 domain mydomain.com email-list
sysadmin@mydomain.com notification-level warn sender RAIDsystem
Info: Set Email Address 1 to: sysadmin@mydomain.com
Info: Set Email Server Name to: 10.1.1.10
Info: Set Email Domain Name to: mydomain.com
Info: Set Email Notification Level to: warn
Info: Set Email Sender Name to: RAIDsystem
Success: Command completed successfully.
See also show email-parameters
test