We recently updated all of our RHEL endpoints to SEOS version 3134 as a result of the meltdown patching. We're now seeing startup issues on RHEL6 endpoints after rebooting. Are there any known startup bugs on RHEL6 for seos version 3134?
Environment
Release: Component: SEOSU
Resolution
Please check if you are missing the chkconfig entries for seos after updating. Setup the /etc/rc files correctly and link them as so:
# cp /opt/CA/AccessControl/samples/system.init/LINUX/S95seos /etc/init.d/ # mv /etc/init.d/S95seos /etc/init.d/seos # chmod 755 /etc/init.d/seos # chkconfig --add /etc/init.d/seos # service seos start # service seos status
# chkconfig --list | grep seos seos 0:off 1:off 2:off 3:on 4:off 5:on 6:off