📖 ~1 min read
Table of contents
Symptom & Impact
After a predictive failure event, lparstat reports fewer online processors than configured. Performance baselines no longer match production runbooks.
Environment & Reproduction
Occurs on Power systems where service processor flags a CPU for deconfiguration.
lparstat -i
oslevel -s
uname -a
Root Cause Analysis
Cause is firmware moving a CPU to guard list following thresholded errors; affected resource is removed from the LPAR partition.
Quick Triage
Confirm processor counts, deconfig list, and HMC event log.
lparstat -i
Step-by-Step Diagnosis
Capture deeper evidence to isolate the failure path.
lparstat -i
prtconf | head -n 60
errpt -a -j 369D049B | head
lscfg -vp | head
lsattr -El proc0

Solution – Primary Fix
Apply the proven primary fix in a controlled change window.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.
diag
lsmcode -A
update firmware via HMC
rmdev -dl proc1
cfgmgr

Solution – Alternative Approaches
Use these alternatives when the primary fix is blocked by environmental constraints.
dlpar -p $(hostname) -m add proc 1
chhwres -r proc --proceduretype add
lssyscfg -r lpar
Verification & Acceptance Criteria
Confirm the system meets acceptance criteria after the change.
lparstat -i
lscfg -vp | grep -i proc
errpt | head
Rollback Plan
Revert cleanly if regressions appear during validation.
rmdev -dl proc1
cfgmgr
lparstat -i
Prevention & Hardening
Reduce recurrence with monitoring and preventive tuning.
errnotify firmware events
schedule diag -d
lsmcode -A monthly
Related Errors & Cross-Refs
Related to predictive memory failures, SMT mode changes, and firmware level mismatches.
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 Hardware Management, lsmcode and diag references.
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.