How to increase the logging of KCA on Solaris
2 years ago
Originally Published: 2003-01-24
Article Number
000060714
Applies To
Keon Certificate Authority
Sun Solaris
Issue
How to increase the logging of KCA on Solaris
How to increase the logging of KCA on Solaris
KCA not logging to syslog on Solaris
Resolution
To increase the logging of KCA on Solaris, add the following line into the "/etc/syslog.conf" file:

local0.err;local0.info                          /var/adm/messages

NOTE 1: You can add the above line after the line of:
*.err;kern.debug;daemon.notice;mail.crit /var/adm/messages

NOTE 2: Use one or more Tabs between the left-hand side and the right-hand side expressions in its configuration file


After modifying the file, you then need to run the following:

> kill -HUP <syslog pid>


To get the syslog pid, you can use the following:

>ps -ef | grep syslog.conf


Lastly, restart KCA and you should now be able to find the events logged into '/var/adm/messages' file.