Environment
NetIQ Access Manager 4.2
NetIQ Access Manager 4.1
Situation
On the Admin (AC) Console, eDirectory is failing to start when booting/rebooting the machine. As a result, the AC service also fails to start. In log file /var/opt/novell/eDirectory/log/ndsd.log I see an event similar to the following during bootup:
"Got SIGINT/SIGTERM signal, server shutting down"
Once the server is up and eDirectory and the AC have failed to start, I can manually start ndsd and then stop/start the AC and all is now functional.
On the AG, the novell-apache2 service shows "dead". Log /var/log/novell-apache2/rcnovell-apache2.out shows the following:
"/opt/novell/apache2/sbin/httpd: error while loading shared libraries: libpcre.so.0: cannot open shared object file: No such file or directory"
Resolution
AC:
cp novell-ac.service /etc/systemd/system/
cp novell-snmpd.service /etc/systemd/system/
systemctl daemon-reload
systemctl enable novell-ac.service
systemctl enable novell-snmpd.service
IDP:
cp novell-jcc.service /etc/systemd/system/
cp novell-idp.service /etc/systemd/system/
systemctl daemon-reload
systemctl enable novell-jcc.service
systemctl enable novell-idp.service
MAG:
cp novell-activemq.service /etc/systemd/system/
cp novell-apache2.service /etc/systemd/system/
cp novell-agscd.service /etc/systemd/system/
cp novell-jcc.service /etc/systemd/system/
cp novell-mag.service /etc/systemd/system/
systemctl daemon-reload
systemctl enable novell-activemq.service
systemctl enable novell-apache2.service
systemctl enable novell-agscd.service
systemctl enable novell-jcc.service
systemctl enable novell-mag.service