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

8.8 System Condition Server List Settings

This section explains how to change the System Condition Server List settings.

If the L-Platform management overcommit function is enabled, the CPU and memory settings displayed in the System Condition Server List can be changed. Refer to "9.6 Settings for the Overcommit Function" in the "Setup Guide CE" for information on the L-Platform management overcommit function settings.

Note

If the overcommit function is used, the settings must match those of the L-Platform management overcommit function.

Point

System Condition Server List Setting 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".

Use the procedure below to change the System Condition Server List settings.

  1. Open the following file:

    [Windows Manager]

    Installation_folder\CMDB\FJSVcmdbm\CMDBConsole\WEB-INF\classes\viewlist_en.xml

    [Linux Manager]

    /opt/FJSVctdsb-cmdb/CMDB/FJSVcmdbm/CMDBConsole/WEB-INF/classes/viewlist_en.xml

    When the file (viewlist_en.xml) does not exist, copy the viewlist_default_en.xml file that is in the same folder and use it. You should change the name of viewlist_default_en.xml to something like viewlist_en.xml and not delete the viewlist_default_en.xml file.

  2. Set the following items:

    Settings item

    Explanation

    serverByOrg_ROR.bottom.column.11.isEnable

    Set "true" to display the CPU Reserve Clock Rate. Set "false" to hide it. The default value is "false".

    serverByOrg_ROR.bottom.column.14.isEnable

    Set "true" to display the Memory Reserve Size. Set "false" to hide it. The default value is "false".

    A settings example is shown below.

    <?xml version="1.0" encoding="UTF-8"?>
    <properties>
        ... omitted
    <entry key="serverByOrg_ROR.bottom.column.11.isEnable">false</entry>
    <entry key="serverByOrg_ROR.bottom.column.11.label">Reserved CPU clock speed(GHz)</entry>
    <entry key="serverByOrg_ROR.bottom.column.11.path">/cmdb:item/cmdb:record[@type='observed']/rc:LogicalServer/@reservedCPUClock</entry>
    <entry key="serverByOrg_ROR.bottom.column.11.width">135</entry>
        ... omitted
    <entry key="serverByOrg_ROR.bottom.column.14.isEnable">false</entry>
    <entry key="serverByOrg_ROR.bottom.column.14.label">Reserved memory size(GB)</entry>
    <entry key="serverByOrg_ROR.bottom.column.14.path">/cmdb:item/cmdb:record[@type='observed']/rc:LogicalServer/@reservedMemorySize</entry>
    <entry key="serverByOrg_ROR.bottom.column.14.width">140</entry>
        ... omitted
    </properties>

Note

  • If the L-Platform management overcommit function is disabled, when the viewlist_en.xml overcommit setting is enabled, the CPU Reserve Clock Rate and the Memory Reserve Size columns are displayed but the values are not displayed.

  • When editing the viewlist_en.xml file, do not change any settings items other than serverByOrg_ROR.bottom.column.11.isEnable and serverByOrg_ROR.bottom.column.14.isEnable.

  • Save the viewlist_en.xml file before you edit the file. If any settings other than serverByOrg_ROR.bottom.column.11.isEnable and serverByOrg_ROR.bottom.column.14.isEnable are changed, restore the saved file.