To configure RSA Authentication Manager 7.1 (running on a Linux server) to send the syslog, you must enable the Send system to send messages to the OS system log, as follows:
Log in to the security console and select the appropriate instance configuration.
Select the Logging tab, and then select the Send system messages to OS System Log checkbox.
Log in to the Linux terminal as root and change directory:
cd /usr/local/RSASecurity/RSAAuthenticationManager/utils/resources
Open the
ims.propertiesfile for editing to change the values of the three*syslog.hostfields to the IP address of your Comm Broker Sender.Change the
*.use_os_loggerfield values to true to enable the remote logging.Restart the syslog daemon:
kill -1 <pid>
Note
<pid>is the specific process ID ofsyslogd. The ID can be found by running the following command:ps auxf | grep syslog