📖 ~1 min read
Table of contents
Symptom & Impact
Applications report slow I/O; iostat shows long queues and high service times on hdisks.
Environment & Reproduction
Heavy database workload, SAN contention, or LVM hot LV layout.
iostat -DR 2 5
lvmstat -v rootvg
topas -D
Root Cause Analysis
Disk service times and queue depth exceed adapter or LV capacity for the workload.
Quick Triage
Identify the busiest hdisks and LVs.
iostat -DR 2 3
lvmstat -v datavg
filemon -o /tmp/fm.out -O lv,pv
Step-by-Step Diagnosis
Correlate workload with LV placement and adapter saturation.
filemon -O lv,pv -o /tmp/fm.out; sleep 30; trcstop
fcstat fcs0 | head
lsattr -El hdisk2

Solution – Primary Fix
Tune queue_depth, spread hot LVs across PVs, and add adapters if saturated.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.
chdev -l hdisk2 -a queue_depth=32
migratepv -l hotlv hdisk2 hdisk5
iostat -DR 2 3

Solution – Alternative Approaches
Use AIO tuning or move hot data to flash-backed storage tiers.
Verification & Acceptance Criteria
iostat shows reduced service time and applications meet SLA.
iostat -DR 2 3
fcstat fcs0
topas -D
Rollback Plan
Revert queue_depth or LV layout changes if they caused other regressions.
chdev -l hdisk2 -a queue_depth=16
migratepv -l hotlv hdisk5 hdisk2
iostat -DR 2 3
Prevention & Hardening
Baseline with topas, lvmstat, and fcstat, and plan LV layout for hot data.
Related Errors & Cross-Refs
Related to paging activity, JFS2 sync issues, and SAN ISL congestion.
Related tutorial: View the step-by-step tutorial for aix-7.2.
View all aix-7.2 tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
IBM AIX 7.2 performance tuning 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.