NIM Alternate Disk Migration Error 2 Years, 10 Months ago
A NIM Error again in 6100_02_04_0920:
updated NIM Server from 6100_02_01_0874 to 6100_02_04_0920 and try to migrate LPAR from 5300_08_03_0831 vi nimadm and getting a Error:
0301-168 bosboot: The current boot logical volume, /dev/hd5,
does not exist on /dev/hdisk0.
/ALT_MIG_SPOT/sbin/alt_disk_copy[68]: MUSTHAVE_TMP_BLKS = IMAGE_DATA_BLKS + BOOT_BLKS : 0403-009 The specified number is not
valid for this command.
0505-187 nimadm: Error cloning altinst_rootvg on client.
It breaks the process and cleans the migration.
What is wrong is the alt_disk_copy?
Re:NIM Alternate Disk Migration Error 2 Years, 10 Months ago
found that /dev/ipldevice was linked to hdisk0. Hdisk0 was not realy clean
chpv -c hdisk0
rm /dev/ipldevice
cd /dev
ln rhdisk3 ipldevice
bosboot is okay now