ALM-12017 Insufficient Disk Capacity (For MRS 2.x or Earlier)
Description
The system checks the host disk usage every 30 seconds and compares the actual disk usage with the threshold. The disk usage has a default threshold. This alarm is generated if the disk usage exceeds the threshold.
To change the threshold, choose System > Threshold Configuration.
This alarm is cleared when the host disk usage is less than or equal to the threshold.
Attribute
Alarm ID |
Alarm Severity |
Auto Clear |
---|---|---|
12017 |
Major |
Yes |
Parameters
Parameter |
Description |
---|---|
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 disk partition for which the alarm is generated. |
Trigger Condition |
Generates an alarm when the actual indicator value exceeds the specified threshold. |
Impact on the System
Service processes become unavailable.
Possible Causes
The disk configuration cannot meet service requirements. The disk usage reaches the upper limit.
Procedure
- Log in to MRS Manager and check whether the threshold is appropriate.
- The default threshold is 90%. You can change the threshold to meet service requirements.
- Choose System > Threshold Configuration and change the alarm threshold based on the actual disk usage.
- Wait 2 minutes and check whether the alarm is cleared.
- If yes, no further action is required.
- If no, go to 2.
- Check whether the disk is a system disk.
- Go to the MRS cluster details page. In the alarm list on the alarm management tab page, click the row that contains the alarm. In the alarm details, view the host name and disk partition information.
- Log in to the node for which the alarm is generated.
- Run the df -h command to check the system disk partition usage. Check whether the disk is mounted to any of the following directories by using the disk partition name obtained in 2.a: /, /boot, /home, /opt, /tmp, /var, /var/log, /boot, and /srv/BigData.
- Run the df -h command to check the system disk partition usage. Determine the role of the disk based on the disk partition name obtained in 2.a.
- Check whether the disk is used by HDFS or Yarn.
- Wait 2 minutes and check whether the alarm is cleared.
- If yes, no further action is required.
- If no, go to 3.
- Check whether large files are written to the disk.
- Run the find / -xdev -size +500M -exec ls -l {} \; command to view files larger than 500 MB on the node. Check whether such files are written to the disk.
- Handle the large files and check whether the alarm is cleared 2 minutes later.
- If yes, no further action is required.
- If no, go to 4.
- Expand the disk capacity.
- Wait 2 minutes and check whether the alarm is cleared.
- If yes, no further action is required.
- If no, go to 4.
- Collect fault information.
- On MRS Manager, choose .
- Contact the O&M engineers and send the collected logs.
Reference
None
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.