Setting Up Connection Parameters for the ERSSD (or RSSD)

Configure connectivity to the ERSSD or RSSD.

  1. Log in to the Replication Agent administration port, and verify that the Replication Agent instance is in Admin state:
    ra_status
    If the instance is not in the Admin state, change it to the Admin state:
    suspend
  2. Specify the ERSSD host name:
    ra_config rssd_hostname, rssd_host
    where rssd_host is the network name of the ERSSD host machine.
  3. Specify the ERSSD port number:
    ra_config rssd_port_number, NNN
    where NNN is the number of the network port where the ERSSD server listens for connections.
  4. Specify the ERSSD database name:
    ra_config rssd_database_name, rssd_db
    where rssd_db is the database name of the ERSSD.
  5. Specify the ERSSD user login name for the Replication Agent instance:
    ra_config rssd_username, ra_rssd_user
    where ra_rssd_user is the user login name that the Replication Agent uses to log in to the ERSSD.
  6. Specify the user login password for the Replication Agent instance:
    ra_config rssd_password, ra_rssd_pwd
    where ra_rssd_pwd is the password for the user login name that the Replication Agent uses to log in to the RSSD.

After you set up connection configuration parameters for the primary Replication Server and RSSD, you can use the Replication Agent test_connection RS command to test connectivity between the Replication Agent and the Replication Server and RSSD.