Top
ServerView Resource Orchestrator Cloud Edition V3.0.0 Operation Guide

6.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 "6.5.5 Settings for the Overcommit Function" 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.

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

  1. Open the following file:

    [Windows]

    <Installation directory>\SWRBAM\CMDB\FJSVcmdbm\CMDBConsole\WEB-INF\classes\viewlist_en.xml

    [Linux]

    /opt/FJSVcmdbm/CMDBConsole/WEB-INF/classes/viewlist_en.xml
  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.

    serverByOrg_ROR.bottom.column.14.isEnable

    Set "true" to display the Memory Reserve Size. Set "false" to hide it.

    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.