Changing the password for the RSI user for a direct route

To change the password for the RSI user for an existing direct route, perform the following steps.

  1. Suspend each direct route from the source Replication Server by entering:

    suspend route to dest_replication_server
    
  2. At the source Replication Server, enter the following command where dest_replication_server is the destination Replication Server for the route you are altering, and passwd is the password to use for the RSI user login name:

    alter route to dest_replication_server
    set password passwd
    
  3. Resume each suspended route from the source by entering:

    resume route to dest_replication_server