Changing the Next Intermediate Site for an Indirect Route

Change the next intermediate site for an existing indirect route.

  1. Enter the following command at the source Replication Server, from which the direct route originates:
    suspend route to dest_replication_server
  2. At each Replication Server that manages a database with a RepAgent, enter:
    suspend log transfer from all

    and then quiesce the replication system so that messages will be redirected to your new routing configuration without error.

  3. Create any additional routes that the indirect route will use.
    • If the current Replication Server does not already have a direct route to the Replication Server that you will specify as the new intermediate site for the indirect route, create the route.

    • If the Replication Server that you will specify as the new intermediate site for the indirect route does not already have a direct or indirect route to the destination site, create the route.

  4. For the indirect route for which you are specifying a new intermediate Replication Server, enter the following command at the source Replication Server where dest_replication_server is the destination Replication Server for the route you are altering, and thru_replication_server is the new intermediate Replication Server for the route:
    alter route to dest_replication_server
    set next site thru_replication_server
  5. Resume log transfer connections by entering the following command at each Replication Server where you previously suspended log transfer:
    resume log transfer from all
  6. Resume the suspended route by entering the following command at the source Replication Server:
    resume route to dest_replication_server
Related tasks
Quiescing a Replication System