PIM kernel is not loaded correctly after upgrading OS.
# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.10 (Santiago)
# rpm -qa | grep CAeAC
CAeAC-1281-1.0.3435.x86_64
# grep -i error AccessControl_install.log
# ls -l bin/SEOS_syscall
lrwxrwxrwx 1 root root 56 Dec 4 08:30 bin/SEOS_syscall -> /opt/CA/AccessControl/bin/
# ls -l bin/SEOS_syscall.60eASX86_64.
-r-x--x--- 1 root root 5473288 Sep 22 09:29 bin/SEOS_syscall.60eASX86_64.
#SEOS_load
SEOS_load: Executing un/load exit file, /opt/CA/AccessControl/exits/
SEOS_load: Executing un/load exit file, /opt/CA/AccessControl/exits/
SEOS_load: SEOS_syscall WASN'T loaded
Release : 12.8SP1
Component : CA ControlMinder
It was empty file /boot/System.map that had to be removed by OS upgrade.
Please remove the /boot/System.map file.
The SEOS_load for LInux is a script file.
So please run the script with debug like this.
#sh -x ./SEOS_load
Then, please check where the error is being generated.