Technical Notes |
|
If Reflection PKI Services Manager version 1.0 doesn't automatically shut down or start up when the host system is restarted, the solution is to configure the system's environment to start and stop the PKI Services Manager. This technical note describes configuration examples for several supported operating systems.
Note: This technical note applies to Reflection PKI Services Manager version 1.0 only. The issue has been resolved in version 1.1. For information about Reflection PKI Services Manager 1.1 see Technical Note 2486.
Once you have installed and started Reflection PKI Services Manager, if the host system is restarted or rebooted, PKI Services Manager won't automatically shut down, nor will it automatically restart when the system comes back up.
The solution is to configure the system's environment to start and stop PKI Services Manager by creating runlevel links to the PKI Services Manager init script or by using the system's service management tools to enable automatic startup and shutdown for PKI Services Manager.
Solving this issue is a two-step process. First, locate the PKI Services Manager init script, and then add the PKI Services Manager start and stop links to the init script. The PKI Services Manager init script location and the process for adding the start and stop links vary depending on the operating system. Several examples are listed below.
On SUSE Linux Enterprise Server, PKI Services Manager init script location:
/etc/init.d/pkidOn Red Hat Enterprise Linux, PKI Services Manager init script location:
/etc/rc.d/init.d/pkidTo enable automatic startup and shutdown of PKI Services Manager, run /sbin/chkconfig to add the start and stop links to PKI Services Manager, for example:
/sbin/chkconfig --level 3 pkid onPKI Services Manager init script location: /etc/rc.d/init.d/pkid
To enable automatic startup and shutdown of PKI Services Manager, follow these steps:
ln -s /etc/rc.d/init.d/pkid /etc/rc.d/rc2.d/S900pkidln -s /etc/rc.d/init.d/pkid /etc/rc.d/rc2.d/K100pkidPKI Services Manager init script location: /sbin/init.d/pkid
To enable automatic startup and shutdown of PKI Services Manager, follow these steps:
ln -s /sbin/init.d/pkid /sbin/rc2.d/S900pkidln -s /sbin/init.d/pkid /sbin/rc1.d/K100pkidPKI Services Manager init script location: /etc/init.d/pkid
To enable automatic startup and shutdown of PKI Services Manager, follow these steps:
ln -s /etc/init.d/pkid /etc/rc2.d/S98pkidln -s /etc/init.d/pkid /etc/rc0.d/K30pkidln -s /etc/init.d/pkid /etc/rc1.d/K30pkidln -s /etc/init.d/pkid /etc/rcS.d/K30pkidPKI Services Manager init script location: /etc/init.d/pkid
To enable automatic startup and shutdown of PKI Services Manager, follow these steps:
svccfg -v import /var/svc/manifest/network/pkid.xmlThe pkid.xml should be configured so that the PKI Services Manager service will automatically start on system startup.