Article Content
Article Number | 000020638 |
Applies To | RSA ACE/Server UNIX (AIX, HP-UX, Solaris) Sun Solaris syslog.conf |
Issue | RSA ACE/Server logging into systems log file fails to log user login events The ace/server has been told to write to system log via the sdadmin interface on the ACE/Server and does not function |
Cause | Solaris uses the /etc/syslog.conf to configure what is written to the logs for each event type. When using the ACE/Server to log certain events, we check to verify if the *.info has been invoked. |
Resolution | We need to view each line item on an individual line. Concatenating values with semicolons will cause logging to the syslog to fail. For example: *.info /var/adm/messages *.err /var/adm/messages *.debug /var/adm/messages Rather than having all of these statements on the same line, each line should be separate. |
Legacy Article ID | a17958 |