Tuesday, April 7, 2020

Migration issues - "Not all the filesets for 71-02-031334_SP were found" in aix?

Migration issues - "Not all the filesets for 71-02-031334_SP were found" in aix?


After the migration done, we got the below error when we execute the "instfix -i|grep -i sp" command.

"Not all the filesets for 71-02-031334_SP were found"


Solution: 


In order to fix this, first we need to identify what filesets are not found in the particular SP level. We can use the below command to identify the filesets details of the particular sp level.


instfix -icqk <not found filesets level> |grep ":-:"


testlpar: # instfix -icqk 71-02-031334SP|grep ":-:"

71-02-031334_SP: DirectorCommonAgent:6.3.0.3:6.2.1.3:-:AIX 7100-02-03 service pack

testlpar: #


so the above output clearly says that the service pack issue with the "DirectorCommonAgent" which is not required, so we can removed it to fix it.