📖 ~1 min read
Table of contents
Symptom & Impact
alt_disk_install fails or alternate rootvg will not boot for migration testing.
Environment & Reproduction
Disk geometry differs, bootlist not updated, or fileset mismatch on cloning.
alt_disk_copy -d hdisk2
bootlist -m normal -o
lspv
Root Cause Analysis
Target disk size or boot image is incompatible with the cloned rootvg.
Quick Triage
Verify disk capacity and ensure no existing altinst_rootvg blocks the operation.
lspv
bootinfo -s hdisk2
lsvg | head
Step-by-Step Diagnosis
Run alt_disk_copy with verbose mode and review tee logs.
alt_disk_copy -d hdisk2 -B -V
tail /var/adm/ras/alt_disk_inst.log
lsvg altinst_rootvg

Solution – Primary Fix
Clean previous altinst_rootvg, recreate the clone, and update bootlist.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.
alt_rootvg_op -X altinst_rootvg
alt_disk_copy -d hdisk2 -B
bootlist -m normal hdisk2 hdisk0

Solution – Alternative Approaches
Use alt_disk_migration with a higher SP/TL bundle to combine cloning with upgrade.
Verification & Acceptance Criteria
System boots from altinst_rootvg and oslevel reflects expected state.
oslevel -s
lspv
lsvg rootvg
Rollback Plan
Reset bootlist to original rootvg disk if the alternate disk has problems.
bootlist -m normal hdisk0 hdisk1
shutdown -Fr
lspv
Prevention & Hardening
Run alt_disk_copy before patching and document bootlist standards.
Related Errors & Cross-Refs
Related to bosboot failures, multibos issues, and LVM mirror copies.
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 alt_disk_install 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.