Appendix A - System Reference
96
7700 Series Flash Storage Platform Installation Guide 7.6.3.x
530-0267-00 Rev 02
-spt
SMTP relay server port number (if not specified, port 25 is the default)
-su
SMTP user name
-spd
SMTP password (if the SMTP relay server needs authentication)
Note:
In the example above, the
-al
setting indicates that all events with level
Information
and above will be included in the callhome alert e-mail.
The following two subsection provides the complete example syntax.
Note:
You can use spaces between the option values if you enclose them within quotation marks
(for example, "smtp mail server").
Enable callhome option
:
Enable E-mail Alerts option
:
To set up e-mail alerts, specify the configuration of the SMTP server, as well as alert e-mail
configurations.
isscli enablecallhome --smtp-server=<smtp-server> [--smtp-port=<smtp-
port>]
[-smtp-username=<smtp-username>][--smtp-password=<smtp-
password>]
--email-from=<email-from> --email-to=<email-to> --email-
subject=<email-subject>
--alert-interval=<alert interval>[ --alert-level=<alert-level>]
[--rpc-timeout=<rpc-timeout>]
isscli enablecallhome -ss <smtp-server> [-spt <smtp-port>][-su <smtp-
username>][-spd <smtp-password>]
-mf <email-from> -mt <email-to> -ms <email-subject>
-ai <alert-interval> [-al <alert-level>]
[-X <rpc-timeout>]
-ss (--smtp-server) specifies the name of SMTP server.
-spt (--smtp-port) is an option to specify SMTP port. It defaults to
'25' if not specified.
-su (--smtp-username) and -spd (--smtp-password) are options to specify
a SMTP username and its password.