Top
ServerView Resource Orchestrator V3.4.0 Automatic Quarantining Function User's Guide
FUJITSU Software

3.2.15 Enabling, Disabling, and Changing the Operation of Email Notification

The following changes regarding operation and system configuration can be made to the settings for email notifications.

Changes are reflected in operation once all of the procedures have been performed.

Email address for notification
  • [Virtual Edition]

    Execute the following command to change the email address of the administrator of the tenant information.

    > rcxadm tenant modify -name name -mail mail_address
  • [Cloud Edition]

    Refer to "11.4 Modifying a Tenant" in the "User's Guide for Infrastructure Administrators".

    See

    For details on this command, refer to "4.4 rcxadm tenant".

Enabling or disabling email notification

To turn off email notification, disable the function for email notification during quarantining. To turn message notification back on, re-enable the function. Execute the following commands.

[To enable]
> mailnotice enable
[To disable]
> mailnotice disable

See

For details on these commands, refer to "4.10 mailnotice".

SMTP server information

The following information of the SMTP server can be changed:

  • IP address
  • Port number
  • Sender's email address

Use the following procedure to change the information of the SMTP server.

Procedure

Execute the following command using the Resource Orchestrator manager.

> mailnotice modify -name Name [ -ip SMTP_server_IP_address][ -port SMTP_server_port_number][ -from Sender_email_address]

See

For details on this command, refer to "4.10 mailnotice".