2. Parameter details

This chapter describes the details of the parameters configured in EXPRESSCLUSTER.

This chapter covers:

2.1. Parameter settings

This section describes the details of the parameters configured in EXPRESSCLUSTER.
Use Cluster WebUI to configure the parameters.
For more information of Cluster WebUI, refer to the online manual of Cluster WebUI.

2.2. Cluster properties

In Cluster Properties, you can view and change the cluster's settings.

2.2.1. Info tab

You can view the cluster name, and enter or change a comment for this cluster.

Cluster Name

The cluster name is displayed. You cannot change the name here.

Comment (Within 127 bytes)

You can enter a comment for the cluster. Only alphanumeric characters are allowed.

Language

Select a language for cluster from the following. Set the language (locale) of OS on which the Cluster WebUI runs.

  • English

  • Japanese

  • Chinese

Cluster WebUI and the results of clpstat command are displayed in the language set in the Language settings on the cluster properties.

Note

Run the clpstat command in the environment where the font of the specified language can be displayed. On the console which is connected to a server directly, setting a frame buffer is required. When logging on to the server remotely using ssh, a terminal emulator which can display the specified language may be needed.

2.2.2. Interconnect tab

This tab allows you to set up network communication paths between cluster servers.

The Communication paths between servers list displays network communication paths between servers in the cluster.

Add

Adds a communication path. To specify the IP address of the communication path for each server, click a cell in each server's column, and then select or enter the address. If some servers are not connected on the communication path, leave the cells for all the unconnected servers empty.

Remove

Removes a communication path. Select the column of the communication path to remove, and then click Remove to remove the selected path.

Properties

Displays heartbeat properties window. This is only available only when the type is DISK or Witness.

DISK HeartBeat Properties

Displays DISK heartbeat properties.

Server

Displays server list.

Device

Displays the device configured in the previous window.

Raw Device

When using RAW device, set RAW device by selecting or entering directly.
When not using RAW device, set blank.

Witness heartbeat properties

Target host

Sets the host address of the Witness server to be connected.

Service port

Sets the port number of the Witness server to be connected.

Use SSL

Configures whether or not to use SSL for communicating with the Witness server. When the checkbox is selected, SSL is used, and when the checkbox is not selected, it is not used.

Use OpenSSL 1.0/1.1 for SSL. By default, the following libraries are used:

  • libssl.so.10 (if you installed the rpm package of EXPRESSCLUSTER)

  • libssl.so.1.0.0 (if you installed the deb package of EXPRESSCLUSTER)

To use other libraries, go to the Encryption tab and set SSL Library and Crypto Library.

Use Proxy

Configures whether or not to use a proxy for communicating with the Witness server. When the checkbox is selected, the settings of the Proxy tab in the server properties become effective. When the checkbox is not selected, any proxy setting is not used even if the proxy is set in the server properties.

HTTP Timeout

Sets the timeout of receiving HTTP response.

Initialize

Resets the Witness heartbeat properties settings to default values.

Priority

When multiple interconnects are configured, the communication path with the smallest number in the Priority column is used preferentially for the internal communication among cluster servers. To change the priority, change the order of selected rows with the arrows.

It is recommended to specify a higher priority for the interconnect communication path than any other paths.

Note

Priority is used to decide on the priority of communication routes used for internal communication between the servers in the cluster. Heartbeat between the servers in the cluster is implemented on all communication routes that are set up for heartbeat, regardless of Priority.

Type

Select the path to be used for heartbeat from Kernel Mode, User Mode, DISK, COM, BMC, Witness, or Mirror Communication Only

  • Kernel mode performs alive monitoring by using kernel mode LAN heartbeat resources.

  • User Mode performs alive monitoring by using LAN heartbeat resources.

  • DISK performs alive monitoring by using disk heartbeat resources.

  • COM performs alive monitoring by using COM heartbeat resources.

  • BMC performs alive monitoring by using BMC heartbeat resources.

  • Witness performs alive monitoring by using Witness heartbeat resources.

For details about the heartbeat resources, see "5. Heartbeat resources details"in this guide.

MDC

To use a communication path as the mirror disk connect, click MDC and then select Mirror Connect Disk.

The contents to be entered differ by type.

  • Kernel Mode, User Mode, Mirror Communication Only
    Select Mirror Disk Connect from the combo box.
    When the mirror disk connect is not used, select Do Not Use.

Note

A combination of IPv4 and IPv6 is not allowed for the IP addresses that are used for mirror disk connects. Specify IP addresses in either IPv4 only or IPv6 only for all mirror disk connects.

  • DISK, COM, BMC, Witness
    The mirror disk connect cannot be used.
    MDC automatically changes to Do Not Use and can no longer be edited.

Server column

Entry differs depending on the type.

  • Kernel Mode, User Mode, Mirror Communication Only
    Enter IP address. Set blank to the not used communication path.
  • DISK
    Enter disk device. Set blank when not using DISK device.
  • COM
    Enter COM device. Set blank when not using COM device.
  • BMC
    Enter the IP address of the BMC. Set blank when not using the BMC.
  • Witness
    Select Use or Do Not Use.

Note

More than one IP addresses which belong to the same network address cannot exist in a single server. And also, inclusive relation cannot exist like the following relation.
IP address:10.1.1.10, subnet mask:255.255.0.0
IP address:10.1.2.10, subnet mask:255.255.255.0

Server down notification

When a server stops successfully (including a shutdown or reboot), the server is reported to be down to other servers in the cluster. You can perform failovers faster by reporting this in advance.

When there is a failure to deactivate groups when a server stops (including a shutdown or reboot), or when other abnormalities occur, other servers are not notified of the server that went down regardless of the server down notification settings.

  • When Follow the default dependence is selected:
    A server going down is reported.
  • When Follow the default dependence is not selected:
    A server going down is not reported.

Note

Do not use server down notification when using a hybrid disk resource.

Click Detailed Settings to configure the details of server reset notification.

Note

Making the settings effective requires the following:
The check box of server down notification is checked.
Kernel mode LAN heartbeat resources are set.
Using a kernel newly supported by internal version 4.3.0-1 or later.

Server Reset Notification

This notification by the server means informing other servers of its stop due to Keepalive Reset or Keepalive Panic.

  • If the check box is checked:
    With the notification, its source server is regarded as down.
  • If the check box is not checked:
    No reaction happens even with the notification.

Execute Server Alive Check

  • If the check box is checked:
    Whether the server is alive is checked before the failover.
  • If the check box is not checked:
    Whether the server is alive is not checked before the failover.

Timeout

Specify a value for the timeout of checking whether the server is alive. If the value is larger than that for the heartbeat timeout, the latter timeout value is applied.

Tuning

Displays heartbeat I/F tuning property window.

Heartbeat I/F Tuning Properties

  • Open/Close Timing

    • Only at Start/Stop
      Opens raw device when a cluster starts and close it when a cluster stops. Performs only reads and writes of raw device at each heartbeat interval.
    • Every Heartbeat Interval
      Opens raw device when a cluster starts, and closes it when a cluster stops. Performs open, reads, writes and close of raw device at each heartbeat interval.
  • Bind Check

    • Enable
      Checks if raw device for disk heartbeat is not bound to the actual device other than for disk heartbeat. Binding raw device is not performed if it is bound to the actual device other than for disk heartbeat. When binding a disk is not performed, the status of disk heartbeat resource becomes offline.
    • Disable
      Does not check if raw device for disk heartbeat is not bound to the actual device other than for disk heartbeat. If raw device is bound to the actual device other than for disk heartbeat, the bind is canceled and raw device is bound to the actual device for disk heartbeat.

2.2.3. NP Resolution tab

Change the setting of the network partition interface. The network partition resolution interface used for EXPRESSCLUSTER is displayed on the NP.

Add

Add network partition resolution I/F. Click the Type column cell and select the type of NP resolution (Ping or HTTP). If you select Ping, click the Ping target column cell and set the IP address. Click the cell of each server and set Use or Do Not Use.

Remove

Remove network partition resolution I/F. Select network partition resolution I/F to be removed and click Remove, then the selected network partition resolution I/F is removed.

Properties

Display the Ping NP Properties or the HTTP NP Properties window.

Ping NP Properties

  • Add Group List

    • Add group.

    • The maximum number of registered group is 16.

    • If multiple IP addresses are registered in one group, and if the state in which no response to the Ping command is returned from all the IP addresses is maintained, NP resolution processing cannot be performed (if there is even one IP address responding to the Ping command, NP resolution processing can be performed). Also, if multiple groups are registered, and if the state in which no response to the Ping command is returned from any one group is maintained, NP resolution processing cannot be performed (if all groups respond to the Ping command, NP resolution processing can be done).

  • Remove Group List

    • Remove the selected group.

  • Add IP Address List

    • Add IP address to the selected group.

    • The maximum number of registered IP address is 16.

    • Maximum 256 IP addresses are able to be registered to a single Ping NP, and 16 kinds of IP addresses can be registered. (The same IP addresses can be used.)

  • Remove IP Address List

    • Remove the selected IP address from the list.

  • Edit

    • Edit the selected IP address.

  • Interval

    • Set the Ping interval.

  • Timeout

    • Set the Ping timeout.

  • Retry Count

    • Set the retry count.

  • Initialize

    • Set the interval, timeout and retry count to the default values. Note that, when an interval and retry count are specified, the following conditional expression must be satisfied.
      If not satisfied, NP resolution processing cannot be performed normally.
      Conditional expression) Heartbeat timeout
      > (Ping NP Interval *Ping NP Retry Count) + Ping NP Timeout

HTTP NP Properties

  • Use Witness HB Resource Settings
    Use the same target host and service port as those of Witness HB which has already been configured.
  • Target Host
    Sets the host address of the Web server to be connected.
  • Service Port
    Sets the port number of the Web server to be connected.
  • Use SSL
    Configures whether or not to use SSL for communicating the Web server. When the checkbox is selected, SSL is used, and when the checkbox is not selected, it is not used.
    Use OpenSSL 1.0/1.1 for SSL. By default, the following libraries are used:
    • libssl.so.10 (if you installed the rpm package of EXPRESSCLUSTER)

    • libssl.so.1.0.0 (if you installed the deb package of EXPRESSCLUSTER)

    To use other libraries, go to the Encryption tab and set SSL Library and Crypto Library.
  • Interval
    Sets the interval for sending HTTP requests.
  • Timeout
    Sets the timeout time from receiving an HTTP response to receiving the subsequent HTTP response.
  • HTTP timeout
    Sets the timeout time from sending an HTTP request to receiving an HTTP response.
  • Initialize
    Resets the settings of HTTP NP Properties to default values.

Type

Set the type of network partition resolution I/F. Ping or HTTP is selectable.

Target

Enter the information depending on the type you chose.

  • Ping
    Enter the IP address of the device where you send a ping.
  • HTTP
    Enter the DNS name or IP address of the Web server where you send an HTTP request.

Server name

Select either Use or Do Not Use.

Tuning

Network Partition Resolution Tuning Properties window is displayed.

Network Partition Resolution Tuning Properties

  • Action at NP Occurrence

    • Stop the cluster service
      Stop the cluster service of the server in network partition.
    • Stop the cluster service and shutdown OS
      Stops the cluster service of the server in network partition, and then shuts down the OS.
    • Stop the cluster service and reboot OS
      Stops the cluster service of the server in network partition, and then reboots the OS.
    • Sysrq Panic
      Performs a sysrq panic on the server in network partition.
    • Keepalive Reset
      Use this on the server in network partition to perform an OS reset by using the clpkhb and clpka drivers.
    • Keepalive Panic
      Use this on the server in network partition to perform an OS panic by using the clpkhb and clpka drivers.
    • BMC Reset
      Use this on the server in network partition to perform a hardware reset of the server by using the ipmi command.
    • BMC Power- Off
      Use this on the server in network partition to power off the server by using the ipmi command. The OS may be shut down depending on how the ACPI of OS is configured.
    • BMC Power Cycle
      Use this on the server in network partition to perform the Power Cycle (powering on/off) by using the ipmi command. The OS may be shut down depending on how the ACPI of OS is configured.
    • BMC NMI
      Use this on the server in network partition to generate NMI in the server by using the ipmi command. The behavior after the generation of NMI depends on the OS setting.
    • I/O Fencing(High-End Server Option)
      It can't be used.
  • Initialize

    • Set the actions at NP occurrence to the default settings.

2.2.4. Timeout tab

Specify values such as time-out on this tab.

Server Sync Wait Time (0 to 99)

For the time specified here, the server will wait at startup until other servers are started.

Heartbeat

Heartbeat interval and heartbeat time-out.

  • Interval (1 to 99)
    Interval of heartbeats
  • Timeout (2 to 9999)
    A failed server is determined if there is no response for the time specified here.
    • This time-out should be longer than the interval.

    • To perform the shutdown monitoring (see Monitor tab), this time-out should be longer than the time it takes to shut down applications and the operating system.

    • When a hybrid disk resource is used, the time-out value must be longer than the value specified at the cluster partition I/O time-out in the mirror agent tab.

Server Internal Timeout (1 to 9999)

The timeout to be used in the EXPRESSCLUSTER Server internal communications that are performed while an EXPRESSCLUSTER command is executed, or an operation is performed or a screen is displayed by Cluster WebUI.

Initialize

Used for initializing the value to the default value. Click Initialize to initialize all the items to their default values.

2.2.5. Port No. tab

Specify TCP port numbers and UDP port numbers.

TCP

No TCP port numbers can be overlapped. When the Replicator is used, TCP port numbers on the Port No.(Mirror) tab and any mirror data port number of any mirror disk resources/hybrid disk resources cannot be overlapped.

  • Server Internal Port Number (1 to 65535 1)
    This port number is used for internal communication.
  • Information Base Port Number (1 to 65535 1)
    This port number is used for cluster information management.
  • Data Transfer Port Number (1 to 65535 1)
    This port number is used for transactions such as applying and backing up the cluster configuration data, sending and receiving the license data and running commands.
  • WebManager HTTP Port Number (1 to 65535 1)
    This port number is used for a browser to communicate with the EXPRESSCLUSTER Server.
  • API HTTP Port Number (1 to 65535 1)
    This port number is used when a Restful API client communicates with the EXPRESSCLUSTER Server.
  • API Server Internal Port Number (1 to 65535 1)
    This port number is used for internal communication of Restful API.

UDP

No UDP port numbers can be overlapped. When the communication method for internal logs is UDP on the Port No.(Log) tab, UDP port numbers cannot be overlapped with the port numbers.

  • Heartbeat Port Number (1 to 65535 1)
    This port number is used for heartbeat.
  • Kernel Mode Heartbeat Port Number (1 to 65535 1)
    This port number is used for kernel mode heartbeat.
  • Alert Sync Port Number (1 to 65535 1)
    This port number is used for synchronizing alert messages among servers.
1(1,2,3,4,5,6,7,8,9)

It is strongly recommended not to use well-known ports, especially reserved ports from 1 to 1023.

Initialize

This is used for initializing the value to the default value. Click Initialize to initialize all items to their default values.

2.2.6. Port No. (Mirror) tab ~ For the Replicator/Replicator DR ~

Specify TCP port numbers.

TCP

No TCP port numbers can be overlapped. TCP port numbers on the Port No. tab and any mirror data port number of any mirror disk resources/hybrid disk resources cannot be overlapped.

Note

Port numbers are not used when mirror disk resource/hybrid disk resource is not used.

  • Mirror Agent Port Number (1 to 65535 2)
    Mirror agent is a user mode module for controlling mirror disk resource/hybrid disk resource.
    The Mirror Agent uses this port number to communicate with servers.
2

It is strongly recommended not to use well-known ports, especially reserved ports from 1 to 1023.

Initialize

Used for initializing the value to the default value. Click Initialize to initialize all the items to their default values.

2.2.7. Port No. (Log) tab

Specify the communication method for internal logs.

Communication Method for Internal Logs

  • UDP
    Use UDP for the communication method for internal logs.
  • UNIX Domain
    Use UNIX Domain for the communication method for internal logs.
  • Message Queue
    Use Message Queue for the communication method for internal logs.

Port No. (1 to 65535)

This is the port number used when UDP is selected for the communication method for internal logs.

Initialize

Used for initializing the value to the default value. Click Initialize to initialize all the items to their default values.

2.2.8. Monitor tab

Configure the settings for monitoring. For details about the shutdown monitor and reboot limit, see "4. Monitor resource details" in this guide.

Shutdown Monitor

Monitors whether or not the operating system is stalling when an EXPRESSCLUSTER command to shut down the cluster or servers is run.
The cluster service forcibly resets the operating system or performs a panic of the operating system if it determines the OS stall. Server panic can be set when the monitoring method is keepalive.
  • Always execute:
    If selected, the shutdown monitor is performed. For the heartbeat time-out, specify a longer time than the time required to shut down every application and the operating system (see "Timeout tab").
  • Execute when the group deactivation has been failed:
    The shutdown monitor is applied only when a group cannot be deactivated. For the heartbeat time-out, specify a longer time than the time required to shut down every application and the operating system (see "Timeout tab"). If you use shared disks or mirror disks, it is recommended to select Execute when the group deactivation has been failed.
  • Not execute:
    If selected, the shutdown monitor is not performed.
    • Method

      Select the shutdown monitor method from:

      • softdog

      • ipmi

      • ipmi (High-End Server Option)

      • keepalive

      For details about the shutdown monitoring method, see "Shutdown monitoring " in "Shutdown monitoring method" in "7. Information on other settings" in this guide.

    • Operation at Timeout Detection

      Selects the operation performed when the operating system is determined to be stalled. This can be set only when the monitoring method is keepalive.

      • RESET
        Resets the server.
      • PANIC
        Performs a panic of the server.
    • Enable SIGTERM handler

      Select this to enable SIGTERM handler when performing the shutdown monitor.
      For details about the SIGTERM settings, see "Shutdown monitoring" in " Setting of SIGTERM " in "7. Information on other settings" in this guide.

      Note

      If you select ipmi in Method and set Enable SIGTERM handler to Off, this may be reset even if the operating system is successfully shut down.

    • Use Heartbeat Timeout

      Select this for heartbeat time-out to work in conjunction with shutdown monitoring time-out.

    • Timeout (2 to 9999)

      Specify a time-out when the heartbeat time-out value is not used as shutdown monitoring time-out.
      A value equal to or smaller than the heartbeat timeout value must be specified to prevent both systems from activating when a failover occurs upon detection of a server down.

System Resource

Select whether to collect system resource information.

System resource information is collected regularly so as to improve system operability. System resource information is useful for investigating the operation status of EXPRESSCLUSTER, and makes it easy to determine the cause of a failure attributable to a shortage of system resources.

  • When the check box is selected:
    System resource information related to the CPU, memory, processes, and others is collected regularly while the cluster is running.
    The collected system resource information are collected as a log by the clplogcc command or Cluster WebUI.
    Specify type 1 to collect the log by the clplogcc command; specify Pattern 1 to collect the log by the Cluster WebUI. For details about log collection, see "Collecting logs (clplogcc command)" in "8. EXPRESSCLUSTER command reference" in this guide, and the online manual.
    A disk area of 450 MB or more is required to store the resource information, depending on the system operating conditions such as the number of processes that are running.
    To use this feature, a zip (unzip) package tool is required on each server.
  • When the check box is cleared:
    No system resource information is collected.

2.2.9. Recovery tab

Configure the settings for cluster recovery.

Action When the Cluster Service Process Is Failure

Specify the action when a cluster service process error occurs.

  • Shut down the OS
    Shut down the OS.
  • Reboot the OS
    Reboot the OS.
  • Sysrq Panic
    Performs a sysrq panic on the server in network partition..
  • Keepalive Reset
    Use this on the server in network partition to perform an OS reset by using the clpkhb and clpka drivers.
  • Keepalive Panic
    Use this on the server in network partition to perform an OS panic by using the clpkhb and clpka drivers.
  • BMC Reset
    Use this on the server in network partition to perform a hardware reset of the server by using the ipmi command.
  • BMC Power Off
    Use this on the server in network partition to power off the server by using the ipmi command. The OS may be shut down depending on how the ACPI of OS is configured.
  • BMC Power Cycle
    Use this on the server in network partition to perform the Power Cycle (powering on/off) by using the ipmi command. The OS may be shut down depending on how the ACPI of OS is co
  • BMC NMI
    Use this on the server in network partition to generate NMI in the server by using the ipmi command. The behavior after the generation of NMI depends on the OS setting.
  • I/O Fencing(High-End Server Option)
    It can't be used.

Recovery Action for HA Agents

  • Max Restart Count (0 to 99)
    Specify the max restart count when an HA Agent error has occurred.
  • Recovery Action over Max Restart Count
    Specify the action when an HA Agent error has occurred.
    • No operation

    • Stop the cluster service
      Stops the cluster service of the server that detected an error.
    • Stop the cluster service and shutdown OS
      Stops the cluster service of the server that detected an error, and then shuts down the OS.
    • Stop the cluster service and reboot OS
      Stops the cluster service of the server that detected an error, and then reboots the OS.

Note

The HA process is used with the system monitor resources, process resource monitor resource, JVM monitor resources, and the system resource information collection function.

Action at Group Resource Activation or Deactivation Stall

Specify the action to apply in the event of an activation/deactivation stall of a group resource.

  • Stop cluster service and shutdown OS
    Stops the cluster service of the server that stalled, and then shuts down the OS.
  • Stop cluster service and reboot OS
    Stops the cluster service of the server that stalled, and then restarts the OS.
  • Sysrq Panic
    Performs a sysrq panic on the server that stalled.
  • Keepalive Reset
    Use this on the server that stalled to perform an OS reset by using the clpkhb and clpka drivers.
  • Keepalive Panic
    Use this on the server that stalled to perform an OS panic by using the clpkhb and clpka drivers.
  • BMC Reset
    Use this on the server that stalled to perform a hardware reset of the server by using the ipmi command.
  • BMC Power- Off
    Use this on the server that stalled to power off the server by using the ipmi command. The OS may be shut down depending on how the ACPI of OS is configured.
  • BMC Power Cycle
    Use this on the server that stalled to perform the Power Cycle (powering on/off) by using the ipmi command. The OS may be shut down depending on how the ACPI of OS is configured.
  • BMC NMI
    Use this on the server that stalled to generate NMI in the server by using the ipmi command. The behavior after the generation of NMI depends on the OS setting.
  • I/O Fencing(High-End Server Option)
    It can't be used.
  • No Operation (Operates as an activity or deactivity failure)
    Use this to perform recovery upon the detection of an activation/deactivation failure of a group resource. For details on the recovery operation, see "Recovery Operation tab" in "Resource Properties" in "3. Group resource details" in this guide.

Note

If a stall occurs with "Nothing (handle a stall as an activation/deactivation failure)" specified, the effect on the group resources is undefined, so we do not recommend changing the setting to "Nothing (handle a stall as an activation/deactivation failure).".

If you do specify "Nothing (handle a stall as an activation/deactivation failure)", set the recovery operation upon the detection of an activation/deactivation failure of a group resource as described below.
Activation/Deactivation Retry Threshold: 0
Failover Threshold: 0
Final Action: Action that accompanies the OS stop

Disable the Final Action when OS Stops Due to Failure Detection

Click Detailed Settings to set suppression of the final action which accompanies the OS stop caused by error detection.

  • Group Resource When Activation Failure Detected
    If the final action caused by an activation error detection in a group resource accompanies the OS stop, the final action is suppressed if all other servers are stopped.
  • Group Resource When Deactivation Failure Detected
    If the final action caused by a deactivation error detection in a group resource accompanies the OS stop, the final action is suppressed if all other servers are stopped.
  • Monitor Resource When Failure Detected
    If the final action caused by an error detection in a monitor resource accompanies the OS stop, the final action is suppressed if all other servers are stopped.

Note

  • If errors were detected on multiple servers almost at the same time, and the final action was taken for those servers, the final action which accompanies the OS stop may be taken for all the servers even if the final action caused by an error detection in a monitor resource is set to be suppressed.

  • The message receive monitor resource does not become the target for which the final action caused by error detection is suppressed.

  • The following situations lead to an OS stop during the final action when an activation/deactivation error is detected in a group resource and during the final action when a monitor resource error is detected.

    • Cluster service stop and OS shutdown

    • Cluster service stop and OS restart

    • sysrq panic

    • keepalive reset

    • keepalive panic

    • BMC reset

    • BMC power off

    • BMC power cycle

    • BMC NMI

Disable Shutdown When Multi-Failover-Service Detected

Click Detailed Settings to suppress the shutdown of all servers upon detection of both-system activation.

Server Group Survives When Multi-Failover-Service Detected

Select one server group. The shutdown of the server, which belongs to the server group selected when the both-system activation of the failover group was detected, is suppressed. When the both-system activation is detected among servers in the selected server group, both of the servers will be shut down. If you want to suppress the shutdown in this case, make the settings to disable shutdown when the following double activation is detected.

Server Survives When Multi-Failover-Service Detected

Select one server. The shutdown of the server, selected when the both-system activation of the failover group was detected, is suppressed.

If a server group to which shutdown is not executed when Multi-Failover is detected is set, it is possible to select only a server belonging to the set server group. If no server group is set, all the servers can be selected.

Note

When the both-system activation is detected, the group statuses will be inconsistent among the servers, and failover and failback operations will be able to fail.

If a group status mismatch occurs, the following alert log is output:

Type: Warning
Module name: rc
Event ID: 503
Message: A mismatch in the group %1 status occurs between the servers. A mismatch in the group %1 status occurs between the servers.

2.2.10. Alert Service tab

Configure the settings for the mail report function, the network warning light, alert report destination, and SNMP trap transmission.

To use the mail report function, register the Alert Service license.

To use the network warning light, register the Alert Service license.

Note

To use the mail report function and the network warning light, purchase the EXPRESSCLUSTER X Alert Service 4.3 for Linux.

Enable Alert Setting

Configure whether to modify the alert destination from the default value. To modify the alert report destination, click Edit to configure the address.

By canceling Enable Alert Setting, the modified destination turns to the default value temporarily.

For details about the default alert destination, see "Messages reported by syslog, alert, mail, SNMP trap, and Message Topic" in "10. Error messages" in this guide.

E-mail Address (Within 255 bytes)

Enter the e-mail address to which the report is sent. If more than two e-mail addresses are set, delimit the address by semicolon.

Subject (Within 127 bytes)

Enter the subject title for the e-mail message.

Mail Method

Configure the methods to send mail.

  • MAIL
    This method uses the mail command. Check that a mail is sent to the mail address by using the mail command in advance.
  • SMTP
    This method allows for sending mail by directly communicating with the P server.

Destination Settings

Configure the SNMP trap transmission function. Click Settings to configure the SNMP trap transmission destination.

Output Log Level to syslog

Add Log Level to the syslog messages which EXPRESSCLUSTER put out while it is in operation.

Use Chassis Identify

Configure whether or not to enable Use Chassis Identify.

Execute Repeatedly

Repeat Chassis Identify Command.

  • Interval (1 to 999)

    Set the interval of Chassis Identify Command.

Do not Excute Repeatedly

Not repeat Chassis Identify Command.

Use Network Warning Light

Specify whether to use a network warning light (specified by NEC) controlled by network. Enter an IP address in server properties.

Change Alert Destination

Click Edit to display the Change Alert Destination dialog box.

Add

Click this to select the event ID and the module type for which you want to customize the report destinations. Click Add to open the Enter the Message dialog box.

Category

Select a major category of the module type.

Module Type (Within 31 bytes)

Select the name of module type that you want to change the destination address.

Event ID

Enter the event type of the module type for which you want to change the destination address. For details about the event ID, see "Messages reported by syslog, alert, mail, SNMP trap, and Message Topic" in "10. Error messages" in this guide.

Destination

Select the destination.

  • System Log
    This sends message to syslog of the OS.
  • Alert Logs
    This sends message to the alert log.
  • Mail Report
    This sends message by using the mail report function.
  • Message Topic
    This sends message to Amazon SNS.
  • Alert Extension
    This sends message by the Alert Extension function. Modify the extension settings using Add and Edit.

Add

Add a command of the alert extension function. Click Add to open the Enter Command dialog box. Up to 4 commands can be registered with one event ID.

Command (Within 511 bytes)

Enter a command such as SNMP trap to execute reporting with the absolute path. The execution results of the specified command cannot be shown.

  • Keyword
    If you specify %%MSG%%, the body message of the target event ID is inserted.
    You cannot specify multiple %%MSG%% for one command.
    Configure within 511 bytes including the description of %%MSG%%. Since blank characters can be included in %%MSG%%, if you specify this for an argument of commands, specify this as "%%MSG%%".

    Configuration example

    /usr/local/bin/snmptrap -v1 -c HOME 10.0.0.2 0 10.0.0.1 1 0 '' 1 s "%%MSG%%"
    

Remove

Click this to remove a command of alert extension function. Select the command and then click Remove.

Edit

Click this to modify a command of alert extension function. Select the command and then click Edit.

SMTP Settings

Click SMTP Settings to display the SMTP Settings dialog box.

Mail Charset (Within 127 bytes)

Configure the character set of the e-mails sent for mail report.

Send Mail Timeout (1 to 999)

Configure the timeout value for communicating with the SMTP server.

Subject Encode

Select whether or not to encode the subject of e-mails.

SMTP Server List

Use this button to display a SMTP server that is configured. Four SMTP servers can be configured in this version.

Add

Use this button to add a SMTP server. Click Add to display the Enter the SMTP Server dialog box.

Remove

Use Remove to remove the SMTP server settings.

Edit

Use Edit to modify the SMTP server settings.

SMTP Server (Within 255 bytes)

Configure the IP address or host name of the SMTP server.

SMTP Port (1 to 65535)

Configure the port number of the SMTP server.

Sender Address (Within 255 bytes)

Configure the address from which an e-mail of mail report is sent.

Enable SMTP Authentication

Configure whether or not to enable SMTP authentication.

Method

Select a method of SMTP authentication.

User Name (Within 255 bytes)

Configure the user name used for SMTP authentication.

Password (Within 255 bytes)

Configure the password used for SMTP authentication.

Destination

Displays the set SNMP trap transmission destinations. With this version, up to 32 SNMP trap transmission destinations can be set.

Add

Adds an SNMP trap transmission destination. Click Add to display the Change SNMP Destination dialog box.

Remove

Use Remove to remove the SNMP trap transmission destination settings.

Edit

Use Edit to modify the SNMP trap transmission destination settings.

Destination Server (Within 255 bytes)

Configure the name of the SNMP trap transmission destination server.

SNMP Port No. (1 to 65535)

Configure the port number of the SNMP trap transmission destination.

SNMP Version

Configure the SNMP version of the SNMP trap transmission destination.

SNMP Community Name (Within 255 bytes)

Configure the SNMP community name of the SNMP trap transmission destination.

2.2.11. WebManager tab

Use this tab to configure the settings for the WebManager Server.

Enable WebManager Service

Enables the WebManager Service.

  • When the check box is selected:
    The WebManager service is enabled.
  • When the check box is not selected:
    The WebManager service is disabled.

Communication Method

  • HTTP
    No encryption is used for communicating with a client.
  • HTTPS
    Encryption is used for communicating with a client.

Accessible number of clients (1 to 999)

Limits the number of concurrent requests from clients. If the concurrent requests exceed the limit, the overflowed requests are discarded.

Control connection by using password

Click Settings to show the Password dialog box.

Cluster Password Method / OS Authentication Method

Choose a login method for Cluster WebUI from below.

  • Cluster Password Method
    Performs authentication with an operation/reference password you set.
  • OS Authentication Method
    Performs authentication with user and password of OS .

Cluster Password Method

  • Password for Operation
    Set a password that must be entered to enable connection to the Cluster WebUI in operation mode, config mode, or simulate mode.
    Click Change to display the Enter Password dialog box.
  • Password for Reference
    Set a password that must be entered to enable connection to the Cluster WebUI in reference mode. Click Change to display the Enter Password dialog box.

  • Old Password: (Within 255 bytes)
    Enter the current password. If the password is not set, leave it blank.
  • New Password: (Within 255 bytes)
    Enter a new password. When deleting the old password, leave it blank.
  • Password Confirmation: (Within 255 bytes)
    Enter the password again which you entered in New Password.
    Passwords can consist of one-byte upper- and lower-case letters, digits, symbols, and spaces (0x20 to 0x7E in ASCII code).

OS Authentication Method

Users must be registered to the server in advance to login to Cluster WebUI. More specifically, a group must be registered to the server and the users must belong to it as the control permission of a cluster is assigned per group,

Add

Used to add a group to Authorized Group List. The Group Name dialog box appears when Add is clicked. To add a group, the Operation checkbox must be selected.

  • Group name (Within 255 bytes)
    Enter a group name to which you want to give permission. The permission will be applied to the users belong to the group you entered. Groups must be registered to a server in advance.

Remove

Used to delete a group from Authorized Group List. Select a group you want to delete from Authorized Group List, and click Remove.

Edit

Used to edit a group. Select a group you want to edit from Authorized Group List, and click Edit. The Group Name dialog box with the selected group entered appears. The control permission does not change in this procedure.

Operation

Set control permission to a group registered in Authorized Group List.

  • When the checkbox is selected:
    Users belong to the group can control the cluster and view the status.
  • When the checkbox is not selected:
    Users belongs to the group can view the status only.

Login Session Lifetime Period (0 to 52560)

Time frame of login session. If this value is set to zero (0), the period becomes limitless.

Automatic Logout Time Period (0 to 99999)

Sets wait time for automatic logout if there is no communication between Cluster WebUI and the WebManager server. If this value is set to zero (0), no automatic logout occurs.

Lockout Threshold (0 to 999)

Locks out a client IP address which fails to login continuously. The client cannot login until Lockout Time passes once a client is locked out. If this value is set to zero (0), no client IP address is not be locked out.

Lockout Time (1 to 99999)

Sets lockout time for a client IP address. Once the time passes, the lockout is automatically released.

Initialize

Restores the default value. If Initialize is clicked, the values of Login Session Lifetime Period, Automatic Logout Time Period, Lockout Threshold and Lockout Time are restored to the default values.

Control connection by using client IP address

If selected, accesses are controlled by client IP addresses.

  • When the check box is selected:
    Add, Remove and Edit are displayed.
  • When the check box is not selected:
    Add, Remove and Edit are not displayed.

Add

Use Add to add an IP address in Connection Permit Client IP Address List. Click Add to display the IP Address dialog box. Newly added IP addresses have the rights for the operation.

  • IP Address (Within 80 bytes)

    Specify a client IP address that can be connected.

    • IP address: 10.0.0.21

    • Network address: 10.0.1.0/24

Remove

Use Remove to remove an IP address from Connection Permit Client IP Address List. Select the IP address to be removed from Connection Permit Client IP Address List and then click Remove.

Edit

Use Edit to edit an IP address. Select the IP address you want to edit from Connection Permit Client IP Address List and then click Edit. A dialog box where the specified IP address is preset is displayed. The rights for operating the edited IP addresses remain the same.

Note

The Connection Permit Client IP Address List specified here are also used to restrict connections for external operations using clprexec.

Operation

Sets the operation rights for IP addresses that are registered in Connection Permit Client IP Address List.

  • When the check box is selected:
    A client can operate a cluster and display its status.
  • When the check box is not selected:
    A client can only view the status of a cluster.

Output Cluster WebUI Operation Log

Allows you to output the operation log of Cluster WebUI.

For details, see "Maintenance Guide" - "The system maintenance information" - "Function for outputting the operation log of Cluster WebUI".

  • If the check box is checked:
    The operation log of Cluster WebUI is outputted.
  • If the check box is not checked:
    The operation log of Cluster WebUI is not outputted.

Log output path (Within 255 bytes)

Specify the output destination directory of the Cluster WebUI operation log with an absolute path consisting of ASCII characters.

File Size (1 to 10)

Specify the size of Cluster WebUI operation log.
When the log data reaches the specified size, a rotation occurs. Up to five generations of the data are saved.

IP address for Integrated WebManager

Click Settings to open the IP address dialog box for the Integrated WebManager.

  • Add

    Add IP addresses for the Integrated WebManager. Click the column cell of each server and select or enter IP address for the IP address of each server. For the communication path not connected to some server, set blank to the server cell of which the server is not connected.

  • Remove

    Remove the communication path. Select the communication path to be removed and click Remove, then the selected path is removed.

  • Priority

    When multiple IP addresses for Integrated WebManager are configured, the communication path with the smallest number in the Priority column is used preferentially for the internal communication among cluster servers. When changing the priority, click the arrows to change the order of the selected row.

Tuning

Use Tuning to tune the WebManager Server. Clicking Tuning displays the WebManager Tuning Properties dialog box.

  • Client Session Timeout (1 to 999)
    Specify the client session time-out. A time-out is determined if the time specified here elapses after the last communication between the WebManager Server and the Cluster WebUI.
  • Reload Interval (0 to 999)
    Specify the screen data update interval. At this time interval, the Cluster WebUI screen is refreshed.
  • Mirror Agent Timeout (1 to 999)
    Set the data waiting time output from the mirror agent.
  • Time Limit For Keeping Log Files (60 to 43200)
    Specify the expiration period for deleting log collection information that is temporarily stored on a server. Log information on a server will be deleted if the expiration period is exceeded after the dialog box prompting saving log collection information is displayed.
  • Use Time Info Display Function
    Specify whether the time information display function is enabled or disabled.
    • When the check box is selected:
      The time information display function is enabled.
    • When the check box is not selected:
      The time information display function is disabled.
  • Initialize

    Click Initialize to reset all settings on this dialog to default. Click Initialize to set all the items to their default values.

2.2.12. API tab

This tab allows you to set API services.

Enable API Service

Enables API services.

  • When the checkbox is selected:
    API services are enabled.
  • When the checkbox is not selected:
    API services are disabled.

Communication Method

  • HTTP:
    Does not use encryption for client communication.
  • HTTPS:
    Use encryption for client communication.

Control a privilege of operating clusters per group

Allows you to set and control a privilege of operating clusters per group.

  • If the check box is checked:
    Add, Remove, and Edit are displayed.
  • If the check box is not checked:
    Add, Remove, or Edit is not displayed.

Login users must be registered beforehand in the server which issues the request. More specifically, a group must be registered to the server and the users must belong to it as the control permission of a cluster is assigned per group.

  • If the server belongs to a work group:
    Register the same user name and group name in each of the servers which issues the request.
  • If the server belongs to a domain:
    Register users and groups in the domain.

Add

Allows you to add a group to Authorized Group List. Clicking Add displays the Group Name dialog box. Any group added here has the Operation box checked.

  • Group name (up to 255 bytes)
    Enter the name of a group. Users belonging to the group are to be given the permission.
    The group must be registered to a server in advance.

Remove

Use this option to delete a group from Authorized Group List.
From Authorized Group List, select a group to be deleted. Then, click Remove.

Edit

Use this option to edit a group. From Authorized Group List, select a group to be edited. Then click Edit. The Group Name dialog box appears with the selected group entered. Editing the group here does not change its operation right.

Operation

Set operation rights for any of the groups registered in Authorized Group List.

  • If the check box is checked:
    The users of the group can operate the cluster and obtain its status.
  • If the check box is not checked:
    The users of the group can only obtain the status of the cluster.

Control connection by using client IP address

Controls connections using client IP addresses.

  • When the checkbox is selected:
    Add, Remove and Edit are displayed.
  • When the checkbox is not selected:
    Add, Remove and Edit are not displayed.

Add

Use Add to add an IP address in Connection Permit Client IP Address List. Click Add to display the IP Address dialog box. Newly added IP addresses have the rights for the operation.

  • IP Address (Within 80 bytes)

    Specify a client IP address allowed for the connection.

    • IP address: 10.0.0.21

    • Network address: 10.0.1.0/24

Remove

Use Remove to remove an IP address from Connection Permit Client IP Address List. Select the IP address to be removed from Connection Permit Client IP Address List and then click Remove.

Edit

Use Edit to edit an IP address. Select the IP address you want to edit from Connection Permit Client IP Address List and then click Edit. A dialog box where the specified IP address is preset is displayed.

Operation

Set operation rights for any of the IP addresses registered in Connection Permit Client IP Address List.

  • When the check box is selected:
    A client can operate a cluster and display its status.
  • When the check box is not selected:
    A client can only view the status of a cluster.

Tuning.

Adjusts API services. Click Tuning to display API Tuning Properties dialog box.

  • Authentication Lockout Threshold
    Specify the number that counts continuous HTTP server authentication failures. If the counts reach this threshold, lockout is performed.
  • HTTP Server Start Retry Count
    Specify the retry number that counts API services failed to start a HTTP server.
  • HTTP Server Start Interval
    Specify the period of time between the time HTTP server start failure occurs and the time retry starts.
  • Initialize
    Use Initialize to restore the default value. All the items restore the default values when Initialize is clicked.

2.2.13. Encryption tab

Sets files and libraries used for encryption of the cluster elated services.

Certificate File

Sets server certificate files used for connecting to a client. Server certificate files must be prepared at user side.

Private Key File

Sets private key files used for connecting to a client. Private key files must be prepared at user side.

SSL Library

Sets SSL library files used for encryption and selects SSL library files included in OpenSSL. Some settings such as installation locations need to be changed depending on the environment.

Crypto Library

Sets Crypto library files used for encryption and selects Crypto library files included in OpenSSL. Some settings such as installation locations need to be changed depending on the environment.

2.2.14. Alert Log tab

Configure the settings for the alert log.

Enable Alert Service

Select this to start alert service for the server.

  • When the check box is selected:
    Alert service is enabled.
  • When the check box is not selected:
    Alert service is disabled.

Max. Number to Save Alert Records (1 to 99999)

Specify the maximum number of alert records that can be retained. Alert service for server can retain alert messages up to this number.

Alert Sync: Method

This communication mode is used for Alert Log synchronization. Only unicast is available in Method list box for this version.

Alert Sync: Communication Timeout (1 to 300)

Specify a communication time-out. A communication time-out is determined if the time specified here elapses after the last communication between Alert service and servers.

Initialize

Click Initialize to reset all settings on this tab to default. Click Initialize to set all the items to their default values.

2.2.15. Delay Warning tab

Configure the settings for Delay Warning on this tab. For details, see "Delay warning of monitor resources" in "Monitor resource" in "4. Monitor resource details" in this guide.

Heartbeat Delay Warning (0 to 100)

Set a percentage of heartbeat time-out at which the heartbeat delay warning is issued. If the time for the percentage passes without any heartbeat response, the warning will be produced in an alert log. If you set 100, the warning will not be issued.

Monitor Delay Warning (0 to 100)

Set a percentage of monitor time-out at which the monitor delay warning is issued. If the time for the percentage passes without any monitor response, the warning will be produced in an alert log. If you set 100, the warning will not be issued.

Note

If you specify 0% for the delay warning, an alert log is shown in every heartbeat interval and monitor interval. Setting 0% allows you to see the time spent for monitoring. This will be helpful particularly in a test operation. Make sure not to set low values such as 0% in the production environment.

2.2.16. Mirror Agent tab ~ For the Replicator/Replicator DR~

Configure the settings for the Mirror Agent on this tab.

Auto Mirror Recovery

When the check box is selected, the mirror recovery is automatically performed if there is any difference between mirror disks on both servers. In some cases, you cannot perform the auto-mirror recovery even if this is selected. For details, see "Automatically recovering from mirroring" in "9. Troubleshooting" in this guide.

  • When the check box is selected:
    The mirror recovery is automatically performed.
  • When the check box is not selected:
    The mirror recovery is not automatically performed.

Collect Mirror Statistics

This function can be used to collect and reference information about the mirroring performance. For details, see " Mirror statistics information collection function" in" The system maintenance information" in the "Maintenance Guide".

  • When the check box is selected
    Mirror Statistics Collection is performed.
  • When the check box is not selected
    Mirror Statistics Collection is not performed.

Receive Timeout (1 to 600)

Set the time-out for the Mirror Agent waiting to receive data after establishing the connection.

Send Timeout (1 to 600)

Set the time-out for the Mirror Agent to send data to the Mirror Agent of the other server and wait it to be processed.

Recovery Data Size (64 to 32768)

Specify the recovery data size.

Start wait time (10 to 600)

For using a hybrid disk resource in a shared disk, set the waiting time to synchronize the starts of the servers connected to the shared disk. If another server does not start within the time configured here, the current right is obtained temporarily.

Cluster partition I/O timeout (5 to 300)

For using hybrid disk resource, set the timeout value for accessing the cluster partition.

  • The time-out value must be smaller than the heartbeat time-out specified at the Timeout tab.

Recovery Limitation

Specify the retry count to perform mirror recovery again if the data has been updated during a mirror recovery.

  • On (1 to 100)
    The mirror recovery retry is performed the times specified on the box.
  • Off
    When there is update data, mirror recovery is performed until there is no difference.

Initialize

This is used to reset the values to the default value. Clicking Initialize sets all the items to their default values.

2.2.17. Mirror driver tab ~ For Replicator/Replicator DR ~

Configure the settings for the mirror driver on this tab.

Max. Number of Request Queues (2048 to 65535)

Set the number of queues for mirror disk driver for queuing I/O requests from the upper system.

Difference Bitmap Size (1 to 5)

Users can specify the length of Record Area of the Difference Bitmap. Only when the mirror disk resource and/or hybrid disk resource do not exist in the cluster, the setting can be changed.

Difference Bitmap Refresh Interval (1 to 600)

Set the interval to check if the standby system writes the difference bitmap.

Mirror Recovery I/O size (4, 64)

Specify the size per I/O in the copy process of mirror recovery.

History Recording Area Size in Asynchronous Mode (1 to 200)

Specify the capacity of the mirror disk driver that, according to I/O requests from the upper system, stores data about unsent requests. Only when the mirror disk resource and/or hybrid disk resource do not exist in the cluster, the setting can be changed.

Operation at I/O Error Detection

  • Cluster Partition
    Set an operation when an I/O error occurs in a cluster partition.
  • Data Partition
    Set an operation when an I/O error occurs in a data partition.

Initialize

Use Initialize to reset the values to the default value. Click Initialize to set all the items to their default values.

2.2.18. JVM monitor tab

Configure detailed parameters for the JVM monitor.

Note

To display the JVM monitor tab on the the config mode of Cluster WebUI, you need to execute Update Server Info after the license for Java Resource Agent is registered.

Java Installation Path (Within 255 bytes)

Set the Java VM install path used by the JVM monitor. Specify an absolute path using ASCII characters. Do not add "/" to the end of the path. This setting becomes common for all servers in the cluster.
Specification example: /usr/java/jdk-9

Maximum Java Heap Size (7 to 4096)

Set, in megabytes, the maximum Java VM heap size used by the JVM monitor (equivalent to -Xmx of the Java VM startup option). This setting becomes common for all servers in the cluster.

Java VM Additional Option (Within 1024 bytes)

Set the Java VM startup option used by the JVM monitor. However, specify -Xmx in the [Maximum Java Heap Size]. This setting becomes common for all servers in the cluster.
Specification example: -XX:+UseSerialGC

Log Output Setting

Click the Settings button to open the Log Output Setting dialog box.

Resource Measurement Setting

Click the Settings button to open the Resource Measurement Setting dialog box.

Connection Setting

Click the Settings button to open the Connection Setting dialog box.

Load Balancer Linkage Settings

Select the load balancer type and then click the Settings button. The Load Balancer Linkage Settings dialog box appears.
Select the load balancer type from the list. To perform load balancer linkage, select the load balancer you are using. To cancel the load balancer linkage, select No linkage.

Action Timeout (30 to 300)

Set the timeout value of [Command] specified in each window of the JVM monitor. This setting becomes common for all the [Command] items.

Log Output Setting

Clicking Settings displays the Log Output Setting dialog box.

Log Level

Select the log level of the log output by the JVM monitor.

Generation (2 to 100)

Set the number of generations to be retained for log output by the JVM monitor. When Period is selected for Rotation Type, the rotation count is reset when cluster is suspended. Therefore, note that log files under the <EXPRESSCLUSTER_install_path>log\ha\jra increase per cluster suspend.

Rotation Type

Select a rotation type for the log output by the JVM monitor. If you select File Capacity as the rotation type, set the maximum size (200 to 2097151), in kilobytes, for each log file such as the JVM operation log. If you select Period as the rotation type, set the log rotation start time in "hh:mm" format (hh: 0 to 23, mm: 0 to 59) and the rotation interval (1 to 8784) in hours.

Initialize

Clicking Initialize returns the log level, generation, and rotation type items to their default values.

Resource Measurement Setting [Common]

Clicking Settings displays the Resource Measurement Setting dialog box. For details about the scheme for error judgment by the JVM monitor, see "Monitor resource details".

Retry Count (1 to 1440)

Set a resource measurement retry count to be applied if the JVM monitor fails in resource measurement.

Error Threshold (1 to 10)

Set the number of times abnormal judgment is performed when the usage of the Java VM or the application server resources collected by the JVM monitor via resource measurement continuously exceed the customer-defined threshold.

Memory Usage, Active Threads (15 to 600)

Set the interval at which the JVM monitor measures the memory usage and active thread count.

The time and count in Full GC (15 to 600)

Set the interval at which the JVM monitor measures the time and count in Full GC execution.

Initialize

Clicking Initialize returns the retry count, error threshold, and interval items to their default values.

Resource Measurement Setting [WebLogic]

Clicking Settings displays the Resource Measurement Setting dialog box. For details about the scheme for error judgment by the JVM monitor, see "Monitor resource details".

Retry Count (1 to 5)

Set the resource measurement retry count to be applied if the JVM monitor fails in resource measurement.

Error Threshold (1 to 10)

Set the number of times abnormal judgment is to be performed when the usage of the Java VM or the application server resources collected by the JVM monitor via resource measurement continuously exceed the customer-defined threshold.

The number of request (15 to 600)

Set the interval at which the JVM monitor measures the number of work manager or thread pool requests during WebLogic monitor.

The average number of the request (15 to 600)

Set the interval at which the JVM monitor measures the average number of work manager or thread pool requests during WebLogic monitor. Set a value that is an integer multiple of the value set in The number of request.

Initialize

Clicking Initialize returns the retry count, error threshold, and interval items to their default values.

Connection Setting

Clicking Settingsf displays the Connection Settings dialog box.

Management Port (1 to 65535)

Sets the port number internally used by the JVM monitor resource. Make sure not to set the port number that has been used by other functions or programs. This setting becomes common for all the servers in the cluster. Do not set 32768 to 61000.

Retry Count (1 to 5)

Set the retry count to be applied if connection to the monitor target Java VM fails.

Waiting time for reconnection (15 to 60)

Set the interval at which the JVM monitor retries connection if it fails in Java VM connection.

Initialize

Clicking Initialize sets the management port, retry count, and wait time for reconnection items to their default values.

Load Balancer Linkage Settings

If you select other than BIG-IP LTM as the load balancer type and then click the Settings button, the Load Balancer Linkage Settings dialog box appears.

Management Port for Load Balancer Linkage (1 to 65535)

Set the port number used by the load balancer linkage function. This setting becomes common to all the servers in the cluster. Do not set 32768 to 61000.

Health Check Linkage Function

Set whether to use the load balancer health check function if the monitor target Java VM detects a failure.

Directory containing HTML files (Within 255 bytes)

Set the directory in which the HTML file used by the load balancer health check function is stored. Specify an absolute path using ASCII characters. Do not add "/" to the end of the path.

HTML File Name (Within 255 bytes)

Set the HTML file name used by the load balancer health check function. Specify this filename using ASCII characters.

HTML Renamed File Name (Within 255 bytes)

Set the HTML renamed file name used by the load balancer health check function. Specify this file name using ASCII characters. Specify an HTML renamed file name that is different from the HTML file name.

Retry count for renaming (0 to 5)

Set the number of times HTML file renaming is retried if it fails.

Wait time for retry (1 to 60)

Set the interval at which HTML file renaming is retried if it fails.

Initialize

Clicking Initialize returns the management port for load balancer linkage, health check linkage function, directory containing HTML files, HTML file name, HTML renamed file name, retry count for renaming and wait time for retry items to their default values.

Load Balancer Linkage Settings

Select BIG-IP LTM as the load balancer type and then click the Settings button. The Load Balancer Linkage Settings dialog box appears.

Management Port for Load Balancer Linkage (1 to 65535)

Set the port number used by the load balancer linkage function. This setting becomes common to all the servers in the cluster. Do not set 42424 to 61000.

mgmt IP address

Set the BIG-IP LTM IP address.

Management User Name (Within 255 bytes)

Set the BIG-IP LTM management user name.

Password (Within 255 bytes)

Set the BIG-IP LTM management user password.

Communications Port (1 to 65535)

Set the communication port number for BIG-IP LTM.

Add

Add the server name and IP address for the distributed node. For the server name, specify the EXPRESSCLUSTER server name. For the IP address, specify the value set to Members in LocalTrafic - Pools:PoolList - Relevant pool - Members of BIG-IP Configuration Utility. To change the value, select the line and directly edit the description.

Remove

Remove the server name and IP address for the distributed node. Select the line to be removed and then click Remove. The selected server is removed.

Initialize

Clicking Initialize returns the management port for load balancer linkage, management user name, and communication port number to the default settings.

2.2.19. Cloud tab

Configure functions for cloud environments.

Enable Amazon SNS linkage function

Enable or disable the Amazon SNS linkage function.

  • If the check box is checked:
    The Amazon SNS linkage function is enabled.
    Amazon SNS is used as a destination of EXPRESSCLUSTER messages.
    By default, the messages are sent as shown in "10. Error messages": the "o"-marked lines of the [5] column in the table of "10.2. Messages reported by syslog, alert, mail, SNMP trap, and Message Topic".
    To send other messages:
    Go to Cluster Properties -> the Alert Service tab -> Change Alert Destination -> Destination, and then select Message Topic.
  • If the check box is not checked:
    The Amazon SNS linkage function is disabled.

TopicArn

Set TopicArn for the Amazon SNS linkage function.

Enable Amazon CloudWatch linkage function

Enable or disable the Amazon CloudWatch linkage function.

  • If the check box is checked:
    The Amazon CloudWatch linkage function is enabled.
    Amazon CloudWatch is informed of the monitoring process time taken by the monitor resource.
  • If the check box is not checked:
    The Amazon CloudWatch linkage function is disabled.

Note

Using the Amazon CloudWatch linkage function requires turning on Enable Amazon CloudWatch linkage function, and enabling Send polling time metrics of the Monitor (common) tab for the target monitor resource.

Namespace

Set Namespace for the Amazon CloudWatch linkage function.

Interval for Sending Metrics

Set the frequency of informing Amazon CloudWatch of the monitoring process time taken by the monitor resource.

2.2.20. Extension tab

Other cluster functions are set.

Reboot Limitation

If the final action at abnormality detection for group resources and monitor resources is specified with the setting accompanied by OS reboot, reboot may be repeated infinitely. By setting the reboot limit, you can prevent repeated reboots.

  • Max Reboot Count (0 to 99)
    Specify how many times the operating system can reboot. The number specified here is separately counted for group resource and monitor resource.
  • Max Reboot Count Reset Time (0 to 999)
    When the max reboot count is specified, if the operation from the cluster startup keeps running normally for the time specified here, the reboot count is reset. The time specified here is separately counted for group resource and monitor resource.

Note

If Max Reboot Count Reset Time is set to 0, the reboot count is not reset. If you want to reset the reboot count, use clpregctrl command.

Use Forced Stop

Use this to select whether or not to enable the forced stop.

  • On
    If selected, the forced stop function is enabled.
    For a physical machine, configure the settings on the BMC tab of the server properties. For a virtual machine (guest OS), configure the Virtual Machine setting on the Info tab of the server properties.
  • Off
    If selected, the forced stop function is disabled.

Forced Stop Action

Specify an action of the forced stop.

  • BMC Reset
    Use this to perform a hardware reset of the server by using the ipmitool command.
  • BMC Power Off
    Use this to power off the server by using the ipmitool command. The OS may be shut down depending on how the ACPI of OS is configured.
  • BMC Power Cycle
    Use this to perform the Power Cycle (powering on/off) by using the ipmitool command. The OS may be shut down depending on how the ACPI of OS is configured.
  • BMC NMI
    Use this to generate NMI by using the ipmitool command. The performance after the generation of NMI depends on the OS setting.

Forced Stop Timeout (0 to 99)

Configure the timeout value when performing Forced Stop. After the above commands are executed, activating failover groups starts when the time specified elapses

Virtual Machine Forced Stop Setting

Configure forced stop for the virtual machine (guest OS). Click Settings to display the Virtual Machine Forced Stop Setting dialog box.

Virtual Machine Management Tool

  • vCenter
    Select this when you want to use vCenter to control the virtual machine.

Forced Stop

  • Action
    Specify the action performed upon a forced stop.
  • poweroff
    Use this to power off the server by using the command specified in Command.
  • Timeout (0 to 99)
    Set the timeout value to be used when performing a forced stop. After the above command is executed, the activation of failover groups starts when the time specified here elapses.
  • Command (Within 1023 bytes)
    Specify the command for forced stop.

vCenter

  • Host Name (Within 255 bytes)
    Specify the host name of the virtual machine management tool.
  • User Name (Within 255 bytes)
    Specify the user name of the virtual machine management tool.
  • Password
    Specify the password for the virtual machine management tool.

Note

Do not use a double quotation mark (") in the password.

Execute Script for Forced Stop

Use this to select whether or not to execute a script for the forced stop.

  • On
    If selected, the script is executed for the forced stop.
  • Off
    If selected, the script is not executed.

Script Settings

Make settings on the script for the forced stop. Click Script Settings play the Edit Script dialog box.
The default script file names, forcestop.sh, are listed on Scripts.

User Application

Use an executable file (executable shell script file or execution file) on the server as a script. For the file name, specify an absolute path or name of the executable file of the local disk on the server. If there is any blank in the absolute path or the file name, put them in double quotation marks ("") as follows.
Example:
"/tmp/user application/script.sh"
Each executable file is not included in the cluster configuration information of the Cluster WebUI. They must be prepared on each server because they cannot be edited or uploaded by the Cluster WebUI.

Path (Within 1023 bytes)

Specify a script to be executed (executable shell script file or execution file) when you select User Application.

Script created with this product

Use a script file which is prepared by the Cluster WebUI as a script. You can edit the script file with the Cluster WebUI if you need. The script file is included in the cluster configuration information.

Add

Use this button to add a script other than forcestop.sh script when you select Script created with this product.

Note

Do not use 2-byte characters for the name of a script to be added.
Do not use "&( ampersand)" or "= (equal sign)" for a script file name to be added.

Remove

Use this button to delete a script when you select Script created with this product. The forcestop.sh script cannot be deleted.

View

Click here to display the script file when you select Script created with this product.

Edit

Click here to edit the script file when you select Script created with this product. Click Save to apply the change. You cannot modify the name of the script file.

Replace

Click here to replace the contents of a script file with the contents of the script file which you selected in the file selection dialog box when you select Script created with this product. You cannot replace the script file if it is currently displayed or edited. Select a script file only. Do not select binary files (applications), and so on.

Disable Group Failover When Execution Fails

If a forced stop script fails, a failover is disabled. If the failover is controlled, no group starts at the failover destination. Check the failover source and if necessary, perform the group operation.

Timeout (1 to 999)

Specify the maximum time to wait for completion of script to be executed. The default value is set as 10.

Use CPU Frequency Control

Select the check box when you use CPU frequency control.
When CPU frequency control is used, the CPU frequency of the server where a failover group is activated is set to high, and that of the server where a failover group is stopped is set to low.
When CPU frequency control is performed by a command, the settings changed by the command are given higher priority regardless of whether the failover group is started or stopped. Note that the settings changed by the command or Cluster WebUI is discarded after the cluster is stopped/started or suspended/resumed, so that CPU frequency is controlled by the cluster.
  • When the check box is selected
    CPU frequency control is performed.
  • When the check box is cleared
    CPU frequency control is not performed.

Note

For using CPU frequency control, it is required that the frequency is changeable in BIOS settings and the CPU supports the frequency control by OS power management function and that kernel is supported.

Start Automatically After System Down

Set whether to prohibit automatic startup of the cluster service at the next OS startup when the server has been stopped by a means other than cluster shutdown or cluster stop, or when cluster shutdown or stop does not terminate normally.
For the conditions to prohibit automatic startup of the cluster service after system down, see "Conditions for automatic startup prohibition" in "7. Information on other settings".

Exclude Mount/Unmount Commands

Specify the exclusion of mount and unmount of the file systems executed in disk resource, mirror disk resource, hybrid disk resource, NAS resource and VxVOL resource. If this option is selected, problems such as mount or unmount command failure can be avoided due to the /etc/mounttab lock. It may take time to activate and deactivate a resource if there are many resources because mount and unmount processes are executed in order.

  • When the check box is selected:
    The exclusion is performed.
  • When the check box is not selected:
    The exclusion is not performed.

Grace period of server group failover policy (0 to 99999)

Specify the time by which a failover start is delayed when the automatic failover is performed between the server groups. After a server failure is detected and then the specified time elapses, the failover is performed.
If you specify 0, no delay occurs.

Disable cluster operation

  • Group Automatic Startup
    • When the checkbox is selected:
      The group does not start automatically.
    • When the checkbox is not selected:
      The group starts automatically.
  • Recovery operation when a group resource activation error is detected
    • When the checkbox is selected:
      The recovery operation is disabled.
    • When the checkbox is not selected:
      The recovery operation is not disabled.
  • Recovery operation when a group resource deactivation error is detected
    • When the checkbox is selected:
      The recovery operation is disabled.
    • When the checkbox is not selected:
      The recovery operation is not disabled.
  • Recovery action when a monitor resource error is detected
    • When the checkbox is selected:
      The recovery action is disabled.
    • When the checkbox is not selected:
      The recovery action is not disabled.

Note

The Recovery action when a monitor resource error is detected feature does not support external monitor resources.

Cluster Statistics

You can collect and see data on the cluster operation such as the required time of a group failover and that of resource activation.
  • When the check box is selected
    The cluster statistical information is collected.
    • File Size (1 to 99)
      Specify the size of the cluster statistical information file.
      When the collected information reaches the specified size, rotation occurs to save up to two generations of the data.
  • When the check box is cleared
    The cluster statistical information is not collected.

Initialize

Use Initialize to reset the values to the default value. Clicking Initialize sets all the items to their default values.

2.3. Server Common Properties

Configure setting information of all servers in Servers Properties.

2.3.1. Master server tab

Configure the priority order of the servers. All the registered servers are displayed. Master server is the server to keep the master of cluster configuration information. And also, it is the server of the highest priority order.

Order

Used when changing the priority order of the servers. Select the server to be changed from the server definition list, and Click the arrows selected row moves.

2.3.2. Server group tab

Set server groups.

Add

Add server groups. The wizard windows for adding the server group is displayed. For the details, see "Creating the cluster configuration data" in "Installation and Configuration Guide".

Remove

Then the selected server group is removed.

When the following conditions are matched, the server group cannot be removed.

Selected target

Conditions that the server group cannot be removed

Application method

Server group name

The server group is registered as the server group of the failover group.

Cluster stop
Mirror agent stop
Mirror agent start
Cluster start

Rename

The change server group name dialog box of the selected server group is displayed.

There are the following naming rules

Selected target

Naming rules

Application method

Server group name

  • There are naming rules that are the same as the host name of TCP/IP that can be set by the OS.

  • Up to 31 characters (31 bytes).

  • Names cannot start or end with a hyphen (-) or a space.

  • A name consisting of only numbers is not allowed.

Cluster stop
Mirror agent stop
Mirror agent start
Cluster start

Names should be unique (case-insensitive) in the server group.

Properties

Display the properties of the selected server group.

Server Group Definition

Name

Display the server group name.

Add

Add the selected server in Available Servers to Servers that can run the Group.

Remove

Remove the selected server in Servers that can run the Group from the list.

Order

Used when changing the priority order of the server. Select the server to be changed from Servers that can run the Group and click the arrows. The selected row moves.

Servers

Display the server names which belong to the server group.

2.4. Server properties

Configure individual settings on each server constructing the cluster in Server Properties.

2.4.1. Info tab

You can display the server name and make a change to a comment on this tab.

Name

The selected server name is displayed. You cannot change the name here.

Comment (Within 127 bytes)

You can specify a comment for the server. Only alphanumeric characters are allowed.

Virtual Machine

Specify whether this server is a virtual machine (guest OS).

  • On
    If selected, the server is a virtual machine (guest OS). You can configure this virtual machine.
  • Off
    If selected, the server is a physical machine. You cannot configure a virtual machine.

Type

Specify the type of virtual infrastructure.

  • vSphere
    Virtual infrastructure provided by VMware, Inc.
  • KVM
    Linux kernel virtual infrastructure.
  • XenServer
    Virtual infrastructure provided by Citrix Systems, Inc.
  • Container
    Virtual infrastructure provided by Oracle Systems, Inc.
  • Hyper-V
    Virtual infrastructure provided by Microsoft Corporation.
  • other
    Specify this option to use any other virtual infrastructure.

Forced Stop Setting

Set the information about the virtual machine (guest OS). Click Settings to display the Input for Virtual Machine name dialog box.

Virtual Machine Management Tool

Set the vCenter server that manages the virtual machine (guest OS). Click Settings to display the Virtual Machine Forced Stop Setting dialog box.
For more information on Virtual Machine Forced Stop Setting, refer to the description of the "Extension tab".

Virtual Machine name (Within 80 bytes)

Set the virtual machine (guest OS) name.

Note

Do not use a double quotation mark (") or percent sign (%) in the virtual machine name.

Data Center (Within 80 bytes)

Set the name of the data center that manages the virtual machine (guest OS).

Note

Do not use a double quotation mark (") or percent sign (%) in the virtual machine name.

2.4.2. Warning Light tab

Set an IP address of warning light (specified by NEC) controlled by network.

Add

Use Add to add an interface. Clicking Add displays the Enter Alert Lamp dialog box.

  • Warning Light
    Select the product number of the warning light you use. The products corresponding to each number are as follows.

Product Number

Product Name

DN-1000S/DN-1000R/DN-1300GL

DN-1000S/DN-1000R/DN-1300GL

DN-1500GL

DN-1500GL

NH-FB series/NH-FB1 series

NH-FB series/NH-FB1 series

NH-FV1 series

NH-FV1 series

  • IP Address (Within 80 bytes)
    Enter an IP address of the warning light.

    Note

    One warning light is required per one server. Do not set an IP address of the same warning light to multiple servers.

  • Playback of an audio file
    Playback of an audio file is enabled when DN1500GL or NH-FV1 series is selected as the warning light type.
    If you change the warning light type to other than DN1500GL or NH-FV1 series after playback of an audio file was enabled, playback of an audio file will be disabled.

Alert When Server Starts

  • When the check box is selected:
    Reproduces the audio file at server start. The audio file is reproduced only once.
  • When the check box is not selected:
    Does not reproduce the audio file at server start.

Voice File No. (DN1500GL:01 to 20, NH-FV1 series: 01 to 70)

Set the number of the voice file to be played when the server starts

Alert When Server Stops

  • When the check box is selected:
    Reproduces the audio file at server stop. The audio file is continuously reproduced until it is stopped manually.
  • When the check box is not selected:
    Does not reproduce the audio file at server stop.

Voice File No. (DN1500GL:01 to 20, NH-FV1 series: 01 to 70)

Set the number of the voice file to be played when the server stops.

Edit

Use Edit to edit the warning light setting.

Note

To play back the audio file, it must be registered in the network warning light.
For more information on audio file registration, refer to the instruction manual of the network warning light to be used.
Set the audio file number corresponding to the audio file that is registered for the network warning light.

2.4.3. BMC tab

Configure a LAN port for managing BMC when using the forced stop and the chassis identify.

Configure one for each server.

Add

Use this button to newly configure a server. Click Add to opens the Enter BMC dialog box.

  • IP Address (Within 80 bytes)
    Enter the IP address set for the LAN port for managing BMC.
  • User Name (Within 255 bytes)
    Enter the user name with administrator privilege from the user names configured in BMC.
    If you do not enter anything, the argument of user name is not configured when the ipmitool command.
    The valid length of user name varies depending on the ipmitool command and the specification of BMC of the server.
  • Password (Within 255 bytes)
    Enter the password of the user configured above.
    The valid length of password varies depending on the specifications of ipmitool command and the BMC of the server.
    For more information on user name and password, refer to the manual of the server.
  • Forced Stop Action (Within 255 bytes)
    Enter a command of forced stop action.
    For details, see "Forced stop" in "7. Information on other settings" in this guide.
  • Flash (Within 255 bytes)
    Enter a flashing command of chassis identify.
    For details, see "Chassis Identify" in "7. Information on other settings" in this guide.
  • Turn off (Within 255 bytes)
    Enter a turn-off command of chassis identify.
    For details, see "Chassis Identify" in "7. Information on other settings" in this guide.

Remove

Use this button to remove the settings. Select the target setting, and then, click Remove.

Edit

Use this button to modify the settings. Select the target setting, and then, click Edit. The Enter BMC dialog box is displayed.

When a cluster consists of the different types of servers and includes a server which does not have BMC function, do not configure the BMC tab for the server.

In such a configuration, if Chassis Identify and/or the forced stop function, the alert telling you "failed in the BMC action" is displayed.

2.4.4. Disk I/O Lockout tab

Configure the settings for disk I/O lockout devices.

Add

Use Add to add lockout devices. Clicking Add displays the Enter Disk I/O Lockout dialog box.

  • Device Name (Within 1023 bytes)
    Enter a disk I/O lockout device.

Remove

Use Remove to remove lockout devices. Select the device to remove from the Disk I/O Lockout List device and then click Remove.

Edit

Use Edit to edit disk I/O lockout devices. Clicking Edit opens the Enter Disk I/O Lockout dialog box.

No.

Use the arrows to change the I/F number. Select the I/F you want to change from the I/F list and then click the arrows. The selected raw moves up and down accordingly.

2.4.5. Proxy tab

Sets proxy information.

Proxy Scheme

Sets protocols you want to use.

None: Proxy is used.
HTTP: HTTP is used.

Proxy Server

Sets the DNS host name (or IP address) you want to connect.

Proxy Port

Sets the port number you want to connect.

2.5. Group Properties

For more information, see "3. Group resource details" in this guide.

2.6. Group Resource Properties

For more information, see "3. Group resource details" in this guide.

2.7. Monitor Resource Properties

For more information, see "4. Monitor resource details" in this guide.

2.8. Parameters list

Parameters you can specify in the Cluster WebUI and their default values are listed below.

"How to change [1]-[11]" represents the way you apply changes of parameters on servers. Applicable method is marked with "✓."

Priority

How to apply

1

Uploading data and shutting down, restarting a cluster

2

Stopping a cluster, and stopping a mirror agent, and then uploading data

3

Uploading data after stopping a cluster

4

Uploading data after stopping a group

5

Uploading data after stopping a resource

6

Uploading data after suspending a cluster

7

Uploading data after suspending a monitor

8

Uploading data and restarting an Information Base service

9

Uploading data and restarting WebManager Server

10

Uploading data and restarting an API service

11

Uploading data only

When creating the cluster configuration data for the first time, see "Creating the Cluster configuration data" in the "Installation and Configuration Guide".

Cluster
Parameters Default How to change
  1 2 3 4 5 6 7 8 9 10 11
Cluster Properties                        
Info Tab                        
Cluster Name -                    
Comment -                    
Language English                  
Interconnect Tab                        
Communication Path (Add, Remove) -                    
Type                    
MDC                      
Kernel mode, User mode, IP Address                    
DISK Device                  
COM Device                    
BMC IP Address                    
Witness HB Use                    
Mirror Communication Only                      
MDC Use                      
Server Down Notification On                    
Server Reset Notification Off                    
Execute Server Alive Check Off                    
Timeout 1 seconds                    
Disk Heart Beat Properties                        
Raw Device                      
Witness Heart Beat Properties                        
Target Host                      
Service Port 80                    
Use SSL Off                    
Use Proxy Off                    
HTTP Timeout 10 seconds                    
Heart Beat I/F Tuning Properties                        
DISK tab                        
Open/Close Timing                      
Bind Check                      
Network Partition Resolution Definition Tab                        
Ping Target                      
Server                      
Ping NP Properties                        
Interval 5 seconds                    
Timeout 3 seconds                    
Retry Count 3 times                    
HTTP NP Properties                        
Use Witness HB Resource Settings                      
Target Host                      
Service Port 80                    
Use SSL Off                    
Interval 5 seconds                    
Timeout 20 seconds                    
HTTP Timeout 10 seconds                    
Network Partition Resolution Tuning Properties                        
  Action at NP Occurrence Shutdown                    
MDC Tab                        
MDC                      
Server                      
Add                      
Remove                      
Timeout Tab                        
Server Sync Wait Time 5 minutes                    
Heartbeat Interval 3 seconds                    
Heartbeat Timeout 90 seconds                    
Server Internal Timeout 180 seconds                  
Port No. Tab                        
Server Internal Port Number 29001                  
Information Base Port Number 29008                    
Data Transfer Port Number  29002                    
WebManager HTTP Port Number  29003                    
API HTTP Port Number 29009                    
API Server Internal Port Number 29010                    
Heartbeat Port Number 29002                    
Kernel Mode Heartbeat Port Number 29006                    
Alert Sync Port Number 29003                    
Port No. (Mirror) Tab [1]                        
Mirror Agent Port Number 29004                    
Port No. (Log) Tab                        
Communication Method for Internal Logs Unix Domain                    
Port Number -                    
Monitor Tab                        
Shutdown Monitor Execute when the group deactivation has been failed                    
Method keepalive                    
Operation at Timeout Detection RESET                    
Enable SIGTERM handler Off                    
Timeout Use Heartbeat Timeout                    
Set Timeout 90 seconds                    
Collect the System Resource Information Off                    
Recovery Tab                        
Action for Cluster Service Process Error OS shutdown                    
Max Restart Count 3 times                    
Recovery Action over Max Restart Count No operation                    
Action at Group Resource Activation or Deactivation Stall Stop the cluster service and shutdown OS                    
Disable the Final Action when OS Stops Due to                        
Failure Detection
Group Resource When Activation Failure Detected Off                    
Group Resource When Deactivation Failure Detected Off                    
Monitor Resource When Failure Detected Off                    
Disable Shutdown When Multi-Failover-Service Detected                        
Server Group Survives When Multi-Failover-Service Detected -                    
Server doesn't Shutdown When Multi-Failover-Service Detected -                    
Alert Service Tab                        
Enable Alert Setting Off                    
E-mail Address Blank (Function disabled)                    
Subject EXPRESSCLUSTER                    
Mail Method MAIL                    
Output the log level to syslog On                    
Use Chassis Identify Off                    
Repeat Chassis Identify Command Execute Repeatedly                    
Interval 120 seconds                    
User Network Warning Light[2] Off                    
Alert Destination Tab                        
Messages (Add, Remove, Edit) -                    
Message Tab                        
Category Core Modules                    
Module Type apisv                    
Event ID -                    
Destination System Log On                    
Destination Alert Logs On                    
Destination Mail Report Off                    
Destination SNMP Trap Off                    
Destination Message Topic Off                    
Destination Alert Extension Off                    
Command (Add, Remove, Edit) -                    
SMTP Settings Tab                        
Mail Charset -                    
Send Mail Timeout 30 seconds                    
Subject Encode Off                    
SMTP Server -                    
SMTP Server List (Add, Remove) -                    
Enter the SMTP Server                        
SMTP Server -                    
SMTP Port 25                    
Sender Address -                    
Enable SMTP Authentication Off                    
Authority Method LOGIN                    
User Name -                    
Password -                    
Behavior Tab                        
Destination (Add, Remove, Edit) -                    
Destination Tab                        
Destination Server -                    
SNMP Port No. 162                    
SNMP Version v2c                    
SNMP Community Name public                    
WebManager Tab                        
Enable WebManager Service On                    
Communication Method HTTP                    
Accessible number of clients  64                    
Control connection by using client IP address Off                    
IP Addresses of the Accessible Clients (Add, Remove, Edit)  -                    
Operation On                    
Password                         
Cluster Password Method / OS Authentication Method Cluster Password Method                    
Cluster Password Method                        
Password for Operation -                    
Password for Reference -                    
OS Authentication Method                        
Authorized Group List(Add, Remove, Edit)  -                    
Operation On                    
Login Session Lifetime Period 1440 minutes                    
Automatic Logout Time Period 60 minutes                    
Lockout Threshold 0 time                    
Lockout Time 10 minutes                    
Cluster WebUI Operation Log                        
Output Cluster WebUI Operation Log Off                    
Log output path -                    
File Size 1 megabyte                    
IP address for Integrated WebManager                        
IP address                      
WebManager Tuning Properties                        
Behavior Tab                        
Client Session Timeout 30 seconds                    
Reload Interval 90 seconds                    
Mirror Agent Tab 120 seconds                    
Time Limit For Keeping Log Files 600 seconds                    
Use Time Information Display Function On                  
API Tab                        
Enable API Service Off                    
Communication Method HTTP                    
Control connection by using client IP address Off                    
IP Addresses of the Accessible Clients (Add, Remove, Edit)  -                    
API Tuning Properties                          
Authentication Lockout Threshold 3 times                    
HTTP Server Start Retry Count 3 times                    
HTTP Server Start Interval 5 seconds                    
Encryption Tab                        
Certificate File -                    
Private Key File -                    
SSL Library -                    
Crypto Library -                    
Alert Log Tab                        
Enable Alert Service On                    
Max. Number to Save Alert Records 10000                    
Alert Sync Method Unicast (fixed)                    
Alert Sync Communication Timeout 30 seconds                    
Delay Warning Tab                        
Heartbeat Delay Warning 80%                    
Monitor Delay Warning 80%                    
Mirror Agent Tab [3]                        
Auto Mirror Recovery On                    
Collect Mirror Statistics On                    
Receive Timeout 10 seconds                    
Send Timeout 120 seconds                    
Recovery Data Size 4096 kilobytes                    
Recovery Limitation Off                    
Start Wait Time 10 seconds                    
Cluster Partition I/O Timeout 30 seconds                    
Mirror Driver Tab [4]                        
Max. Number of Request Queues 2048                    
Difference Bitmap Size 1 [MB]                    
Difference Bitmap Refresh Interval 100 seconds                    
Mirror Recovery I/O Size 64 kilobytes                    
History Recording Area Size in Asynchronous Mode 100 megabytes                    
Operation at I/O Error Detection RESET                    
Cluster Partition
Operation at I/O Error Detection RESET                    
Data Partition
JVM monitor Tab[5]                        
Java Installation Path -                    
Maximum Java Heap Size 16 megabytes                    
Java VM Additional Option -                    
Action Timeout 60 seconds                    
Log Output Settings                        
Log Level INFO                    
Generation 10 generations                    
Rotation Type File capacity                    
Rotation Type, File Capacity, Max Size 3072 kilobytes                    
Rotation Type, Period, Start Time 0:00                    
Rotation Type, Period, Interval 24 hours                    
Resource Measurement Settings [Common]                        
Retry Count 10 times                    
Error Threshold 5 times                    
Interval, Memory Usage, Active Threads 60 seconds                    
Interval, The time and count in Full GC 120 seconds                    
Resource Measurement Settings [WebLogic]                        
Retry Count 3 times                    
Error Threshold 5 times                    
Interval, The number of request 60 seconds                    
Interval, The average number of the request 300 seconds                    
Connection Settings                        
Management Port 25500                    
Retry Count 3 times                    
Waiting time for reconnection 60 seconds                    
Load Balancer Linkage Settings                         
(for other than BIG-IP)
Management Port for Load Balancer Linkage 25550                    
Directory containing HTML files -                    
HTML File Name -                    
HTML Renamed File Name -                    
Retry Count for renaming 3 times                    
Wait time for retry 3 seconds                    
Load Balancer Linkage Settings (for BIG-IP LTM)                        
Management Port for Load Balancer Linkage 25550                    
mgmt IP address -                    
Management User Name admin                    
Password -                    
Communication Port Number 443                    
Server Name -                    
IP Address -                    
Oracle Clusterware linkage Tab[6]                        
Use Oracle Clusterware linkage Off                    
Cloud Tab                        
Enable Amazon SNS linkage function Off                    
TopicArn -                    
Enable Amazon CloudWatch linkage function Off                    
Namespace -                    
Interval for Sending Metrics 60 seconds                    
Extension Tab                        
Max Reboot Count zero                    
Max Reboot Count Reset Time 0 minute                    
Use Forced Stop Off                    
Forced Stop Action BMC reset                    
Forced Stop Timeout 3 seconds                    
Virtual Machine Forced Stop                        
Virtual Machine Management Tool vCenter                    
Action poweroff                    
Timeout 30 seconds                    
Command /usr/lib/vmware-viperl/apps/vm/vmcontrol.pl                    
Host Name -                    
User Name -                    
Password -                    
Execute Script for Forced Stop Off                    
Script Setting                        
Select User Application -                    
Enter application path (Edit)
Script created with this product -                    
Add,Remove,Edit,Replace
Disable Group Failover When Execution Fails Off                    
Timeout 10 seconds                    
Use CPU Frequency Control Off                    
Start Automatically After System Down On                    
Exclude Mount/Unmount Commands On                    
Grace period of server group failover policy 0 seconds                    
Disable cluster operation                        
Group Automatic Startup Off                    
Recovery operation when a group resource activation error is detected Off                    
Recovery operation when a group resource deactivation error is detected Off                    
Recovery action when a monitor resource error is detected Off                    
Cluster Statistics Group On                    
Cluster Statistics File Size 1 megabyte                    
Cluster Statistics Group Resource On                    
Cluster Statistics File Size 1 megabyte                    
Cluster Statistics Monitor Resource On                    
Cluster Statistics File Size 10 megabytes                    
[1] It does not apply to PPC64 and PPC64LE.
[2] It does not apply to PPC64 and PPC64LE.
[3] It does not apply to PPC64 and PPC64LE.
[4] It does not apply to PPC64 and PPC64LE.
[5] It does not apply to PPC64 and PPC64LE.
[6] It does not apply to PPC64 and PPC64LE.
Servers
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Server Common Properties                        
Master Server Tab                        
Order -                  
Server Group Definition                        
Server Group Tab                        
Add The order you added to "Servers that can run the Group."                    
Remove -                    
Rename -                    
Server Group Properties                        
Comment                      
Add -                    
Remove -                    
Order The order you added to "Servers that can run the Group."                    
Server
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Add Server [7] -                      
Remove Server [7] -                                                                                                                                         
Server Properties                        
Info Tab                        
Name [8] -                                                                                                                                               
Comment -                    
Virtual machine Off                    
Type vSphere                    
  Input for Virtual Machine name                        
  Virtual Machine name                      
  Data Center                      
Warning Light Tab                        
I/F No. (Add, Remove) The order you added I/Fs                    
IP Address (Edit) -                  
Warning Light  DN-1000S / DN-1000R / DN-1300GL                    
Alert When Server Starts Off                    
Alert When Server Stops Off                    
Voice File No. -                    
Voice File No. -                    
BMC Tab                        
No (Add, Remove) The order you added                    
IP Address (Edit) -                    
User Name -                    
Password -                    
Forced Stop Action -                    
Flash -                    
Turn off -                    
BMC(High-End Server Option) Tab[9]                        
No (Add, Remove) The order you added                    
IP Address (Edit) -                    
Disk I/O Lockout Tab                        
I/F No. (Add, Remove) The order you added I/Fs                    
Device (Edit) -                    
PCI Slot Fencing(High-End Server Option) tab[10]                        
PCI slot 1 to PCI slot 16 Off                    
Proxy Tab                        
Proxy Scheme None                    
Proxy Server -                    
Proxy Port -                    
[7] For details about how to add or remove a server, see the Maintenance Guide.
[8] Be careful when you change the host name or IP address of a server. For how to change the host name or IP address, see the Maintenance Guide.
[9] It does not apply to PPC64 and PPC64LE.
[10] It does not apply to PPC64 and PPC64LE.
Groups
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Group Common Properties                        
Exclusion tab                        
Exclusive Rule List                        
Add -                    
Remove -                    
Rename -                    
Properties -                    
Exclusive Rule Properties                        
Comment -                    
Add -                    
Remove -                    
Group
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Add Group -                    
Remove Group -                  
Group Properties                        
Info Tab                        
Use Server Group Settings(Changes to On) Off                    
Use Server Group Settings(Changes to Off) Off                    
Name failover                  
Comment -                    
Startup Server Tab(Server)                        
Failover is possible on all servers (Changes to On) On                    
Failover is possible on all servers (Changes to Off) On                    
Order The order you added to "Servers that can run the Group."                    
Name (Add) -                    
Name(Delete) -                  
Startup Server Tab (Server Group)                        
Order The order you added to "Servers that can run the Group."                    
Name (Add) -                    
Name(Delete) -                    
Attributes Tab                        
Startup Attribute Auto Startup                    
Execute Multi-Failover-Service Check Off                    
Timeout 300 seconds                    
Failover Attribute Auto Failover                     
- Use the startup server settings
Perform a Forced Failover Off                    
Prioritize failover policy in the server group Off                    
Perform a Smart Failover Off                    
Enable only manual failover among the server groups Off                    
Failback Attribute Manual Failback                    
Dynamic Failover Exclusive List IP monitor                    
NIC Link Up/Down monitor
Start Dependency Tab                        
Dependent Group (Add) -                    
Dependent Group (Delete) -                    
Target group start wait time 1800 seconds                    
Property                        
Wait Only when on the Same Server Off                    
Stop Dependency Tab                        
Dependent Group (Add) -                    
Dependent Group (Delete) -                    
Target group stop wait time 1800 seconds                    
Wait the Dependent Groups when a Cluster Stops On                    
Wait the Dependent Groups when a Server Stops Off                    
Wait the Dependent Groups when a Group Stops Off                    
Group Resource (Common)
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Add Group Resource[11] -                    
Remove Group Resource -                  
Add Group Resource (Mirror Disk Resource, Hybrid Disk Resource)                      
Remove Group Resource (Mirror Disk Resource, Hybrid Disk Resource)                      
Group Resource Common Properties                        
Info Tab                        
Name Each resource default value                  
Name (Mirror Disk Resource, Hybrid Disk Resource) Each resource default value                    
Comment -                    
Recovery Operation                        
Execute Script before or after  Activation or Deactivation                        
Execute Script before Activation Off                    
Execute Script after Activation Off                    
Execute Script before Deactivation Off                    
Execute Script after Deactivation Off                    
Edit Script                        
Select User Application -                    
Enter application path (Edit)
Select Script created with this product -                    
Script content (Edit)
Timeout 30 seconds                    
Edit Script before Final Action                        
Select User Application -                    
Enter application path (Edit)
Select Script created with this product -                    
Script content (Edit)
Timeout 5 seconds                    
[11] You can add a resource to support dynamic resource addition without stopping the group. For details, 
refer to "Adding a resource without stopping the group" in  "The system maintenance information" in the Maintenance guide.
Exec resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Exec Resource Properties                        
Dependency Tab                        
Follow the default dependence On                    
• floating IP resources
• virtual IP resources
• disk resources
• mirror disk resources
• hybrid disk resources
• NAS resources
• Dynamic DNS resource
• Volume manager resource
• AWS elastic ip resource
• AWS virtual ip resource
• AWS DNS resource
• Azure probe port resource
• Azure DNS resource
Dependent Resources (Add, Remove) -                    
Recovery Operation Tab                        
Retry Count at Activation Failure zero                    
Maximum Failover Count 1 time                    
Final Action at Activation Failure No Operation (Not activate next resources)                    
Execute Script before Final Action Off                     
Retry Count at Deactivation Failure zero                    
Final Action at Deactivation Failure Stop the cluster daemon and shut down OS.                    
Execute Script before Final Action Off                     
Details Tab                        
Type (User Application, Script Created with this product) Script Created with this product                    
User Application -                    
  Enter the application path (Edit) 
Script Created with this product -                    
  Script codes (Edit)
Exec Resource Tuning Properties                        
Parameter Tab                        
Start Script Synchronous, Asynchronous  Synchronous                    
Start Script Timeout 1800 seconds                    
Start Script Execute on standby server Off                    
Start Script Timeout (on standby server) 10 seconds                    
Stop Script Synchronous, Asynchronous Synchronous                    
Stop Script Timeout 1800 seconds                    
Stop Script Execute on standby server Off                    
Stop Script Timeout (on standby server) 10 seconds                    
Maintenance Tab                        
Log Output Path Blank (/dev/null)                    
Rotate Log Off                    
Rotation Size 1000000                    
Disk resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Disk Resource Properties                        
Dependency Tab                        
Follow the default dependence On                    
• floating IP resources
• virtual IP resources
Dynamic DNS resource
• Volume manager resource
• AWS elastic ip resource
• AWS virtual ip resource
• AWS DNS resource
• Azure probe port resource
• Azure DNS resource
Dependent Resources (Add, Remove) -                    
Recovery Operation Tab                        
Retry Count at Activation Failure zero                    
Maximum Failover Count 1 time                    
Final Action at Activation Failure No Operation (Not activate next resources)                    
Execute Script before Final Action Off                     
Retry Count at Deactivation Failure zero                    
Final Action at Deactivation Failure Stop the cluster service and shut down OS.                    
Execute Script before Final Action Off                     
Details Tab                        
Device Name -                    
Raw Device Name -                    
Mount Point  -                    
File System -                    
Disk Type disk                    
Disk Resource Tuning Properties                        
Mount Tab                        
Mount Option rw                    
Timeout 180 seconds                    
Retry Count 3 times                    
Unmount Tab                        
Timeout 120 seconds                    
Retry Count 3 times                    
Retry Interval 5 seconds                    
Forced operation when failure is detected kill                    
Fsck Tab (when other than xfs is selected for File System)                        
fsck Option -y                    
fsck Timeout  7200 seconds                    
fsck Action Before Mount Execute at Specified Count                    
Count 10 times                    
fsck Action When Mount Failed On                    
  Execute
Rebuilding of reiserfs Off                    
xfs_repair Tab (when xfs is selected for File System)                        
xfs_repair Option -                    
xfs_repair Timeout  7200 seconds                    
xfs_repair Action When Mount Failed Off                    
  Execute
Floating IP resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
FIP Resource Tuning Properties                        
Dependency Tab                        
Follow the default dependence On (No default is set)                    
Dependent Resources (Add, Remove)  -                    
Recovery Operation Tab                        
Retry Count at Activation Failure 5 times                    
Maximum Failover Count 1 time                    
Final Action at Activation Failure No Operation (Next resources are not activated).                    
Execute Script before Final Action Off                     
Retry Count at Deactivation Failure zero                    
Final Action at Deactivation Failure Stop the cluster service and shut down OS.                    
Execute Script before Final Action Off                     
Details Tab                        
IP Address -                    
FIP Resource Tuning Properties                        
Parameter Tab                        
Ifconfig Timeout 60 seconds                    
ping Interval 1 second                    
ping Timeout 1 second                    
ping Retry Count zero                    
ping Forced FIP Activation Off                    
ARP Send Count 1 time                    
Judge NIC Link Down as Failure Off                    
Deactivity Check Tab                        
Confirm I/F Deletion On                    
Status at Failure Not Failure                    
Confirm I/F Response On                    
Status at Failure Not Failure                    
Virtual IP resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Virtual IP Resource Properties                        
Dependency Tab                        
Follow the default dependence On                    
(No default dependence)
Dependent Resources (Add, Remove) -                    
Recovery Operation Tab                        
Retry Count at Activation Failure 1 time                    
Maximum Failover Count 1 time                    
Final Action at Activation Failure No Operation (Next resources are not activated).                    
Execute Script before Final Action Off                     
Retry Count at Deactivation Failure 1 time                    
Final Action at Deactivation Failure Stop the cluster service and shut down OS.                    
Execute Script before Final Action Off                     
Details Tab                        
IP Address -                    
NIC Alias Name -                    
Destination IP Address -                    
Source IP Address  -                    
Send Interval 10 seconds                    
Use Routing Protocol  -                    
Virtual IP Resource Tuning Properties                        
Parameter Tab                        
ifconfig Timeout 60 seconds                    
Ping Interval 1 second                    
Ping Timeout 1 second                    
Ping Retry Count Zero                    
Ping Forced VIP Activation Off                    
ARP Send Count 1 time                    
Judge NIC Link Down as Failure Off                    
Deactivity Check Tab                        
Confirm I/F Deletion On                    
Status at Failure Not Failure                    
Confirm I/F Response On                    
Status at Failure Not Failure                    
RIP Tab                        
Next Hop IP Address -                    
Metric 1                    
Port Number 520                    
RIPng Tab                        
Metric 1                    
Port Number 521                    
NAS resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
NAS Resource Properties                        
Dependency Tab                        
Follow the default dependence On                    
• floating IP resources
• virtual IP resources
• Dynamic DNS resources
• AWS elastic ip resource
• AWS virtual ip resource
• AWS DNS resource
• Azure probe port resource
• Azure DNS resource
Dependent Resources (Add, Remove) -                    
Recovery Operation Tab                        
Retry Count at Activation Failure zero                    
Maximum Failover Count 1 time                    
Final Action at Activation Failure No Operation (Next resources are not activated).                    
Execute Script before Final Action Off                     
Retry Count at Deactivation Failure zero                    
Final Action at Deactivation Failure Stop the cluster service and shut down OS.                    
Execute Script before Final Action Off                     
Details Tab                        
Server Name -                    
Shared Name -                    
Mount Point -                    
File System nfs                    
NAS Resource Tuning Properties                        
Mount Tab                        
Mount Option rw                    
Timeout 60 seconds                    
Retry Count 3 times                    
Unmount Tab                        
Timeout 60 seconds                    
Retry Count 3 times                    
Retry Interval 5 seconds                    
Forced operation when failure is detected kill                    
NAS Tab                        
ping Timeout 10 seconds                    
Mirror disk resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Mirror Disk Resource Properties [12]                        
Dependency Tab                        
Follow the default dependence On                    
• floating IP resources
• virtual IP resources
• AWS elastic ip resource
• AWS virtual ip resource
• AWS DNS resource
• Azure probe port resource
• Azure DNS resource
Dependent Resources (Add, Remove) -                    
Recovery Operation Tab                        
Retry Count at Activation Failure Zero                    
Maximum Failover Count 1 time                    
Final Action at Activation Failure No Operation (Not activate next resource)                    
Execute Script before Final Action Off                     
Retry Count at Deactivation Failure Zero                    
Final Action at Deactivation Failure Stop the cluster service and shutdown OS                    
Execute Script before Final Action Off                     
Details Tab                        
Mirror Partition Device Name /dev/NMP1~                    
Mount Point -                    
Data Partition Device Name -                    
Cluster Partition Device Name -                    
File System ext3                    
Selection of Mirror Disk Connect                        
Mirror Disk Connect Tab                        
I/F No. (Add, Remove) Top two I/F No. on the mirror disk connect I/F tab of the server properties                    
Mirror Disk Resource Tuning Properties                        
Mount Tab                        
Mount Option rw                    
Timeout 120 seconds                    
Retry Count 3 times                    
Unmount Tab                        
Timeout 120 seconds                    
Retry Count 3 times                    
Retry Interval 5 seconds                    
Forced operation when failure is detected kill                    
Fsck Tab (when other than xfs is selected for File System)                        
fsck Option -y                    
fsck Timeout 7200 seconds                    
fsck Action Before Mount Execute at Specified Count                    
Count 10 times                    
fsck Action When Mount Failed Execute                    
Rebuilding of Reiserfs  Off                    
xfs_repair Tab (when xfs is selected for File System)                        
xfs_repair Option -                    
xfs_repair Timeout  7200 seconds                    
xfs_repair Action When Mount Failed Off                    
  Execute
Mirror Tab                        
Execute the initial mirror construction On (valid only for the  initial mirror construction)                      
Execute initial mkfs Off                      
Perform Data Synchronization On                    
Mode Synchronous                    
Number of Queues Set Number 2048                    
Rate limitation of Mirror Connect Off (Unlimited)                    
History Files Store Directory Blank                    
Size Limitation of History File 0 megabytes (Unlimited)                    
Compress data Off                    
Compress data when recovering Off                    
Mirror Driver Tab                        
Mirror Data Port Number 29051~                    
Heartbeat Port Number 29031~                    
ACK2 Port Number 29071~                    
Send Timeout 30 seconds                    
Connection Timeout 10 seconds                    
Ack Timeout 100 seconds                    
Receive Timeout 100 seconds                    
Heartbeat Interval 10 seconds                    
ICMP Echo Reply Receive Timeout 2 seconds                    
ICMP Echo Request Retry Count 8 times                    
High Speed SSD Tab                        
Data Partition Off                    
Cluster Partition Off                    
[12] It does not apply to PPC64 and PPC64LE.
Hybrid disk resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Hybrid Disk Resource Properties [13]                        
Dependency Tab                        
Follow the default dependence On                    
• floating IP resources
• virtual IP resources
• AWS elastic ip resource
• AWS virtual ip resource
• AWS DNS resource
• Azure probe port resource
• Azure DNS resource
Dependent Resources (Add, Remove) -                    
Recovery Operation Tab                        
Retry Count at Activation Failure Zero                    
Maximum Failover Count 1 time                    
Final Action at Activation Failure No Operation (Not activate next resource)                    
Execute Script before Final Action Off                     
Retry Count at Deactivation Failure Zero                    
Final Action at Deactivation Failure Stop the cluster service and shutdown OS                    
Execute Script before Final Action Off                     
Details Tab                        
Mirror Partition Device Name /dev/NMP1~                    
Mount Point -                    
Data Partition Device Name -                    
Cluster Partition Device Name -                    
File System ext3                    
Selection of Mirror Disk Connect                        
Mirror Disk Connect Tab                        
I/F No. (Add, Remove) Top two I/F No. on the mirror disk connect I/F tab of the server properties                    
Hybrid Disk Resource Tuning Properties                        
Mount Tab                        
Mount Option rw                    
Timeout 120 seconds                    
Retry Count 3 times                    
Unmount Tab                        
Timeout 120 seconds                    
Retry Count 3 times                    
Retry Interval 5 seconds                    
Forced operation when error is detected kill                    
Fsck Tab (when other than xfs is selected for File System)                        
fsck Option -y                    
fsck Timeout 7200 seconds                    
fsck Action Before Mount Execute at Specified Count                    
Count 10 times                    
fsck Action When Mount Failed Execute                    
Rebuilding of reiserfs  Off                    
xfs_repair Tab (when xfs is selected for File System)                        
xfs_repair Option -                    
xfs_repair Timeout  7200 seconds                    
xfs_repair Action When Mount Failed Off                    
  Execute
Mirror Tab                        
Execute the initial mirror construction On (valid only for the  initial mirror construction)                      
Perform Data Synchronization On                    
Mode Synchronous                    
Number of Queues Set Number 2048                    
Rate limitation of Mirror Connect Off (Unlimited)                    
History Files Store Directory Blank                    
Size Limitation of History File 0 megabytes (Unlimited)                    
Compress data Off                    
Compress data when recovering Off                    
Mirror Driver Tab                        
Mirror Data Port Number 29051~                    
Heartbeat Port Number 29031~                    
ACK2 Port Number 29071~                    
Send Timeout 30 seconds                    
Connection Timeout 10 seconds                    
Ack Timeout 100 seconds                    
Receive Timeout 100 seconds                    
Heartbeat Interval 10 seconds                    
ICMP Echo Reply Receive Timeout 2 seconds                    
ICMP Echo Request Retry Count 8 times                    
High Speed SSD Tab                        
Data Partition Off                    
Cluster Partition Off                    
[13] It does not apply to PPC64 and PPC64LE.
Volume manager resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Volume Manager Resource Properties                        
Dependency Tab                        
Follow the default dependence On                    
• Floating IP resources
• Virtual IP resources
• Dynamic DNS resources
• AWS elastic ip resource
• AWS virtual ip resource
• AWS DNS resource
• Azure probe port resource
• Azure DNS resource
Dependent Resources (Add, Remove) -                    
Recovery Operation Tab                        
Activation Retry Threshold 0 times                    
Maximum Failover Count One time                    
Final Action at Activation Failure No operation (Do not activate the next resource.)                    
Execute Script before Final Action Off                    
Retry Count at Deactivation Failure 0 times                    
Final Action at Deactivation Failure Stop the cluster service and shut down the OS.                    
Execute Script before Final Action Off                    
Details Tab                        
Volume Manager LVM                    
Target Name -                    
Volume Manager Resource Tuning Properties (When other than [zfspool] is selected for [Volume Manager])                        
Import Tab                        
Import Timeout 300 seconds                    
Start Volume Timeout 60 seconds                    
Volume Status Check Timeout 60 seconds                    
Clear Host ID On                    
Force Option at Import On                    
Export Tab                        
Stop Volume Timeout 60 seconds                    
Flush Timeout 60 seconds                    
Export Timeout 300 seconds                    
Volume Status Check Timeout 60 seconds                    
Volume Manager Resource Tuning Properties (When [zfspool] is selected for [Volume Manager])                        
Import Tab                        
Import Timeout 300 seconds                    
Forced Import On                    
Execute Ping Check On                    
Export Tab                        
Export Timeout 300 seconds                    
Forced Export On                    
VM resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
VM Resource Properties[14]                        
Dependency Tab                        
Follow the default dependence On                    
disk resource
mirror disk resource
hybrid disk resource
NAS resource
•Volume manager resource
Dependent Resources (Add, Remove) -                    
Recovery Operation Tab                        
Activation Retry Threshold 0 times                    
Maximum Failover Count One time                    
Final Action at Activation Failure No operation (Do not activate the next resource.)                    
Execute Script before Final Action Off                    
Deactivation Retry Threshold 0 times                    
Final Action at Deactivation Failure Stop the cluster service and shut down the OS.                    
Execute Script before Final Action Off                    
Details Tab (when the virtual machine type is vSphere and the cluster service installation destination is host OS)                        
Virtual Machine Name -                  
Data Store Name -                    
VM Configuration File Path -                  
IP Address of Host -                    
User Name -                    
Password -                    
Use vCenter Off                    
vCenter -                    
User Name for vCenter -                    
Password for vCenter -                    
Resource Pool Name -                    
Details Tab (when the virtual machine type is vSphere and the cluster service installation destination is guest)                        
Virtual Machine Name -                  
Data Store Name -                    
IP Address of Host -                    
User Name -                    
Password -                    
Use vCenter On (uneditable)                    
vCenter -                    
User Name for vCenter -                    
Password for vCenter -                    
Resource Pool Name -                    
Details Tab (when the virtual machine type is XenServer)                        
Virtual Machine Name -                  
UUID -                  
Library Path -                  
User Name -                  
Password -                  
Details Tab (when the virtual machine type is KVM)                        
Virtual Machine Name -                  
UUID -                  
Library Path -                  
VM Resource Tuning Properties                        
Parameter Tab                        
Request Timeout 30 seconds                    
Virtual Machine Start Waiting Time 0 seconds                    
Virtual Machine Stop Waiting Time 240 seconds                    
[14] It does not apply to PPC64 and PPC64LE.
Dynamic DNS resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Dynamic DNS Resource Properties                        
Dependency Tab                        
Follow the default dependence On                    
• Floating IP resources
• Virtual IP resource3s
• AWS elastic ip resource
• AWS virtual ip resource
• Azure probe port resource
Dependent Resources (Add, Remove) -                    
Recovery Operation Tab                        
Activation Retry Threshold One time                    
Maximum Failover Count One time                    
Final Action at Activation Failure No operation (Do not activate the next resource.)                    
Execute Script before Final Action Off                    
Retry Count at Deactivation Failure One time                    
Final Action at Deactivation Failure Stop the cluster service and shut down the OS                    
Execute Script before Final Action Off                    
Details Tab                        
Virtual Host Name -                    
IP Address -                    
DDNS Server -                    
Port No. 53                    
Authentication Key Name -                    
Authentication Key Value -                    
AWS Elastic IP resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
AWS elastic ip Resource Properties[15]                        
Dependency Tab                        
Follow the default dependence On                    
(No default dependence)
Dependent Resources (Add, Remove) -                    
Recovery Operation Tab                        
Retry Count at Activation Failure 5 times                    
Maximum Failover Count 1 time                    
Final Action at Activation Failure No Operation                    
(Next resources are not activated.)
Execute Script before Final Action at Activation Failure Off                    
Retry Count at Deactivation Failure zero                    
Final Action at Deactivation Failure  Stop the cluster service and shut down OS.                    
Execute Script before Final Action at Deactivation Failure Off                    
Details Tab                        
EIP ALLOCATION ID -                    
ENI ID -                    
AWS elastic ip Resource Tuning Properties                        
Parameter Tab                        
AWS CLI Timeout 100 seconds                    
[15] It does not apply to PPC64 and PPC64LE.
AWS Virtual IP resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
AWS virtual ip Resource Properties[16]                        
Dependency Tab                        
Follow the default dependence On                    
(No default dependence)
Dependent Resources (Add, Remove) -                    
Recovery Operation Tab                        
Retry Count at Activation Failure 5 times                    
Maximum Failover Count 1 time                    
Final Action at Activation Failure No Operation                    
(Next resources are not activated.)
Execute Script before Final Action at Activation Failure Off                    
Retry Count at Deactivation Failure zero                    
Final Action at Deactivation Failure  Stop the cluster service and shut down OS.                    
Execute Script before Final Action at Deactivation Failure Off                    
Details Tab                        
IP Address -                    
VPC ID -                    
ENI ID -                    
AWS virtual ip Resource Tuning Properties                        
Parameter Tab                        
AWS CLI Timeout 100 seconds                    
[16] It does not apply to PPC64 and PPC64LE.
AWS DNS resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
AWS DNS Resource Properties[17]                        
Dependency Tab                        
Follow the default dependence On                    
(No default dependence)
Dependent Resources (Add, Remove) -                    
Recovery Operation Tab                        
Retry Count at Activation Failure 5 times                    
Maximum Failover Count 1 time                    
Final Action at Activation Failure No Operation                     
(Next resources are not activated.)
Execute Script before Final Action at Activation Failure Off                    
Retry Count at Deactivation Failure zero                    
Final Action at Deactivation Failure Stop the cluster service and shut down OS                    
Execute Script before Final Action at Deactivation Failure Off                    
Details Tab                        
Hosted Zone ID -                    
Resource Record Set Name -                    
IP Address -                    
TTL 300 seconds                    
Delete a resource record set at deactivation Off                    
AWS DNS Resource Tuning Properties                        
Parameter Tab                        
AWS CLI Timeout 100 seconds                    
[17] It does not apply to PPC64 and PPC64LE.
Azure probe port resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Azure probe port Resource Properties[18]                        
Dependency Tab                        
Follow the default dependence On                    
(No default dependence)
Dependent Resources (Add, Remove) -                    
Recovery Operation Tab                        
Retry Count at Activation Failure 5 times                    
Maximum Failover Count 1 time                    
Final Action at Activation Failure No Operation (Not activate next resources)                    
Execute Script before Final Action Off                    
Retry Count at Deactivation Failure zero                    
Final Action at Deactivation Failure Stop the cluster daemon and shut down OS.                    
Execute Script before Final Action Off                    
Details Tab                        
Probeport -                    
Azure probe port Resource Tuning Properties                        
Parameter Tab                        
Probe wait timeout 30 seconds                    
[18] It does not apply to PPC64 and PPC64LE.
Azure DNS resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Azure DNS Resource Properties[19]                        
Dependency Tab                        
Follow the default dependence On                    
(No default dependence)
Dependent Resources (Add, Remove) -                    
Recovery Operation Tab                        
Retry Count at Activation Failure 1 time                    
Maximum Failover Count 1 time                    
Final Action at Activation Failure No Operation                     
(not activate next resource)
Execute Script before Final Action at Activation Failure Off                    
Retry Count at Deactivation Failure zero                    
Final Action at Deactivation Failure Detection Stop the cluster service and shut down OS.                    
Execute Script before Final Action at Deactivation Failure Off                    
Details Tab                        
Record Set Name -                    
Zone Name -                    
IP Address -                    
TTL 3600 seconds                    
Resource Group Name -                    
User URI -                    
Tenant ID -                    
File Path of Service Principal -                    
Thumbprint of Service Principal -                    
Azure CLI File Path -                    
Delete a record set at deactivation On                    
Azure DNS Resource Tuning Properties                        
Parameter Tab                        
Azure CLI Timeout 100 seconds                    
[19] It does not apply to PPC64 and PPC64LE.
Google Cloud Virtual IP resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Google Cloud Virtual IP Resource Properties[20]                        
Dependency Tab                        
Follow the default dependence On                    
(No default dependence)
Dependent Resources (Add, Remove) -                    
Recovery Operation Tab                        
Retry Count at Activation Failure 5 times                    
Maximum Failover Count 1 time                    
Final Action at Activation Failure No Operation (Not activate next resources)                    
Execute Script before Final Action Off                    
Retry Count at Deactivation Failure zero                    
Final Action at Deactivation Failure Stop the cluster daemon and shut down OS.                    
Execute Script before Final Action Off                    
Details Tab                        
Port Number -                    
Google Cloud Virtual IP Resource Tuning Properties                        
Parameter Tab                        
Health check timeout 30 seconds                    
[20] It does not apply to PPC64 and PPC64LE.
Google Cloud DNS resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Google Cloud DNS Resource Properties[61]                        
Dependency Tab                        
Follow the default dependence On                    
(No default dependence)
Dependent Resources (Add, Remove) -                    
Recovery Operation Tab                        
Retry Count at Activation Failure 1 time                    
Maximum Failover Count 1 time                    
Final Action at Activation Failure No Operation                     
(not activate next resource)
Execute Script before Final Action at Activation Failure Off                    
Retry Count at Deactivation Failure zero                    
Final Action at Deactivation Failure Detection Stop the cluster service and shut down OS.                    
Execute Script before Final Action at Deactivation Failure Off                    
Details Tab                        
Zone Name -                    
DNS Name -                    
IP Address -                    
TTL 3600 seconds                    
Delete a record set at deactivation On                    
[61] It does not apply to PPC64 and PPC64LE.
Oracle Cloud Virtual IP resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Oracle Cloud Virtual IP Resource Properties[21]                        
Dependency Tab                        
Follow the default dependence On                    
(No default dependence)
Dependent Resources (Add, Remove) -                    
Recovery Operation Tab                        
Retry Count at Activation Failure 5 times                    
Maximum Failover Count 1 time                    
Final Action at Activation Failure No Operation (Not activate next resources)                    
Execute Script before Final Action Off                    
Retry Count at Deactivation Failure zero                    
Final Action at Deactivation Failure Stop the cluster daemon and shut down OS.                    
Execute Script before Final Action Off                    
Details Tab                        
Port Number -                    
Oracle Cloud Virtual IP Resource Tuning Properties                        
Parameter Tab                        
Health check timeout 30 seconds                    
[21] It does not apply to PPC64 and PPC64LE.
Monitor resource (common)
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Add monitor resource  -                    
Remove Monitor Resource  -                    
Monitor Resources Common Properties                        
Info Tab                        
Name -                    
Comment -                    
Recovery Action Tab                        
Edit Script                        
Select User Application -                    
Enter application path (Edit)
Select Script created with this product -                    
Script content (Edit)
Timeout 5 secconds                    
Disk monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Disk Monitor Resource Properties                        
Monitor(common) Tab                        
Interval   60 seconds                    
Timeout 120 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count One time                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Always                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All Servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 3 times (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action No Operation                    
Monitor(special) Tab                        
Method READ(O_DIRECT)                    
Monitor Target -                    
Monitor Target RAW Device Name -                    
I/O size 512 bytes                    
Action When Diskfull is Detected The recovery action enabled                    
IP monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
IP Monitor Resource Properties                        
Monitor(common)Tab                        
Interval   30 seconds                    
Timeout  30 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count zero                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Always                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All Servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
IP Address(Add, Remove, Edit) -                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 3 times (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action No Operation                    
Virtual IP monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Virtual IP Monitor Resource Properties [22]                        
Monitor(common)                        
Interval 3 seconds                    
Timeout 180 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Retry Count zero                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active (fixed)                    
Target Resource Virtual IP resource name                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All Servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Recovery Action Tab                        
Recovery Target  Virtual IP resource name                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 3 times                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time                    
Execute Script before Final Action Off                    
Final Action No Operation                    
[22] You can upload the data if a cluster is suspended. However, you need to stop and resume the cluster to apply the changed setting.
PID monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Pid Monitor Resource Properties                        
Monitor(common)Tab                        
Interval 5 seconds                    
Timeout 60 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence On                    
Do not Execute Recovery Action at Timeout Occurrence On                    
Retry Count zero                    
Wait Time to Start Monitoring 3 seconds                    
Monitor Timing Active (fixed)                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All Servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Recovery Action Tab                        
Recovery Target  -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 3 times (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action No Operation                    
User mode monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
User mode Monitor Resource Properties                        
Monitor(common) Tab                        
Interval   3 seconds                    
Timeout 90 seconds                    
Wait Time to Start Monitoring 0 seconds                    
Nice Value -20                    
Failure Detection Server                        
Failure Detection Server All Servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Use heartbeat interval and timeout On                    
Method keepalive                    
Operation at Timeout Detection  RESET                    
Open/Close Temporary File Off                    
Write Off                    
Size 10000 bytes                    
Create Temporary Thread Off                    
NIC Link Up/Down monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
NIC Link Up/Down Monitor Resource Properties                        
Monitor(common) Tab                        
Interval 10 seconds                    
Timeout 180 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence On                    
Do not Execute Recovery Action at Timeout Occurrence On                    
Retry Count 3 times                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Always                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All Servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Recovery Target -                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count zero                    
Execute Script before Failover Off                    
Execute migration before Failover off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action No Operation                    
Multi target monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Multi Target Monitor Resource Properties                        
Monitor(common) Tab                        
Interval 30 seconds                    
Timeout 30 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Retry Count zero                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Always                    
Target Resource -                    
Nice Value 0                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Recovery Target -                    
Multi Target Monitor Resource Tuning Properties                        
Parameter Tab                        
Error Threshold Same as Number of Members                    
Specify Number 64                    
Warning Threshold Off                    
Specify Number -                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 3 times (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action No Operation                    
Mirror disk monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Mirror Disk Monitor Resource Properties [23]                        
Monitor(common) Tab                        
Interval 10 seconds                    
Timeout 60 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count zero                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Always (fixed)                    
Target Resource -                    
Nice Value 0                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Mirror Disk Resource Mirror disk resource name                    
Recovery Action Tab                        
Execute Script before Final Action Off                    
[23] It does not apply to PPC64 and PPC64LE.
Mirror disk connect monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Mirror Disk Connect Monitor Resource Properties [24]                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 120 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count zero                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Always (fixed)                    
Target Resource -                    
Nice Value 0                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Mirror Disk Resource Mirror disk resource name                    
Recovery Action Tab                        
Execute Script before Final Action Off                     
[24] It does not apply to PPC64 and PPC64LE.
Hybrid disk monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Hybrid Disk Monitor Resource Properties [25]                        
Monitor(common) Tab                        
Interval   10 seconds                    
Timeout  60 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count zero                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Always (fixed)                    
Target Resource -                    
Nice Value 0                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Hybrid Disk Resource Hybrid disk resource name                    
Recovery Action Tab                        
Execute Script before Final Action Off                     
[25] It does not apply to PPC64 and PPC64LE.
Hybrid disk connect monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Hybrid Disk Connect Monitor Resource Properties [26]                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 120 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count zero                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Always (fixed)                    
Target Resource -                    
Nice Value 0                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Hybrid Disk Resource Hybrid disk resource name                    
Recovery Action Tab                        
Execute Script before Final Action Off                     
[26] It does not apply to PPC64 and PPC64LE.
ARP monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
ARP Monitor Resource Properties                        
Monitor(common) Tab                        
Interval 30 seconds                    
Timeout 180 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence On                    
Do not Execute Recovery Action at Timeout Occurrence On                    
Retry Count zero                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active (fixed)                    
Target Resource -                    
Nice Value 0                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Target Resource -                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count Zero (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count Zero (if the recovery target is other than clusters)                    
Execute Script before Final Action  Off                     
Final Action No Operation                    
Custom monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Custom Monitor Resource Properties                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 120 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count zero                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Always (fixed)                    
Target Resource -                    
Nice Value 0                    
Send polling time metrics Off                    
Failure Detection Server                        
Failure Detection Server All Servers                    
Servers that can run the Group (Add, Remove) -                    
Monitor(special) Tab                        
Monitor Script Path Type Script created with this product                    
Monitor Script Type Synchronous                    
Wait a period of time for Application/Script monitor to start 0                    
Log Output Path Blank (/dev/null)                    
Rotate Log Off                    
Rotation Size 1000000                    
Normal Return Value of Monitor Script 0                    
Wait for activation monitoring to stop before stopping the cluster Off                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 3 (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                    
Final Action Stop group                    
Volume manager monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Volume Manager Monitor Resource Properties                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 120 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count 1                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Volume Manager LVM                    
Target Name -                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 3 times (if the recovery target is not a cluster)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 0 times (if the recovery target is not a cluster)                    
Execute Script before Final Action On                    
Final Action No action is taken.                    
VM monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
VM Monitor Resource Properties[27]                        
Monitor(common) Tab                        
Interval 10 seconds                    
Timeout 30 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Retry Count zero                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Always (fixed)                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Wait Time When External Migration Occurs 15 seconds                      
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 3 times                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time                    
Execute Script before Final Action On                    
Final Action No action is taken.                    
[27] It does not apply to PPC64 and PPC64LE.
Message receive monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Message Receive Monitor Resource Properties                        
Monitor(common) Tab                        
Interval 10 seconds                    
Timeout 30 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Retry Count zero                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Always (fixed)                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Category NIC                    
Keyword -                    
Change the monitor status to abnormal as a result of a predictive failure detected by BMC Off                    
Change the monitor status to abnormal as a result of a performance deterioration failure detected by BMC Off                    
Recovery Action Tab                        
Recovery Action Run failover for recovery target                    
Recovery Target -                    
Execute migration before Failover Off                    
Execute Failover to outside the Server Group Off                    
Execute Script before Recovery Action Off                    
Final Action No Operation                    
Dynamic DNS monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Dynamic  DNS Monitor Resource Properties                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 180 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Retry Count zero                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Always (fixed)                    
Target Resource Dynamic DNS resource name                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Recovery Action Tab                        
Recovery Target Dynamic DNS resource name                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count Three times                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count One time (if the recovery target is not a cluster)                    
Execute Script before Final Action Off                    
Final Action No action is taken.                    
Process name monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Process Monitor Resource Properties                         
Monitor(common) tab                        
Interval 5 seconds                    
Timeout 60 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence On                    
Do not Execute Recovery Action at Timeout Occurrence On                    
Retry Count zero                    
Wait Time to Start Monitoring 3 seconds                    
Monitor Timing Always                    
Target Resource -                    
Nice value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Process name -                    
Minimum Monitored Process Count 1                    
Recovery Action tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 3 times                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (When the recovery target is other than the cluster)                    
Execute Script before Final Action Off                    
Final Action No Operation                    
BMC monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
BMC Monitor Resource Properties[28]                        
Monitor (common) Tab                        
Interval 5 seconds                    
Timeout 60 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Retry Count zero                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Always                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Recovery Action Tab                        
Recovery Action Final action only                    
Recovery Target LocalServer                    
Recovery Script Execution Count -                    
Execute Script before Reactivation -                    
Maximum Reactivation Count -                    
Execute Script before Failover -                    
Execute migration before Failover -                    
Maximum Failover Count -                    
Execute Script before Final Action Off                    
Final Action I/O fencing                    
[28] It does not apply to PPC64 and PPC64LE.
DB2 monitor resource 
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
DB2 Monitor Resource Properties[29]                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 120 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count 2 times                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active (fixed)                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Monitor Level Level 2 (monitoring by update/select)                    
Database Name -                    
Instance db2inst1                    
User Name db2inst1                    
Password -                    
Table  db2watch                    
Character Set ja_JP.eucJP                    
Library Path /opt/ibm/db2/V11.1/lib64/libdb2.so                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count Zero (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action Stop cluster daemon and shutdown OS                    
[29] It does not apply to PPC64LE.
FTP monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
FTP Monitor Resource Properties[30]                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 120 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count 3 times                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove)                      
Send polling time metrics Off                    
Monitor(special) Tab                        
IP Address 127.0.0.1                    
Port Number 21                    
User Name -                    
Password -                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count Zero (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action Stop cluster service and shutdown OS                    
[30] It does not apply to PPC64 and PPC64LE.
HTTP monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
HTTP Monitor Resource Properties[31]                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 10 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count 3 times                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove)                      
Send polling time metrics Off                    
Monitor(special) Tab                        
Connecting Destination localhost                    
Port 80                    
Request URI -                    
Protocol HTTP                    
Request Type HEAD                    
User Name -                    
Password -                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count Zero (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action Stop cluster service and shutdown OS                    
[31] It does not apply to PPC64 and PPC64LE.
IMAP4 monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
IMAP4 Monitor Resource Properties[32]                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 120 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count 3 times                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active (fixed)                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
IP Address 127.0.0.1                    
Port Number 3306                    
User Name -                    
Password -                    
Authentication Method AUTHENTICATE LOGIN                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count Zero (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action Stop cluster service and shutdown OS                    
[32] It does not apply to PPC64 and PPC64LE.
MySQL monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
MySQL Monitor Resource Properties[33]                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 120 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count 2 times                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active (fixed)                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Monitor Level Level 2 (monitoring by update/select)                    
Database Name -                    
IP Address 127.0.0.1                    
Port  3306                    
User Name -                    
Password -                    
Table mysqlwatch                    
Storage Engine InnoDB                    
Library Path /usr/lib64/mysql/libmysqlclient.so.20                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count Zero (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action Stop cluster service and shutdown OS                    
[33] It does not apply to PPC64 and PPC64LE.
NFS monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
NFS Monitor Resource Properties[34]                        
Monitor(common) Tab                        
Interval 30 seconds                    
Timeout 60 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count 5 times                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove)                      
Send polling time metrics Off                    
Monitor(special) Tab                        
Share Directory -                    
NFS Server 127.0.0.1                    
NFS Version v4                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count Zero (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action Stop cluster service and shutdown OS                    
[34] It does not apply to PPC64 and PPC64LE.
ODBC monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
ODBC Monitor Resource Properties                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 120 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count 2 times                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active (fixed)                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove)                      
Send polling time metrics Off                    
Monitor(special) Tab                        
Monitor Level Level 2 (monitoring by update/select)                    
Database Name -                    
User Name -                    
Password -                    
Table odbcwatch                    
Message Character Set UTF-8                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count Zero (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action Stop cluster service and shutdown OS                    
Oracle monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Oracle Monitor Resource Properties[35]                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 120 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count 2 times                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active (fixed)                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove)                      
Send polling time metrics Off                    
Monitor(special) Tab                        
Monitor Type listener and instance monitor                    
Monitor Level Level 2 (monitoring by update/select)                    
Connect Command -                    
User Name sys                    
Password -                    
Authority Method SYSDBA                    
Table orawatch                    
ORACLE_HOME -                    
Character Set -                    
Library Path /u01/app/oracle/product/12.2.0/dbhome_1/lib/libclntsh.so.12.1                    
Collect detailed application information at failure occurrence disabled                    
Collection Timeout 600 seconds                    
Set error during Oracle initialization or shutdown disabled                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count Zero (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action Stop cluster service and shutdown OS                    
[35] It does not apply to PPC64LE.
Oracle Clusterware Synchronization Management monitor resource[36]
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Oracle Clusterware Synchronization Management Monitor Resource Properties[37]                        
Monitor (common) Tab                        
Interval 5 seconds                    
Timeout 10 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count zero                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Always                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Recovery Action Tab                        
Recovery Action Final action only                    
Recovery Target LocalServer                    
Recovery Script Execution Count -                    
Execute Script before Reactivation -                    
Maximum Reactivation Count -                    
Execute Script before Failover -                    
Execute migration before Failover -                    
Maximum Failover Count -                    
Execute Script before Final Action Off                    
Final Action No operation                    
[36] It does not apply to PPC64 and PPC64LE.
[37] It does not apply to PPC64 and PPC64LE.
POP3 monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
POP3 Monitor Resource Properties[38]                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 120 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count 3 times                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active (fixed)                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
IP Address 127.0.0.1                    
Port Number 110                    
User Name -                    
Password -                    
Authentication Method APOP                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count Zero (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action Stop cluster service and shutdown OS                    
[38] It does not apply to PPC64 and PPC64LE.
PostgreSQL monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
PostgreSQL Monitor Resource Properties[39]                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 120 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count 2 times                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active (fixed)                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Monitor Level Level 2 (monitoring by update/select)                    
Database Name -                    
IP Address 127.0.0.1                    
Port 5432                    
User Name postgres                    
Password -                    
Table psqlwatch                    
Library Path /opt/PostgreSQL/10/lib/libpq.so.5.10                    
Set error during PostgreSQL initialization or shutdown On                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count Zero (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action Stop cluster service and shutdown OS                    
[39] It does not apply to PPC64LE.
Samba monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Samba Monitor Resource Properties[40]                        
Monitor(common) Tab                        
Interval 30 seconds                    
Timeout 60 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count 5 times                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Share Name -                    
IP Address 127.0.0.1                    
Port 139                    
User Name -                    
Password -                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count Zero (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action Stop cluster service and shutdown OS                    
[40] It does not apply to PPC64 and PPC64LE.
SMTP monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
SMTP Monitor Resource Properties[41]                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 120 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count 3 times                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
IP Address 127.0.0.1                    
Port 25                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count Zero (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action Stop cluster service and shutdown OS                    
[41] It does not apply to PPC64 and PPC64LE.
SQL Server monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
SQL Server Monitor Resource Properties                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 120 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count 2 times                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active (fixed)                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove)                      
Send polling time metrics Off                    
Monitor(special) Tab                        
Monitor Level Level 2 (monitoring by update/select)                    
Database Name -                    
Server Name Localhost                    
User Name SA                    
Password -                    
Table sqlwatch                    
ODBC Driver Name ODBC Driver 13 for SQL Server                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count Zero (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action Stop cluster service and shutdown OS                    
Sybase monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Sybase Monitor Resource Properties[42]                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 120 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count 2 times                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active (fixed)                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove)                      
Send polling time metrics Off                    
Monitor(special) Tab                        
Monitor Level Level 2 (monitoring by update/select)                    
Database Name -                    
Database Server Name -                    
User Name sa                    
Password -                    
Table sybwatch                    
Library Path /opt/sap/OCS-16_0/lib/libsybdb64.so                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count Zero (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action Stop cluster service and shutdown OS                    
[42] It does not apply to PPC64 and PPC64LE.
Tuxedo monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Tuxedo Monitor Resource Properties[43]                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 120 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count 2 times                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active (fixed)                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove)                      
Send polling time metrics Off                    
Monitor(special) Tab                        
Application Server Name BBL                    
Config File -                    
Library Path /home/Oracle/tuxedo/tuxedo12.1.3.0.0/lib/libtux.so                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count Zero (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action Stop cluster service and shutdown OS                    
[43] It does not apply to PPC64 and PPC64LE.
WebLogic monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
WebLogic Monitor Resource Properties[44]                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 120 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count 2 times                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active (fixed)                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove)                      
Send polling time metrics Off                    
Monitor(special) Tab                        
IP Address 127.0.0.1                    
Port 7002                    
Monitor Method RESTful API                    
Protocol HTTP                    
User Name weblogic                    
Password -                    
Account Shadow Off                    
  On   Config File -                    
  On   Key File -                    
  Off   User Name weblogic                    
  Off   Password weblogic                    
Authority Method DemoTrust                    
Key Store File -                    
Domain Environment File /home/Oracle/product/Oracle_Home/user_projects/domains/base_domain/bin/setDomainEnv.sh                    
Additional Command Option -Dwlst.offline.log=disable -Duser.language=en_US                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count Zero (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action Stop cluster service and shutdown OS                    
[44] It does not apply to PPC64 and PPC64LE.
WebSphere monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
WebSphere Monitor Resource Properties[45]                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 120 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count 2 times                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active (fixed)                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove)                      
Send polling time metrics Off                    
Monitor(special) Tab                        
Application Server Name server1                    
Profile Name default                    
User Name -                    
Password -                    
Install Path /opt/IBM/WebSphere/AppServer                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count Zero (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action Stop cluster service and shutdown OS                    
[45] It does not apply to PPC64 and PPC64LE.
WebOTX monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Tuxedo Monitor Resource Properties[46]                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 120 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count 1 time                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active (fixed)                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove)                      
Send polling time metrics Off                    
Monitor(special) Tab                        
Connecting Destination localhost                    
Port 6212                    
User Name -                    
Password -                    
Install Path /opt/WebOTX                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count Zero (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                     
Final Action Stop cluster service and shutdown OS                    
[46] It does not apply to PPC64 and PPC64LE.
JVM monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
JVM Monitor Resource Properties[47]                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 180 seconds                    
Collect the dump files of the monitor process at timeout occurrence Off                    
Retry Count zero                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active                     
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Target -                    
JVM Type -                    
Identifier -                    
Connection Port -                    
Process Name -                    
User -                    
Password -                    
Command -                    
Memory Tab (when Oracle Java is selected for JVM Type)                        
Monitor Heap Memory Rate On                    
Total Usage 80[%]                    
Eden Space 100[%]                    
Survivor Space 100[%]                    
Tenured Gen 80[%]                    
Monitor Non-Heap Memory Rate On                    
Total Usage 80[%]                    
Code Cache 100[%]                    
Perm Gen 80[%]                    
Perm Gen[shared-ro] 80[%]                    
Perm Gen[shared-rw] 80[%]                    
Command -                    
Memory Tab (when Oracle JRockit is selected for JVM Type)                        
Monitor Heap Memory Rate On                    
Total Usage 80[%]                    
Nursery Space 80[%]                    
Old Space 80[%]                    
Monitor Non-Heap Memory Rate On                    
Total Usage 80[%]                    
Class Memory 100[%]                    
Command -                    
Memory Tab(when Oracle Java(usage monitoring) is selected for JVM Type)                        
Monitor Heap Memory Usage Off                    
Total Usage 0 megabytes                    
Eden Space 0 megabytes                    
Survivor Space 0 megabytes                    
Tenured Gen(Old Gen) 0 megabytes                    
Monitor Non-Heap Memory Usage Off                    
Total Usage 0 megabytes                    
Code Cache 0 megabytes                    
CodeHeap non-nmethods 0 megabytes                    
CodeHeap profiled 0 megabytes                    
CodeHeap non-profiled 0 megabytes                    
Compressed Class Space 0 megabytes                    
Metaspace 0 megabytes                    
Command -                    
Thread Tab                        
Monitor the number of Active Threads 65535 threads                    
Command -                    
GC Tab                        
Monitor the time in Full GC 65535 milliseconds                    
Monitor the count of Full GC execution 1 time                    
Command -                    
WebLogic Tab                        
Monitor the requests in Work Manager Off                    
Target Work Managers -                    
The number 65535                    
Average 65535                    
Increment from the last 80[%]                    
Monitor the requests in Thread Pool On                    
Waiting Requests, The number 65535                    
Waiting Requests, Average 65535                    
Waiting Requests, Increment from the last 80[%]                    
Executing Requests, The number 65535                    
Executing Requests, Average 65535                    
Executing Requests, Increment from the last 80[%]                    
Command -                    
Load Balancer Linkage                        
Memory Pool Monitor Off                    
Disconnect Failure Node Dynamically Off                    
Reboot Command -                    
Timeout 3600                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 0 time                       (when the recovery target is other than the cluster)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time                       (when the recovery target is other than the cluster)                     
Execute Script before Final Action Off                    
Final Action No Operation                    
[47] It does not apply to PPC64 and PPC64LE.
System monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
System Monitor Resource Properties[48]                         
Monitor(common) Tab                        
Interval 30 seconds                    
Timeout 60 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count zero                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Always                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Monitoring CPU usage ON                    
CPU usage 90[%]                    
Duration time  60 minutes                    
Monitoring total usage of memory ON                    
Total usage of memory  90[%]                    
Duration time  60 minutes                    
Monitoring total usage of ON                    
virtual memory
Total usage of virtual memory  90[%]                    
Duration Time  60 minutes                    
Monitoring total number of ON                    
opening files
Total number of opening files (in a ratio comparing with the system upper limit) 90[%]                    
Duration time  60 minutes                    
Monitoring total number of  ON                    
running threads
Total number of running threads  90[%]                    
Duration time  60 minutes                     
Monitoring number of  ON                    
running processes for each user
Number of running processes for  90[%]                    
each user 
Duration time  60 minutes                     
Mount point                       
Utilization rate ON                    
Warning level 90%                    
Notice level 80%                    
Duration time 1440 minutes                    
Free space ON                    
Warning level 500 MB                    
Notice level 1000 MB                    
Duration time 1440 minutes                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 0 times                       (when the recovery target is other than the cluster)                     
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 0 times                       (when the recovery target is other than the cluster)                     
Execute Script before Final Action Off                    
Final Action No Operation                    
[48] It does not apply to PPC64 and PPC64LE.
Process resource monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Process Resource Monitor Resource Properties[49]                         
Monitor(common) Tab                        
Interval 30 seconds                    
Timeout 60 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence Off                    
Do not Execute Recovery Action at Timeout Occurrence Off                    
Retry Count zero                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Always                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Process Name -                    
Monitoring CPU usage ON                    
CPU usage 90[%]                    
Duration time 1440 minutes                    
Monitoring total usage of memory ON                    
Rate of Increase from the First Monitoring Point 10[%]                    
Duration time 1440 minutes                    
Monitoring number of opening files(maximum number) ON                    
Refresh Count 1000 times                    
Monitoring number of opening files(kernel limit) ON                    
Ratio 90[%]                    
Monitoring number of running threads ON                    
Duration time 1440 minutes                    
Monitoring Zombie Processes ON                    
Duration time 1440 minutes                    
Monitoring Processes of the Same Name Off                    
Count 100                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 0 times                       (when the recovery target is other than the cluster)                     
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 0 times                       (when the recovery target is other than the cluster)                     
Execute Script before Final Action Off                    
Final Action No Operation                    
[49] It does not apply to PPC64 and PPC64LE.
Floating IP monitor resources
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Floating IP Monitor Resource Properties                         
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 180 seconds                    
Collect the dump files of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence On                    
Do not Execute Recovery Action at Timeout Occurrence On                    
Retry count 1 time                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active (fixed)                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Monitor NIC Link Up/Down Off                    
Recovery Action Tab                        
Recovery Target  -                    
Recovery Script Execution Count 0 times                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 3 times                    
(when the recovery target is other than the cluster)
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time                    
(when the recovery target is other than the cluster)
Execute Script before Final Action Off                    
Final Action No operation                    
AWS Elastic IP monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
AWS elastic IP Monitor Resource Properties[50]                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 180 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence On                    
Do not Execute Recovery Action at Timeout Occurrence On                    
Retry Count 1 time                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active (fixed)                    
Target Resource awseip                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All Servers                    
Servers that can start (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Action when AWS CLI command failed to receive response Disable recovery action(Do nothing)                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 3 times (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                    
Final Action Do Operation                    
[50] It does not apply to PPC64 and PPC64LE.
AWS Virtual IP monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
AWS virtual ip Monitor Resource Properties[51]                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 180 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence On                    
Do not Execute Recovery Action at Timeout Occurrence On                    
Retry Count 1 time                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active (fixed)                    
Target Resource awsvip                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All Servers                    
Servers that can start (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Action when AWS CLI command failed to receive response Disable recovery action(Do nothing)                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 3 times (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                    
Final Action Do Operation                    
[51] It does not apply to PPC64 and PPC64LE.
AWS AZ monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
AWS AZ Monitor Resource Properties[52]                        
Monitor(common)Tab                        
Interval 60 seconds                    
Timeout 180 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence On                    
Do not Execute Recovery Action at Timeout Occurrence On                    
Retry Count 1 time                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Always (fixed)                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All Servers                    
Servers that can run the group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Availability Zone -                    
Action when AWS CLI command failed to receive response Disable recovery action(Do nothing)                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 0 times (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                    
Final Action No Operation                    
[52] It does not apply to PPC64 and PPC64LE.
AWS DNS monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
AWS DNS Monitor Resource Properties[53]                        
Monitor (Common) Tab                        
Interval 60 seconds                    
Timeout 180 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence On                    
Do not Execute Recovery Action at Timeout Occurrence On                    
Retry Count 1 time                    
Wait Time to Start Monitoring 60 seconds                    
Monitor Timing Active (fixed)                    
Target Resource awsdns                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All Servers                    
Servers that can run (Add, Remove) -                    
Send polling time metrics Off                    
Monitor (Special) Tab                        
Monitor Resource Record Set On                    
Action when AWS CLI command failed to receive response Disable recovery action(Do nothing)                    
Check Name Resolution On                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 3 times                    
(if the recovery target is other than clusters)
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time                    
(if the recovery target is other than clusters)
Execute Script before Final Action Off                    
Final Action No Operation                    
[53] It does not apply to PPC64 and PPC64LE.
Azure probe port monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Azure probe port Monitor Resource Properties[54]                        
Monitor (common) Tab                        
Interval 60 seconds                    
Timeout 180 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence On                    
Do not Execute Recovery Action at Timeout Occurrence On                    
Retry Count 1 time                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active (fixed)                    
Target Resource azurepp                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All Servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Action when Probe port wait timeout Disable recovery action(Display warning)                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 3 times (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                    
Final Action No Operation                    
[54] It does not apply to PPC64 and PPC64LE.
Azure load balance monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Azure load balance monitor resource  Properties[55]                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 180 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence On                    
Do not Execute Recovery Action at Timeout Occurrence On                    
Retry Count 1 time                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Always (fixed))                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All Servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Target Resource -                    
Recovery Action Tab                        
Recovery Target -                      
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 3 times (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                    
Final Action No Operation                    
[55] It does not apply to PPC64 and PPC64LE.
Azure DNS monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Azure DNS Monitor Resource Properties[56]                        
Monitor (Common) Tab                        
Interval 60 seconds                    
Timeout 180 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence On                    
Do not Execute Recovery Action at Timeout Occurrence On                    
Retry Count 1 time                    
Wait Time to Start Monitoring 60 seconds                    
Monitor Timing Active (fixed)                    
Target Resource azuredns                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All Servers                    
Servers that can run (Add, Remove) -                    
Send polling time metrics Off                    
Monitor (Special) Tab                        
Check Name Resolution On                    
Recovery Action Tab                        
Recovery Action azuredns                    
Recovery Script Execution Count 0 time                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 3 times                    
(if the recovery target is other than clusters)
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time                    
(if the recovery target is other than clusters)
Execute Script before Final Action Off                    
Final Action No Operation                    
[56] It does not apply to PPC64 and PPC64LE.
Google Cloud Virtual IP monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Google Cloud Virtual IP Monitor Resource Properties[57]                        
Monitor (common) Tab                        
Interval 60 seconds                    
Timeout 180 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence On                    
Do not Execute Recovery Action at Timeout Occurrence On                    
Retry Count 1 time                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active (fixed)                    
Target Resource gcvip                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All Servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Action when Health check wait timeout Disable recovery action(Do nothing)                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 3 times (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                    
Final Action No Operation                    
[57] It does not apply to PPC64 and PPC64LE.
Google Cloud load balance monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Google Cloud load balance monitor resource  Properties[58]                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 180 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence On                    
Do not Execute Recovery Action at Timeout Occurrence On                    
Retry Count 1 time                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Always (fixed))                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All Servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Target Resource -                    
Recovery Action Tab                        
Recovery Target -                      
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 3 times (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                    
Final Action No Operation                    
[58] It does not apply to PPC64 and PPC64LE.
Google Cloud DNS monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Google Cloud DNS Monitor Resource Properties[62]                        
Monitor (Common) Tab                        
Interval 60 seconds                    
Timeout 180 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence On                    
Do not Execute Recovery Action at Timeout Occurrence On                    
Retry Count 1 time                    
Wait Time to Start Monitoring 60 seconds                    
Monitor Timing Active (fixed)                    
Target Resource gcdns                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All Servers                    
Servers that can run (Add, Remove) -                    
Send polling time metrics Off                    
Recovery Action Tab                        
Recovery Action gcdns                    
Recovery Script Execution Count 0 time                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 3 times                    
(if the recovery target is other than clusters)
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time                    
(if the recovery target is other than clusters)
Execute Script before Final Action Off                    
Final Action No Operation                    
[62] It does not apply to PPC64 and PPC64LE.
Oracle Cloud Virtual IP monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Oracle Cloud Virtual IP Monitor Resource Properties[59]                        
Monitor (common) Tab                        
Interval 60 seconds                    
Timeout 180 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence On                    
Do not Execute Recovery Action at Timeout Occurrence On                    
Retry Count 1 time                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Active (fixed)                    
Target Resource ocvip                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All Servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Action when Health check wait timeout Disable recovery action(Do nothing)                    
Recovery Action Tab                        
Recovery Target -                    
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 3 times (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                    
Final Action No Operation                    
[59] It does not apply to PPC64 and PPC64LE.
Oracle Cloud load balance monitor resource
Parameters Default How to change
1 2 3 4 5 6 7 8 9 10 11
Oracle Cloud load balance monitor resource  Properties[60]                        
Monitor(common) Tab                        
Interval 60 seconds                    
Timeout 180 seconds                    
Collect the dump file of the monitor process at timeout occurrence Off                    
Do Not Retry at Timeout Occurrence On                    
Do not Execute Recovery Action at Timeout Occurrence On                    
Retry Count 1 time                    
Wait Time to Start Monitoring 0 seconds                    
Monitor Timing Always (fixed))                    
Target Resource -                    
Nice Value 0                    
Failure Detection Server                        
Failure Detection Server All Servers                    
Servers that can run the Group (Add, Remove) -                    
Send polling time metrics Off                    
Monitor(special) Tab                        
Target Resource -                    
Recovery Action Tab                        
Recovery Target -                      
Recovery Script Execution Count zero                    
Execute Script before Reactivation Off                    
Maximum Reactivation Count 3 times (if the recovery target is other than clusters)                    
Execute Script before Failover Off                    
Execute migration before Failover Off                    
Maximum Failover Count 1 time (if the recovery target is other than clusters)                    
Execute Script before Final Action Off                    
Final Action No Operation                    
[60] It does not apply to PPC64 and PPC64LE.

2.9. Upper limits of registration

version

You can register up to

Cluster

4.0.0-1 or later

1

Server

4.0.0-1 or later

32

Server group

4.0.0-1 or later

9

Group

4.0.0-1 or later

128

Group resource (Per group)

4.0.0-1 or later

256

Monitor resource

4.0.0-1 or later

512

Heartbeat resource

4.0.0-1 or later

128

BMC Heartbeat resource

4.0.0-1 or later

1

Witness heartbeat resource

4.0.0-1 or later

1

Oracle Clusterware Synchronization Management monitor resource

4.0.0-1 or later

1

Network partition resolution resource

4.0.0-1 or later

64

Mirror disk resources and hybrid disk resources (Per cluster) in total

4.0.0-1 or later

32

Mirror disk connect

4.0.0-1 or later

16