RSA Authentication Manager configuration

Prev Next

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:

  1. Log in to the security console and select the appropriate instance configuration.

  2. Select the Logging tab, and then select the Send system messages to OS System Log checkbox.

  3. Log in to the Linux terminal as root and change directory:

    cd /usr/local/RSASecurity/RSAAuthenticationManager/utils/resources
  4. Open the ims.properties file for editing to change the values of the three *syslog.host fields to the IP address of your Comm Broker Sender.

  5. Change the *.use_os_logger field values to true to enable the remote logging.

  6. Restart the syslog daemon:

    kill -1 <pid>

    Note

    <pid> is the specific process ID of syslogd. The ID can be found by running the following command:

    ps auxf | grep syslog