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 When configuring Email Notification and Certificate Expiry Notification does 'All Vettors' (or the Vettor(s) selection fo… 12Number of Views How to hide or show authentication method tiles on the SecurID Access Prime Self-Service Portal's login home page (and oth… 50Number of Views AWS IAM Identity Center S3 - SAML My Page SSO Configuration - RSA Ready Implementation Guide 22Number of Views Upgrade/patch fails with 'ORA-00001: unique constraint (SYS.I_WRI$_OPTSTAT_HH_OBJ_ICOL_ST) violated' error in RSA Identity… 100Number 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?