Migration issues - lppchk issues after migration done in aix?
testlpar: # lppchk -vm3
lppchk: The following filesets need to be installed or
corrected to bring the system to a consistent state.
bos.ecc_client.rte 7.1.5.0
(usr: APPLIED, root: BROKEN)
rpm.rte 4.13.0.2
(usr: COMMITED, root: not installed)
testlpar: #
Solution:
=======
testlpar: # cd <directory of AIX 7.1.5.2 lppsource
directory which you used for migratioin>
you may see the below files under it.
testlpar: # ls -al bos.ecc*
-rwxr-xr-x 1 root
system 2356343 APR 11 2020
bos.ecc_client.7.1.5.0.I
-rwxr-xr-x 1 root
system 2356343 APR 11 2020
bos.ecc_client.7.1.5.0.U
testlpar: # ls -al rpm*
-rwxr-xr-x 1 root
system 4832243 APR 11 2020
rpm.rte.4.13.0.2.I
testlpar: #
Then force re-isntall them as below.
testlpar: # installp -acFXYd ./ bos.ecc_client.rte
testlpar: # installp -acgNXYd ./ bos.ecc_client.rte 7.1.5.0
testlpar: # installp -acFXYd ./ rpm.rte
Then run "lppchk -vm3", it should be clean.