This section describes how to change the settings for the usage charge calculator function.
The procedure for changing the settings is as follows:
Open the following operating environment file:
[Windows Manager]
Installation_folder\RCXCTMG\Charging\conf\accounting.properties
[Linux Manager]
/etc/opt/FJSVctchg/conf/accounting.properties
Set the following items in the operating environment file:
Key | Description | Default value |
---|---|---|
accounting.use (*) | Specify whether to use the usage charge calculator.
| no |
gui.cutoffdate (*) | Specify the default for the cut-off date displayed in the tenant management window of the ROR console. | 31 |
gui.sendmailaddress (*) | Specify the default for the address to send the usage fee displayed in the tenant management window of the ROR console. | None |
usedtime.metering.cpu.perf.vserver | When overcommit is enabled, specify whether to calculate the CPU clock of the virtual server using CPU performance or CPU reserve performance.
| cpu_reserve |
usedtime.metering.memory.vserver | When overcommit is enabled, specify whether to calculate the memory usage of the virtual server using memory or memory reserve.
| memory_reserve |
* note: This can be set by "Setup Wizard" on the ROR Console.
An example is shown below:
accounting.use = yes ... omitted gui.cutoffdate = 20 gui.sendmailaddress = example@xxx.com ... omitted usedtime.metering.cpu.perf.vserver = cpu_reserve usedtime.metering.memory.vserver = memory_reserve ... omitted
Restart the Manager.
Refer to "2.1 Starting and Stopping the Manager" for information on how to restart the manager.