Audit snapshot generation problems

This topic provides solution to problems that occur during audit snapshot generation.

Generating an audit snapshot on Linux can take a significant amount of time

Set the DB2_REDUCED_OPTIMIZATION setting to CART OFF if there are issues generating an audit snapshot in a Linux/DB2 environment and it is not yet configured.
Note: Starting with BigFix Inventory version 11.0.2, the setting is automatically configured for new BigFix Inventory server installations.

For older versions of BigFix Inventory server, perform the following steps:

  1. Stop the BigFix Inventory server.
  2. Stop the DB2 instance with BigFix Inventory (TEMADB) database.
  3. Run the following command when logged in as DB2 instance owner (by default, db2inst1):
    db2set -im DB2_REDUCED_OPTIMIZATION='CART OFF'
  4. Start the DB2 instance.
  5. Start the BigFix Inventory server.