Changing Configuration Parameters for All Routes

Use the configure replication server command to set default configuration parameters for all routes originating at the source Replication Server.

Configuration parameters set for individual routes with alter route override default parameters set with configure replication server. Thus, you can set default parameters with configure replication server and then customize settings for individual routes with alter route.

The syntax for changing route parameters with configure replication server is:
configure replication server
 set route_param to 'value'

Here is an example of using configure replication server to change the rsi_save_interval parameter to 2 minutes. To execute the command, log in to the source Replication Server and perform these steps:

  1. Suspend all routes from the source Replication Server. For each route, enter:
    suspend route to dest_replication_server
  2. Execute the configure replication server command:
    configure replication server
     set rsi_save_interval to '2'
  3. Resume suspended routes from the source Replication Server. For each route, enter:
    resume route to dest_replication_server

Configuration changes take effect after you resume the routes.

Related reference
Configuration Parameters Affecting Routes