📖 ~1 min read
Table of contents
Symptom & Impact
/var fills to 100% causing errpt, syslogd, and print services to fail.
Environment & Reproduction
Heavy errpt logging, large /var/spool, or runaway core dumps under bos.rte.
Root Cause Analysis
Old errlog, mail spool, accounting data, or print jobs consume the /var JFS2 filesystem.
Quick Triage
Identify the largest consumers with du -sm /var/* | sort -n and check lsfs /var.
Step-by-Step Diagnosis
Locate growing files with find /var -xdev -size +50M -ls and check /var/adm/ras.

Solution – Primary Fix
Prune old logs with errclear 30, remove core dumps, and extend /var with chfs -a size=+1G /var.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.

Solution – Alternative Approaches
Move /var/spool or /var/adm to a separate filesystem using a new JFS2 logical volume.
Verification & Acceptance Criteria
df -g /var stays below 80% and syslogd and qdaemon run cleanly.
Rollback Plan
Reverse chfs extension with chfs -a size=-512M /var if PPs must be reclaimed.
Prevention & Hardening
Configure skulker via cron, errclear, and monitor /var with topas FS panel.
Related Errors & Cross-Refs
Related to syslogd respawn loops, qdaemon failures, and accton errors.
Related tutorial: View the step-by-step tutorial for aix-7.1.
View all aix-7.1 tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
IBM AIX 7.2 JFS2 and storage administration documentation.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today — we respond within one business day.