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
Installation fails with 'Reference data is not available for verifying prerequisites on this operating system distributio… 37Number of Views Online video tutorial reference for the RSA SecurID Suite 116Number of Views RSA Identity Governance and Lifecycle error in ACM-57594.sql during migration from 6.8.1 to 7.0.1 where workflows have sim… 54Number of Views Form approval node shows exception caught during script evaluation error in RSA Via Lifecycle and Governance 234Number of Views Linux Kernel vulnerability CVE-2017-17806 on RSA Appliance 3Number of Views
Trending Articles
RSA SecurID software token .sdtid file fails to import into RSA SecurID Software Token 5.0 for Windows Configuring a Checkpoint firewall to work with SecurID RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Authentication Manager Patch Updates Unable to login to RSA Authentication Manager Security Console as super admin
Don't see what you're looking for?