Top
ServerView Resource Orchestrator Cloud Edition V3.0.0 Operation Guide

6.7.1 Display Function Settings for Estimated Price

Usage fee (the estimated price) for the L-Platform template can be displayed in the L-Platform Management window based on L-Platform template accounting information.
This section describes how to modify settings according to whether usage fee (the estimated price) for the L-Platform template will be displayed.

Procedures to modify the settings are as follows:

  1. Open the following file.

    [Windows]

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

    [Linux]

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

    Key

    Description

    Default value

    use-charge

    Specifies whether usage fee (the estimated price) for the L-Platform template will be displayed.

    • yes: Display

    • no: Do not display

    no

    A setting example is shown below.

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
    <properties>
       ... omitted
        <entry key="use-charge">yes</entry>
        <entry key="charge-host">localhost</entry>
        <entry key="charge-port">3550</entry>
        <entry key="charge-uri">/resource/ver1.0</entry>
        ... omitted
    </properties>
  3. Open the following file.

    [Windows]

    <Installation directory for this product>\RCXCTMG\MyPortal\config\custom_config.xml

    [Linux]

    /etc/opt/FJSVctmyp/config/custom_config.xml
  4. The following information must be modified:

    Key

    Description

    Default value

    estimation-mode

    Specifies whether usage fee (the estimated price) for the L-Platform template will be displayed.

    • 3: Display

    • 0: Do not display

    Set to "3" if use-charge in vsys_config.xml is set to "yes", or to "0" if use-charge is set to "no".

    0

    compatible-estimation
    (*1)

    When overcommit is enabled, specify whether to calculate usage fee (the estimated price) using the operating value or the reserved value.

    • true: Calculate using operating value (CPU performance and/or memory capacity)

    • false: Calculate using reserved value (reserved CPU performance and/or reserved memory capacity)

    false

    *1) These settings are only valid when the overcommit function is enabled. Refer to "6.5.5 Settings for the Overcommit Function" for further details.
    Note also that these settings are only valid when either VMware or Hyper-V is used as the virtual software. If any other virtual software is used, the usage fee (the estimated price) will be calculated using the operating value regardless of whether or not overcommit is enabled or disabled.

    A setting example is shown below.

    <?xml version="1.0" encoding="UTF-8"?>
    <properties>
        <entry key="estimation-mode">3</entry>
        <entry key="compatible-estimation">true</entry>
        ... omitted
    </properties>
  5. 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.