13.4 Prerequisites for Installing SLM for IGA

Ensure that you have completed the following tasks before starting the installation:

  • Verify that your hardware and software meet the system requirements listed in System Requirements.

  • Ensure that the following RPMs are installed on the system before installing SLM for IGA:

    • bash

    • bc

    • coreutils

    • gettext

    • glibc

    • grep

    • libgcc

    • libstdc

    • lsof

    • net-tools

    • openssl

    • python-libs

    • sed

    • zlib

  • If you are using Sentinel or an identity tracking solution and have not upgraded to SLM for IGA 8.0.0.1, you must apply the latest JDBC patch:

    1. Stop the SLM for IGA service.

      rcsentinel stop

    2. Back up the postgresql-9.4-1201-jdbc4.jar file present in the $ESEC_HOME$/lib directory.

    3. Navigate to the /products/SentinelLogManagementforIGA/patches and copy the postgresql-9.4-1212-jdbc4.jar to the $ESEC_HOME$/lib directory.

    4. Assign the required permissions to the postgresql-9.4-1212-jdbc4.jar:

      chown novell:novell postgresql-9.4-1212-jdbc4.jar

      chmod 600 postgresql-9.4-1212-jdbc4.jar

    5. Edit the server.conf to add an entry for postgresql-9.4-1212-jdbc4.jar:

      vi $ESEC_HOME$/config/server.conf

      wrapper.java.classpath.7=%ESEC_HOME%/lib/postgresql-9.4-1212-jdbc4.jar

    6. Start the SLM for IGA service.

      rcsentinel start