How to enable Syslog Server on SecurID Access Prime running on Linux
Originally Published: 2020-06-22
Article Number
Applies To
RSA Version/Condition: 1.8.x
Platform: Linux
Platform (Other): null
O/S Version: null
Product Name: null
Product Description: null
Issue
Tasks
Resolution
NOTE: Change the IP Address 10.222.247.34 to your syslog server's IP Address.
*** AMIS
vi /opt/rsa/primekit/configs/amis/tomcat-amis/setenv.sh
export CATALINA_OPTS="$CATALINA_OPTS -Dsyslog.server=10.222.247.34"
*** SSP
vi /opt/rsa/primekit/configs/ssp/tomcat-ssp/setenv.sh
export CATALINA_OPTS="$CATALINA_OPTS -Dsyslog.server=10.222.247.34"
*** HDAP
vi /opt/rsa/primekit/configs/hdap/tomcat-hdap/setenv.sh
export CATALINA_OPTS="$CATALINA_OPTS -Dsyslog.server=10.222.247.34"
2) Edit and set the following xml files as following:
*** AMIS
vi /opt/rsa/primekit/configs/amis/am8-logconfig.xml
IMPORTANT: Make sure the syslog.server variable is set.
<param name="syslogHost" value="${syslog.server}"/>
<param name="syslogHost" value="${syslog.server}"/>
IMPORTANT: Make sure the AM8_AUDIT_SYSLOG is not commented as showing below:
<logger name="com.rsa.ucm.am8.audit" additivity="false">
<level value="INFO"/>
<appender-ref ref="AM8_AUDIT_daily"/>
<appender-ref ref="AM8_AUDIT_SYSLOG"/>
</logger>
Use the following screenshot as reference.
*** SSP
vi /opt/rsa/primekit/configs/ssp/config/logconfig.xml
IMPORTANT: Make sure the syslog.server variable is set.
<param name="syslogHost" value="${syslog.server}"/>
IMPORTANT: Make sure the SSP_AUDIT_SYSLOG is not commented.
<logger name="audit.com.rsa.pso" additivity="false">
<level value="INFO" />
<appender-ref ref="SSP_AUDIT_daily" />
<appender-ref ref="SSP_AUDIT_SYSLOG" /> -->
</logger>
Use the following screenshot as reference.
*** HDAP
vi /opt/rsa/primekit/configs/hdap/config/laplogconfig.xml
IMPORTANT: Make sure the syslog.server variable is set.
<param name="syslogHost" value="${syslog.server}"/>
<param name="syslogHost" value="${syslog.server}"/>
IMPORTANT: Make sure the HDAP_AUDIT_SYSLOG is not commented.
<logger name="audit.com.rsa.pso" additivity="false">
<level value="INFO"/>
<appender-ref ref="HDAP_AUDIT_daily"/>
<appender-ref ref="HDAP_AUDIT_SYSLOG"/>
</logger>
Use the following screenshot as reference.
3) Restart all SecurID Access Prime Services.
cd /opt/rsa/primekit/scripts
./ssp_shutdown.sh
./hdap_shutdown.sh
./amis_shutdown.sh
./amis_startup.sh
./ssp_startup.sh
./hdap_startup.sh
Related Articles
RSA Identity Governance and Lifecycle error in ACM-57594.sql during migration from 6.8.1 to 7.0.1 where workflows have sim… 53Number of Views Role Collector SQLException ORA-06531 Reference to uninitialized collection in RSA Identity Governance and Lifecycle 10Number of Views When configuring Email Notification and Certificate Expiry Notification does 'All Vettors' (or the Vettor(s) selection fo… 12Number of Views Installation fails with 'Reference data is not available for verifying prerequisites on this operating system distributio… 37Number of Views Navigating the Case Portal in the RSA Community (Video) 38Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Governance & Lifecycle 8.0.0 Administrators Guide RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide
Don't see what you're looking for?