Top
ServerView Resource Orchestrator Cloud Edition V3.1.1 Setup Guide
ServerView

18.1.3 Settings for Email Sent from the L-Platform Management Window

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-Platform Management window 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. Open the following file.

    [Windows Manager]

    <installation_folder>\RCXCFMG\config\mail_config.xml

    [Linux Manager]

    /etc/opt/FJSVcfmg/config/mail_config.xml
  2. The following information must be modified:

    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.

    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>

Note

  • When editing the mail_config.xml file, do not change any settings items other than enable-email, smtp-host, smtp-port, from-email, from-name, and show-password.

  • Save the mail_config.xml file before editing it. If any settings items other than enable-email, smtp-host, smtp-port, from-email, from-name, and show-password have been changed, restore the saved file.