📖 ~1 min read
Table of contents
Symptom & Impact
System slows or processes are killed by the kernel when paging space is exhausted.
Environment & Reproduction
High memory pressure on hdisk-backed paging or insufficient hd6 size.
lsps -a
vmstat 2 5
svmon -G
Root Cause Analysis
Active paging space (hd6 and others) is too small or one paging LV is full.
Quick Triage
Confirm paging usage and active processes consuming memory.
lsps -s
topas -P
svmon -P -O sortseg=pgsp
Step-by-Step Diagnosis
Identify processes and check paging device layout for balance.
ps gv | head
svmon -P -O sortseg=pgsp
lsps -a

Solution – Primary Fix
Add or extend paging space and balance across disks, then activate.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.
chps -s 4 hd6
mkps -a -n -s 4 rootvg
lsps -a

Solution – Alternative Approaches
Tune vmo paging parameters or migrate workloads to LPAR with more memory.
Verification & Acceptance Criteria
vmstat shows reduced paging activity and lsps -a reports headroom.
vmstat 2 3
lsps -s
svmon -G
Rollback Plan
Deactivate and remove the added paging space if it caused contention.
swapoff /dev/paging01
rmps paging01
lsps -a
Prevention & Hardening
Size paging at 1-2x RAM for general workloads and monitor with nmon.
Related Errors & Cross-Refs
Related to OOM-like process kills, slow logins, and vmstat -v faults.
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 performance management and paging space guide.
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.