Affected versions: IBM AIX 7.2

📖 ~1 min read

Table of contents
  1. Symptom & Impact
  2. Environment & Reproduction
  3. Root Cause Analysis
  4. Quick Triage
  5. Step-by-Step Diagnosis
  6. Solution – Primary Fix
  7. Solution – Alternative Approaches
  8. Verification & Acceptance Criteria
  9. Rollback Plan
  10. Prevention & Hardening
  11. Related Errors & Cross-Refs
  12. References & Further Reading

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
Illustrative mockup for aix-7.2 — terminal_or_shell
Reading iostat and lvmstat on AIX — Illustrative mockup — Progressive Robot

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
Illustrative mockup for aix-7.2 — log_or_config
Tuning queue_depth and migrating hot LV — Illustrative mockup — Progressive Robot

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 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.