Altering an encrypted password for a Replication Server

Follow the steps in this section to change an encrypted password in a Replication Server configuration file.

If password encryption is not enabled, you can use a text editor to change passwords in the configuration file.

NoteThe steps in this procedure do not apply to the passwords stored in the RSSD. To change the Replication Server password, use the alter user command. To change the maintenance user password, use the alter connection or alter route command.

StepsAltering an encrypted password

  1. Log in as the “sybase” user and change to the Sybase installation directory.

  2. Start rs_init. Enter:

    $SYBASE/$SYBASE_REP/install/rs_init
    

    You see the RS_INIT menu.

  3. Select Configure a Server Product.

  4. Select Replication Server.

  5. Select Alter a Replication Server Configuration File Password.

  6. Complete the screen as follows.

    1. Enter the name of the Replication Server whose configuration file you want to update.

    2. Enter the login name for the Replication Server “sa” user.

    3. Enter the password for the Replication Server “sa” account.

    4. Enter the full path name for the Replication Server configuration file.

    5. Enter the parameter for the password you want to alter. The parameters for the password that you can be used are:

      • RSSD_primary_pw_enc – for the RSSD primary user.

      • RSSD_maint_pw_enc – for the RSSD maintenance user.

      • ID_pw_enc – for the ID Server user name.

    6. Enter the new password you want to use.

  7. Press Ctrl+A to save your changes. rs_init displays:

    Execute the Replication Server tasks now?
    
  8. Enter “y”.

    rs_init shuts down the Replication Server, then records the new password in the Replication Server configuration file. When that process is complete, rs_init displays this message:

    Configuration completed successfully.
    
    Press <return> to continue.
    
  9. Press Return. You see the Configure Replication System screen.

  10. Press Ctrl+C and type “y” to exit rs_init.

  11. Restart the Replication Server.