Configuring the transaction log location for DB2

To increase database performance, move the DB2® transaction log to a file system that is separate from the DB2® file system.

About this task

Medium environments: Strongly advised
Large environments: Required
Very large environments Required

Procedure

  1. To move the DB2® transaction log to a file system that is separate from the DB2® file system, update the DB2® NEWLOGPATH parameter for your BigFix Inventory database:
    UPDATE DATABASE CONFIGURATION FOR TEMADB USING NEWLOGPATH value
    Where value is a directory on a separate disk (different from the disk where the DB2® database is installed) where you want to keep the transaction logs. This configuration is strongly advised.
  2. For the changes to take effect, restart the database. Run the following commands:
    DEACTIVATE DB TEMADB
    DB2STOP
    DB2START
    ACTIVATE DB TEMADB
  3. Restart the BigFix Inventory server.
    1. To stop the server, run the following command:
      /etc/init.d/BFIserver stop
    2. To start the server, run the following command:
      /etc/init.d/BFIserver start