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

17.1.1 High Availability of L-Servers

This section explains high availability for L-Servers.

Regardless of the server type, select the [HA] checkbox on the [Server] tab to perform redundancy settings when creating an L-Server.

Checks of Spare Server Models and Configurations

The L-Server definition and spare server configuration are checked when configuring server redundancy during creation or modification of a physical L-Server.

Confirmation is performed on the following items of an L-Server definition and spare server configuration:

Selection of Suitable Spare Servers

When the [Use a low spec server] checkbox is not selected, a spare server is automatically set.

Based on the following conditions, an L-Server definition is compared to physical L-Servers existing in the specified resource pool as a spare server:

A server that satisfies or exceeds all conditions and has the nearest specifications to the L-Server definition is selected.

When the [Use a low spec server] checkbox is selected, physical servers with models matching that in the L-Server definition are selected as spare servers.

For details, refer to "B.9 Methods for Selecting Physical Servers Automatically" in the "Setup Guide CE".


Modification of Checks on Spare Server Models and Configurations

The switchover policy and the definition of server model compatibility can be modified.

Although the definition file is deployed when installing managers, a server model with a matching L-Server definition and physical server model is selected as a spare server in the following cases:

When the [Use a low spec server] checkbox is selected, physical servers with models matching that in the L-Server definition are selected as spare servers.

The definition file for checks on spare server models and configurations is stored in the following location.

Location of the Definition File

[Windows Manager]
Installation_folder\SVROR\Manager\etc\customize_data

[Linux Manager]
/etc/opt/FJSVrcvmr/customize_data

Definition File Name

spare_server_config.rcxprop

Definition File Format

For the definition file, write each line in the following format:

Key = Value

When adding comments, start with a number sign ("#").

Definition File Items

Specify the following items in a definition file.

Table 17.1 List of Items Specified in Definition Files for Checking Spare Server Models and Configurations

Item

Key

Value

Remarks

Policy of Switchover

OVERALL_POLICY

skip

Configure the check policy of the L-Server definition for the whole system and the spare server configuration.

  • skip

    Omits the check of whether or not there is a server that satisfies the spare server conditions.
    Even if a server pool that does not satisfy the conditions is selected, creation and modification of an L-Server are performed without checking.

  • warning

    Server pools without servers that satisfy the spare server conditions are also displayed.
    When a server pool that does not satisfy the conditions is selected, a warning message is displayed during creation and modification of an L-Server, checking whether to continue the operation.

  • error

    Server pools without servers that satisfy the spare server conditions are not displayed.
    Therefore, a server pool that does not satisfy the spare server conditions cannot be selected.
    Server switchover is not possible when the destination cannot be found while performing the switchover, even if the check has been made in advance.

warning

error

Compatibility of Server Model (*)

SPARE_SVR_COMPATX

(X is a number from 0 - 255)

["modelA","modelB"]

Define compatible server models as a group.

When checking the L-Server definition and the spare server configuration, the server models in the same group are the target of switchover.

Examples of server models are as below.

  • BX920 S1

  • BX920 S2

* Note: The value of SPARE_SVR_COMPAT is changeable. Server switchover may fail depending on the combination of changed values, such as when a server with no compatibility is set as a spare server.


Example Definition File
# Spare server check configuration

# Spare server check logic's policy: skip | warning | error
OVERALL_POLICY=skip

# Server model compatibility list
SPARE_SVR_COMPAT0=["BX920 S1", "BX920 S2"]