Hitachi

For Linux(R) (x86) Systems HA Monitor Cluster Software


7.6.4 Determining the cause of a server slowdown

If one of the following types of a slowdown occurs, HA Monitor enables you to run a shell to collect information required for determining the cause of the slowdown:

This subsection explains the name for the shell to be created and its run-time format. The shell explained here is executed asynchronously with HA Monitor processing.

Organization of this subsection

(1) Shell to be run in the event of a server slowdown

This subsection explains the shell used for collecting information needed to determine the cause of a server slowdown. Run the shell if one of the following types of a slowdown occurs:

The following shows the name of the shell to be created and the run-time format.

Name of the shell to be created
/opt/hitachi/HAmon/etc/servdown.sh

Code the processing that you want to perform in this shell. Grant execution permissions to the shell.

Run-time format of the shell
servdown.shΔserver-alias-name
Legend:

Δ: Single-byte space

server-alias-name: Alias name of the active server on which slowdown was detected

(2) Shell to be run in the event of a UAP slowdown

This subsection explains the shell used for collecting information needed to determine the cause of a UAP slowdown. UAP slowdowns can be detected only when UAP operation reports are monitored. The following shows the name of the shell to be created and the run-time format.

Name of the shell to be created
/opt/hitachi/HAmon/etc/uapslowdown.sh

Code the processing that you want to perform in this shell. Grant execution permissions to the shell.

Shell run-time format
uapslowdown.shΔprogram-alias-nameΔprocess-ID
Legend:

Δ: Single-byte space

program-alias-name: Program alias name of the UAP whose slowdown was detected on the active server

process-ID: Process ID of the UAP whose slowdown was detected

(3) Notes