📖 ~1 min read
Table of contents
Symptom & Impact
installp aborts with missing prerequisite filesets or failed preview.
Environment & Reproduction
Applying an SP/TL update or installing a new fileset bundle.
installp -p -aXYgd /mnt/media all
lslpp -L
lppchk -v
Root Cause Analysis
Required prereq filesets or service packs are missing from the media.
Quick Triage
Run installp preview and capture missing requisites.
installp -p -aXYgd /mnt/media all
bffcreate -l /mnt/media
lslpp -L bos.rte
Step-by-Step Diagnosis
Identify each missing prerequisite and confirm media completeness.
installp -p -aXYgd /mnt/media all 2>&1 | head
ls /mnt/media | head
inutoc /mnt/media

Solution – Primary Fix
Stage all required filesets on the media, refresh the table of contents, then apply.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.
inutoc /mnt/media
installp -aXYgd /mnt/media all
lppchk -v

Solution – Alternative Approaches
Use suma to download missing prerequisites or apply a service pack ISO directly.
Verification & Acceptance Criteria
lslpp shows the new filesets at COMMITTED state and lppchk passes.
lslpp -L | head
lppchk -v
oslevel -s
Rollback Plan
Reject the applied filesets if the system becomes unstable.
installp -r -e /tmp/inst.log all
oslevel -s
lppchk -v
Prevention & Hardening
Use NIM lpp_source resources and SUMA to keep media complete and current.
Related Errors & Cross-Refs
Related to bosboot failures, oslevel mismatch, and inutoc errors.
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 installation and migration 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.