Yes…
In short… find the target disk you want to install to
alt_disk_copy -d hdisk## # There are parms you can pass that will apply maintenance in phase 2.
phase 1: copy the disk
phase 2: patch the target disk
phase 3: reset everything, prep for reboot.
This will set the booklist to the target disk so you could basically just "shutdown -Fr 0” at this point and be on the new disk
after the copy (and optional patching), you can use alt_rootvg_op -W to “wake up the target disk”
DO NOT do a varyonvg of the alternate_rootvg AIX will identify the LVs as duplicates and rename them.. which really sucks when you’re trying to boot, looking for hd5
use alt_rootvg_op -W instead … it’ll mount the file systems as /alt_home /alt_usr /alt_var etc
You can then chroot yourself into that environment and do as you please
then use alt_rootvg_op -S to break it down and put it to sleep, prepping for a reboot
Tom
Original Message:
Sent: 9/21/2022 5:14:00 AM
From: Sylvain
Subject: Alternate disk migration without a NIM server
Hi all,
is there a way to do some kind of "manual" alternate disk migration without a NIM server ? (using for example alt_disk_copy, alt_rootvg_op, chroot...) to migrate AIX 7.1 to 7.2 ?
Thanks in advance.
------------------------------
Sylvain
------------------------------