The logging server process terminates when user logs out
Originally Published: 2001-07-18
Last Modified: 2023-10-06
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
What is the process for FSM to rotate key? 1Number of Views Does PGP disk encryption work with RAU? 15Number of Views RSA SecurID Authentication Process 23Number of Views RSA Announces Operational Enhancements to RSA SecurID Manufacturing and Shipping Processes 37Number of Views How RSA Authentication Manager Protects Your Resources 47Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device Unable to login to RSA Authentication Manager Security Console as super admin RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Manual synchronization introduced in RSA Authentication Manager 8.2 Service Pack 1 patch 6 Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory
Don't see what you're looking for?