You can remove all the failed paths from your AIX system, so to remove the failed paths follow the below procedure:
lspath -s failed -F”name:connection:parent:path_status:status”|tr ‘:’ ‘ ‘|while read a b c;do rmpath -dl $a -w $b ;done
After successfully executing the above command, run it to Rescan the paths :
cfgmgr -v