Top
ServerView Resource Orchestrator Cloud Edition V3.0.0 Operation Guide

6.5.13 Default Password Setting for Sent Emails

The following explanation describes how to modify settings when determining whether to include a default password for a deployed server within the email that gets sent when deploying an L-Platform and/or adding a server to an L-Platform.

Usage Method

Implement the following procedures when modifying settings to include (or not include) the password:

  1. Use the editor to open the settings file.

    The settings file is stored in the following location:

    [Windows]

    <Installation directory for this product>\RCXCFMG\config\mail_config.xml

    [Linux]

    /etc/opt/FJSVcfmg/config/mail_config.xml
  2. Add the following keys and values:

    Key name

    Content

    show-password

    true: Include the password (This is the default value)

    false: Do not include the password

    A specification example is shown below:

    Example

    <properties version="1.0">
        :
      <entry key="show-password">false</entry>
  3. Save the file.

  4. Restart the manager.
    Refer to "7.2 Starting and Stopping the Manager" in the Setup Guide CE for information on how to Restart the manager.