Suppose that when you first enabled your database for auditing, you created one area for both the data and indexes. Now you want to move the audit indexes into a separate area. Use the following steps as a guide:

To split one audit area into separate data and index areas:

  1. Create a structure file to define a new area to hold the audit indexes. See Maintain Database Structure for information on evaluating database structure and using PROSTRCT to modify the physical structure of your database.
  2. Add the new area to your database with PROSTRCT ADD.
  3. Reconfigure your index areas.
    Use the following syntax:
    proutil db-name -C auditreconfig indexarea new-index-area-name

    Successful completion of the reconfiguration produces the following messages:

    Auditreconfig started. (16973)
    Reconfiguring indexes ... (16978)
    Auditreconfig completed. (16975)

See PROUTIL AUDITRECONFIG qualifier for the complete syntax.