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:
Open the following file.
[Windows]
<Installation directory for this product>\RCXCFMG\config\vsys_config.xml
[Linux]
/etc/opt/FJSVcfmg/config/vsys_config.xml
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.
| 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>
Open the following file.
[Windows]
<Installation directory for this product>\RCXCTMG\MyPortal\config\custom_config.xml
[Linux]
/etc/opt/FJSVctmyp/config/custom_config.xml
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.
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 | When overcommit is enabled, specify whether to calculate usage fee (the estimated price) using the operating value or the reserved value.
| 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>
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.