Bug 674917 - Restore identification of Tomcat-based PKI subsystem instances
Summary: Restore identification of Tomcat-based PKI subsystem instances
Keywords:
Status: CLOSED EOL
Alias: None
Product: Dogtag Certificate System
Classification: Retired
Component: Execution Management (start/stop/restart)
Version: 9.0
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: ---
Assignee: Matthew Harmsen
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-02-03 18:19 UTC by Matthew Harmsen
Modified: 2020-03-27 18:33 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 18:33:29 UTC
Embargoed:


Attachments (Terms of Use)
Identify Tomcat PKI Instances with their associated PKI Subsystem (5.24 KB, patch)
2011-02-03 18:36 UTC, Matthew Harmsen
awnuk: review+
Details | Diff

Description Matthew Harmsen 2011-02-03 18:19:06 UTC
With the change from Tomcat5 to Tomcat6, Tomcat instances now automatically place pid files under '/var/run' and lock files under '/var/lock/subsys'.  However, since PKI subsystem instances can have any name, in order to identify the PKI subsystem type of a particular PKI instance, we should create a separate "pki instance type" symlink to the pid file under '/var/run/pki/<pki subsystem>', and a separate "pki instance type" symlink to the lock file under '/var/lock/pki/<pki subsystem>'.

Comment 1 Matthew Harmsen 2011-02-03 18:36:50 UTC
Created attachment 476841 [details]
Identify Tomcat PKI Instances with their associated PKI Subsystem

Comment 2 Matthew Harmsen 2011-02-03 18:42:54 UTC
# cd pki

# svn status | grep -v ^$ | grep -v ^P | grep -v ^X | grep -v ^?
M       base/ca/setup/registry_instance
M       base/common/scripts/functions
M       base/tks/setup/registry_instance
M       base/ocsp/setup/registry_instance
M       base/kra/setup/registry_instance

# svn commit
Sending        base/ca/setup/registry_instance
Sending        base/common/scripts/functions
Sending        base/kra/setup/registry_instance
Sending        base/ocsp/setup/registry_instance
Sending        base/tks/setup/registry_instance
Transmitting file data .....
Committed revision 1816.


Note You need to log in before you can comment on or make changes to this bug.