Thanks for the responses. I have info and a workaround.
What works
On the lpar:
pprootdev fix
mksysb -ie /mount_point
pprootdev fixback
Note: use pprootdev off/on when cloning to spare disk, but use pprootdev fix/pprootdev fixback when doing a mksysb
During the NIM load,
3 Start Maintenance Mode for System Recovery
1 Access a Root Volume Group
It should list four disks.
2) Access this Volume Group and start a shell before mounting filesystems
Do this:
# for disk in hdisk0 hdisk2 hdisk4 hdisk6
> do
> dd if=/dev/zero of=/dev/$disk bs=512 count=1000
> done
Exit.
The mksysb will load and powerpath will be enabled when it comes up.
NOTE: You will have to know your PVID's, if you have both a rootvg and old_rootvg/altinst_rootvg
What does NOT work:
Changing your HMC profile to boot up on only one fiber path
Pulling the bosinst.data and image.data from the mksysb, removing three of the four disk stanzas, and then defining that bosinst_data as a resource to use with mksysb.
These procedures don't work either:
https://www.dell.com/support/kbdoc/en-us/000219423/mksysb-restore-fails-with-error-0301-165-bosboot-failed
https://www.ibm.com/support/pages/mksysb-restore-fails-error-0301-165-bosboot-failed
Thanks all. I have my workaround.
------------------------------
Gary Gorski
------------------------------
Original Message:
Sent: Tue June 10, 2025 06:13 PM
From: Gary Gorski
Subject: Proper way to create/restore mksysb with Powerpath
I hate Powerpath, but I'm stuck with it at this site. That said, does anyone have the proper procedure to an AIX 7.3 mksysb when the disks are utilizing Powerpath.
I tried this method:
pprootdev off
mksysb -ie /my_mount_point
pprootdev on
But that turned into a whole day headache before finally getting the mksysb reloaded on my test server (I'll spare the details)
I asked Dell (EMC support) and they sent me a pdf dated March 2024 called Dell Technologies Host Connectivity Guide for IBM AIX, yet it's referencing AIX 4.3!!!
I did inform Dell that AIX 4.3 was released in October 1997 and went out of support in 2006. Since then, AIX 5.1, 5.2, 6.1, 7.1, 7.2, and 7.3 have come out and they need new tech writers. lol.
Thanks.
------------------------------
Gary Gorski
------------------------------