Top
ServerView Resource Orchestrator Cloud Edition V3.2.0 Setup Guide
FUJITSU Software

9.1.3 Settings for Email Sent from the [L-Platforms] Tab

Modify the operating environment file so that users are notified of processes completion or failure by email when tenant administrators and tenant users have used the [L-Platforms] tab of the ROR console for L-Platform subscription, L-Platform modification, or L-Platform cancellation operations.

mail_config.xml settings

Follow the steps below to modify the email settings:

  1. Back up the following operating environment file to a work directory.

    [Windows Manager]

    Installation_folder\RCXCFMG\config\mail_config.xml

    [Linux Manager]

    /etc/opt/FJSVcfmg/config/mail_config.xml
  2. Open the above operating environment file, and configure the following items:

    Setting item

    Description

    enable-email

    Set true.
    Set true in order to enable the email sending function.

    smtp-host

    Host name or IP address of the SMTP server

    smtp-port

    Port number of the SMTP server
    "25" is set during installation.

    from-email

    Sender's email address

    from-name

    Set the sending source name. Set "System Administrator" to match the name of email sent from the tenant administrator.

    show-password

    Configure the settings according to whether the default password for the deployed server will be displayed in the email.
    Set to "true" if the password will be displayed, or "false" if not. At the time of installation, this is set to "true".
    Add the item if it has not been.

    Do not change the setting items other than the ones listed above - if you have changed any of them, restore the file that was backed up.

    An example is shown below.

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
    <properties>
        <entry key="enable-email">true</entry>
        ...
        <entry key="smtp-host">smtp.example.com</entry>
        <entry key="smtp-port">25</entry>
        ...
        <entry key="from-email">cloud-master@example.com</entry>
        <entry key="from-name">system administrator</entry>
        ...
        <entry key="show-password">true</entry>
    
    </properties>