Provide a standard troubleshooting and resolution procedure when filesystem capacity on any HGX Node reaches warning levels.
Use this KB when the monitoring system triggers the alert:
Memory Filesystem Capacity warning – For Any HGX Node
This alert indicates that one or more filesystems on the HGX Node are reaching warning capacity and may cause service disruption if not addressed.
The alert is generated when the filesystem usage on the HGX Node exceeds the defined threshold.
High filesystem usage may lead to:
Application failures
Logging issues
Job scheduling failures
System instability
warning
Immediate investigation is required to prevent system disruption.
When the alert is received, perform the following checks:
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 warning usage.
Example:
du -sh /path/* | sort -hr |
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.