Provide a standard troubleshooting and resolution procedure when filesystem capacity on a Head Node reaches critical levels.
Use this KB when the monitoring system triggers the alert:
Filesystem Capacity Critical – Head Node
This alert indicates that one or more filesystems on the head node are reaching critical capacity and may cause service disruption if not addressed.
The alert is generated when the filesystem usage on the head node exceeds the defined threshold.
High filesystem usage may lead to:
Application failures
Logging issues
Job scheduling failures
System instability
Critical
Immediate investigation is required to prevent system disruption.
When the alert is received, perform the following checks:
SSH into the affected head node.
If the issue appears significant:
Create an internal ticket
Inform L2 Engineer
After confirmation with L2:
Update the Issues Master Sheet
Run:
df -h
lsblk
free -h
Check:
filesystem utilization
mounted storage
memory availability
Locate the filesystem with critical usage.
Example:
du -sh /path/* | sort -hr | head
Perform cleanup activities such as:
Remove old logs
Remove unnecessary data
Delete old core dumps
Remove unused kernel packages
Example locations:
/var/log
/tmp
/var/tmp
Verify filesystem usage again:
df -h
Ensure utilization drops below the alert threshold.
If usage is caused by:
system services
unknown files
filesystem issues
storage configuration problems
Escalate to OEM / platform support team.