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

9.1.4 Email Sent from the Usage Charge Calculator

Modify the operating environment file so that a usage charge file is sent to the set email address with the monthly usage charges for each tenant.

accounting.properties 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\RCXCTMG\Charging\conf\accounting.properties

    [Linux Manager]

    /etc/opt/FJSVctchg/conf/accounting.properties
  2. Open the above operating environment file, and configure the following items:

    Setting item

    Description

    sendmail.smtp

    Host name or IP address of the SMTP server

    sendmail.smtp.port

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

    sendmail.fromAddress

    Sender's email address.

    sendmail.encode

    Specify the character encoding for sent emails.
    For Chinese language environments, ensure that "utf-8" is specified.

    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.
    If Setting item does not exist, add it.

    An example is shown below.

        ...
    # Mail Information
    sendmail.smtp = smtp.example.com
    sendmail.smtp.port = 25
    sendmail.fromAddress = cloud-master@example.com
        ...