Help Center/ MapReduce Service/ User Guide (Ankara Region)/ Alarm Reference/ ALM-12017 Insufficient Disk Capacity
Updated on 2024-11-29 GMT+08:00

ALM-12017 Insufficient Disk Capacity

Alarm Description

The system checks the host disk usage of the system every 30 seconds and compares the actual disk usage with the threshold. The disk usage has a default threshold, this alarm is generated when the host disk usage exceeds the specified threshold.

When the Trigger Count is 1, this alarm is cleared when the usage of a host disk partition is less than or equal to the threshold. When the Trigger Count is greater than 1, this alarm is cleared when the usage of a host disk partition is less than or equal to 90% of the threshold.

Alarm Attributes

Alarm ID

Alarm Severity

Alarm Type

Service Type

Auto Cleared

12017

Critical (default threshold: 95%)

Major (default threshold: 85%)

Physical resource

FusionInsight Manager

Yes

Alarm Parameters

Type

Parameter

Description

Location Information

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.

PartitionName

Specifies the device partition for which the alarm is generated.

Additional Information

Trigger Condition

Specifies the triggering condition for which the alarm is generated.

Impact on the System

Service failure: If you need to modify or use data on the disk when the disk capacity is insufficient, the job may fail.

Possible Causes

  • The alarm threshold is incorrect.
  • Disk configuration of the server cannot meet service requirements.

Handling Procedure

Check whether the alarm threshold is appropriate.

  1. Log in to FusionInsight Manager, choose O&M > Alarm > Thresholds > Name of the desired cluster > Host > Disk > Disk Usage and check whether the threshold (configurable, 90% by default) is appropriate.

    • If yes, go to 2.
    • If no, go to 4.

  2. Choose O&M > Alarm > Thresholds > Name of the desired cluster > Host > Disk > Disk Usage and click Modify in the Operation column to change the alarm threshold based on site requirements.
  3. After 2 minutes, check whether the alarm is cleared.

    • If yes, no further action is required.
    • If no, go to 4.

Check whether the disk usage reaches the upper limit.

  1. In the alarm list on FusionInsight Manager, click in the row where the alarm is located to view the alarm host name and disk partition information in the alarm details.
  2. Log in to the node where the alarm is generated as user root.
  3. Run the df -lmPT | awk '$2 != "iso9660"' | grep '^/dev/' | awk '{"readlink -m "$1 | getline real }{$1=real; print $0}' | sort -u -k 1,1 command to check the system disk partition usage. Check whether the disk is mounted to the following directories based on the disk partition name obtained in 4: /, /opt, /tmp, /var, /var/log, and /srv/BigData(can be customized).

    • If yes, the disk is a system disk. Then go to 10.
    • If no, the disk is not a system disk. Then go to 7.

  4. Run the df -lmPT | awk '$2 != "iso9660"' | grep '^/dev/' | awk '{"readlink -m "$1 | getline real }{$1=real; print $0}' | sort -u -k 1,1 command to check the system disk partition usage. Determine the role of the disk based on the disk partition name obtained in 4.
  5. Check the disk service.

    In MRS, check whether the disk service is HDFS, Yarn, Kafka, Supervisor.
    • If yes, adjust the capacity. Then go to 9.
    • If no, go to 12.

  6. After 2 minutes, check whether the alarm is cleared.

    • If yes, no further action is required.
    • If no, go to 12.

  7. Run the find / -xdev -size +500M -execls -l {} \; command to check whether a file larger than 500 MB exists on the node and disk.

    • If yes, go to 11.
    • If no, go to 12.

  8. Handle the large file and check whether the alarm is cleared 2 minutes later.

    • If yes, no further action is required.
    • If no, go to 12.

  9. Contact the system administrator to expand the disk capacity.
  10. After 2 minutes, check whether the alarm is cleared.

    • If yes, no further action is required.
    • If no, go to 14.

Collect fault information.

  1. On FusionInsight Manager, choose O&M > Log > Download.
  2. Select OMS from the Service and click OK.
  3. Click the edit button in the upper right corner, and set Start Date and End Date for log collection to 10 minutes ahead of and after the alarm generation time, respectively. Then, click Download.
  4. Contact the O&M engineers and send the collected log information.

Alarm Clearance

After the fault is rectified, the system automatically clears this alarm.

Related Information

None.