Managing Subsystem Processes With Chkconfig - Red Hat CERTIFICATE SYSTEM 8.0 - ADMINISTRATION Admin Manual

Hide thumbs Also See for CERTIFICATE SYSTEM 8.0 - ADMINISTRATION:
Table of Contents

Advertisement

Chapter 13. Basic Subsystem Management
pki-tps is stopped
If the instance is running, then the status check returns all of the configured ports and URLs for the
instance.
service pki-tps status
pki-tps (pid 8196) is running ...
Unsecure Port
Unsecure Port
Secure Clientauth Port
Secure Clientauth Port
Secure Non-Clientauth Port = http://server.example.com:7889/cgi-bin/so/enroll.cgi
Secure Non-Clientauth Port = https://server.example.com:7890/cgi-bin/home/index.cgi
PKI Instance Name:
PKI Subsystem Type:
Registered PKI Security Domain Information:
==========================================================================
Name:
Example Domain
URL:
https://server.example.com:9445
==========================================================================

13.1.4. Managing Subsystem Processes with chkconfig

Red Hat Enterprise Linux 5.3 has a tool called chkconfig which manages the automatic startup and
shutdown settings for each process on the server. This means that when a system reboots, some
services can be automatically restarted. chkconfig also defines startup settings for different run
levels of the server. chkconfig is explained more in the Red Hat Enterprise Linux documentation,
the Deployment Guide
such as
Certificate System subsystems can be managed by chkconfig, so this tool can set whether to restart
subsystems automatically. By default, every Certificate System subsystem instance is turned off at
every run level in the system, meaning instances must be started and stopped manually. This can be
changed by resetting the configuration in chkconfig to on. For example, this automatically restarts
Red Hat Directory Server, Administration Server, and the CA:
/sbin/chkconfig --level 2345 dirsrv-admin on
/sbin/chkconfig --level 2345 dirsrv on
/sbin/chkconfig --level 2345 pki-ca on
Make sure the subsystem is listed with the other services.
chkconfig --list | grep subsystem_name
To remove the subsystem from the start list, simply turn the level to off:
1
http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/Deployment_Guide-en-US/s1-services-chkconfig.html
296
= http://server.example.com:7888/cgi-bin/so/enroll.cgi
(ESC Security Officer Enrollment)
= http://server.example.com:7888/cgi-bin/home/index.cgi
(ESC Phone Home)
= http://server.example.com:7888/cgi-bin/sow/welcome.cgi
(ESC Security Officer Workstation)
= https://server.example.com:7889/tus/
(TPS Roles - Operator/Administrator/Agent)
(ESC Security Officer Enrollment)
(ESC Phone Home)
pki-tps
TPS
1
.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the CERTIFICATE SYSTEM 8.0 - ADMINISTRATION and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents