The logging server process terminates when user logs out
Originally Published: 2001-07-18
Article Number
Applies To
Keon Certificate Authority
Sun Solaris 2.6 and above
Issue
The logging server process 'xslogsrv' starts up along with other processes 'xudad', 'httpsd', and 'sessiond' when Keon (Sentry) CA services are started on Solaris. However, as soon as the user, who started the KCA services, logs out of the shell, the logging server process 'xslogsrv' terminates with a SIGHUP signal. That is, 'xslogsrv' does not survive past the session logout.
Cause
Resolution
1. Stop KCA services (make sure all processes have ended)
2. Update the file <KCA-install-directory>/LogServer/bin/start-xslogsrv as follows:
Change the following lines:
#!/bin/sh
sleep 1
./xslogsrv &
exit 0
to:
#!/bin/sh
sleep 1
nohup ./xslogsrv &
exit 0
3. Start KCA services
Note: After making the above changes if you need to stop KCA services, the 'xslogsrv' process may not end. In this case find the PID of xslogsrv and use "kill -9 PID" command to end the logging server.
Related Articles
RSA SecurID Authentication Process 19Number of Views What is the process for FSM to rotate key? 1Number of Views Does PGP disk encryption work with RAU? 13Number of Views RSA Announces Operational Enhancements to RSA SecurID Manufacturing and Shipping Processes 37Number of Views How RSA Authentication Manager Protects Your Resources 41Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x
Don't see what you're looking for?