Quiescing the Replication Agent

Quiescing the Replication Agent instance stops its replication processing gracefully, ensuring that all transactions from the log have been read and sent to the Replication Server:

StepsQuiescing a Replication Agent instance

  1. Log in to the Replication Agent instance with the administrator login.

  2. Use the following command to quiesce the Replication Agent:

    quiesce
    

    After you invoke the quiesce command, the Replication Agent instance should go from Replicating state to Admin state.

  3. Use the following command to verify that the Replication Agent instance is in Admin state:

    ra_status
    

NoteIf the internal queues are full and the primary database is still recording new activity to the log files when you invoke the quiesce command, the quiesce processing may take a while to complete, and there may be a delay before the Replication Agent instance completes the transition to Admin state.

For more detailed information about the quiesce command and its processing, see the Replication Agent Reference Manual.