Changing configuration parameters for all routes

To set default configuration parameters for all routes originating at the source Replication Server, use the configure replication server command. Table 6-2 has a list and descriptions of configuration parameters that you can set.

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 for all routes originating at the Replication Server. To execute the command, log in to the source Replication Server and perform the following 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.