Affected versions: IBM AIX 7.1

📖 ~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

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
Illustrative mockup for aix-7.1 — terminal_or_shell
Previewing installp with prerequisites on AIX — Illustrative mockup — Progressive Robot

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
Illustrative mockup for aix-7.1 — log_or_config
Applying filesets via installp after staging — Illustrative mockup — Progressive Robot

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