8.9 Enabling Caching of Audit Events for Apache Gateway Service

  1. Open the log4j.xml.base file.

    Windows: C:\Program File\Novell\amlogging\config\log4j.base.xm

    Linux: /etc/opt/novell/amlogging/config/log4j.xml.base

  2. Look for Audit Server entry. By default the EnableCaching value is set to false. The xml entry for Audit server looks as below:

    <appender name="AMAuditNSureAuditAppender"
    class="com.novell.nacm.logging.audit.AMNSureAuditAppender">
            <param name="AppendMode" value="DIRECT"/>
            <param name="ErrorHandling" value="DISCARD"/>
            <param name="CertificatePath"
    value="/etc/opt/novell/amlogging/certs/amnacert.pem"/>
            <param name="PrivateKeyPath"
    value="/etc/opt/novell/amlogging/certs/amnapkey.pem"/>
            <param name="EnableCaching" value="false"/>
            <param name="ServerCheckInterval" value="4"/>
    
            <filter class="com.novell.nacm.logging.audit.AMNSureAuditFilter">
            </filter>
        </appender>
    
  3. Modify the EnableCaching value from false to true.

  4. In the Administration Console, click Devices > Access Gateways > Edit > Auditing. If any of the events are enabled, then disable all the events by unchecking them. click OK twice. On the Access Gateways page, click Update.

  5. In the Administration Console, click Devices > Access Gateways > Edit > Auditing. Enable the required events by checking them. click OK twice. On the Access Gateways page, click Update.