📖 ~1 min read
Table of contents
Symptom & Impact
errpt reports PERM hardware errors such as DISK_ERR or SCSI_ERR repeatedly.
Environment & Reproduction
Aging drives, SAN path issues, or backplane firmware mismatches.
errpt | head
errpt -a | head -60
lspath
Root Cause Analysis
A physical or path-level hardware fault is producing repeated permanent errors.
Quick Triage
Identify the failing resource and its label.
errpt -d H -T PERM
lsattr -El hdisk2
lspath -l hdisk2
Step-by-Step Diagnosis
Correlate errpt entries with MPIO path state and adapter logs.
errpt -a -j | head
lspath -l hdisk2
fcstat fcs0 | head

Solution – Primary Fix
Disable failed paths, replace hardware, then restore paths and clear errpt.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.
chpath -l hdisk2 -p fscsi1 -s disable
rmdev -dl hdisk2
cfgmgr -l fcs0

Solution – Alternative Approaches
Migrate data with migratepv to healthy disks and decommission the failing PV.
Verification & Acceptance Criteria
errpt shows no new PERM entries and all paths return to Enabled.
errpt | head
lspath
fcstat fcs0
Rollback Plan
Re-enable a previously disabled path if hardware tests pass.
chpath -l hdisk2 -p fscsi1 -s enable
lspath -l hdisk2
errpt
Prevention & Hardening
Schedule diagela and monitor fcstat, lspath, and SAN health proactively.
Related Errors & Cross-Refs
Related to LVM read errors, IO hangs, and VG quorum loss.
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 diagnostics and error log reference.
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.