The system checks the number of processes in the D state of user omm on the host every 30 seconds and compares the actual number with the threshold. The number of processes in the D state on the host has a default threshold range. This alarm is generated when the number of processes exceeds the threshold.
This alarm is cleared when the Trigger Count is 1 and the total number of processes in the D state of user omm on the host does not exceed the threshold. This alarm is cleared when the Trigger Count is greater than 1 and the total number of processes in the D state of user omm on the host is less than or equal to 90% of the threshold.
Alarm ID |
Alarm Severity |
Auto Clear |
---|---|---|
12028 |
Major |
Yes |
Name |
Meaning |
---|---|
Source |
Specifies the cluster or system for which the alarm is generated. |
ServiceName |
Specifies the service for which the alarm is generated. |
RoleName |
Specifies the role for which the alarm is generated. |
HostName |
Specifies the host for which the alarm is generated. |
Trigger Condition |
Specifies the threshold for triggering the alarm. |
Excessive system resources are used and service processes respond slowly.
The host responds slowly to I/O (disk I/O and network I/O) requests and some processes are in the D state and Z state.
Check the processes in the D state.
ps -elf | grep -v "\[thread_checkio\]" | awk 'NR!=1 {print $2, $3, $4}' | grep omm | awk -F' ' '{print $1, $3}' | grep -E "Z|D" | awk '{print $2}'
Collect the fault information.
This alarm is automatically cleared after the fault is rectified.
None