Start and Stop the Service on Linux
The PKI Services Manager service starts automatically after installation. A script is installed, which you can use to start, stop, restart, and check the status of the service.
The following procedures use the installed pkid script. For additional options available using the pkid daemon, see PKI Services Manager Command Reference or refer to the man page: man pkid
To start the service
-
On Linux and Solaris:
/etc/init.d/pkid start
-
On AIX:
/etc/rc.d/init.d/pkid start
To stop the service
-
On Linux and Solaris:
/etc/init.d/pkid stop
-
On AIX:
/etc/rc.d/init.d/pkid stop
To check the service status
-
On Linux and Solaris:
/etc/init.d/pkid status
-
On AIX:
/etc/rc.d/init.d/pkid status
More information