Enabling Automatic Log Truncation

Automatically truncate the transaction log.

  1. Log in to the Replication Agent instance with the administrator login.
  2. Enable automatic log truncation, and specify the type of automatic truncation:
    • To enable automatic log truncation at a specified time interval:
      ra_config truncation_type, interval
      ra_config truncation_interval, N
      where N is the number of minutes between automatic truncations.
      Note: The maximum truncation_interval value is 720.
    • To enable automatic log truncation whenever the Replication Agent receives a new LTM Locator value from the primary Replication Server:
      ra_config truncation_type, locator_update

See the Replication Agent Reference Manual for more information about the truncation_interval and truncation_type configuration parameters.