Top
ServerView Resource Orchestrator Cloud Edition V3.1.0 Operation Guide
ServerView

8.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.

Point

Display Function Settings for Estimated Price can be set by "Setup Wizard" on the ROR Console. See the table below for the settings items can be set by "Setup Wizard" on the ROR Console.

For details of "Setup Wizard", refer to "3.1 Setup Wizard" in the "User's Guide for Infrastructure Administrators CE".

Procedures to modify the settings are as follows:

  1. Open the following file.

    [Windows Manager]

    Installation_folder\RCXCFMG\config\vsys_config.xml

    [Linux Manager]

    /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

    * note: this can be set by "Setup Wizard" on the ROR Console.

    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 Manager]

    Installation_folder\RCXCTMG\MyPortal\config\custom_config.xml

    [Linux Manager]

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

    Key

    Description

    Default value

    estimation-mode (*1)

    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
    (*2)

    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 : this can be set by "Setup Wizard" on the ROR Console.
    *2 : These settings are only valid when the overcommit function is enabled. Refer to "19.6 Settings for the Overcommit Function" in the "Setup Guide CE" 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 "2.1 Starting and Stopping the Manager" for information on how to restart the manager.