Task 1a: Create the RS_user on Replication Server

Replication Server requires a valid Replication Server user ID to make the connection from Replication Agent for DB2 to Replication Server.

Issue the Replication Server create user command to create the Replication Server user. Use the values of the RS_user and RS_pw LTM for MVS configuration parameters as the user ID and password.

StepsTo create the Replication Server user

  1. Obtain the value of the RS_user configuration parameter. This information was recorded during installation on the Replication Agent Installation Worksheet.

  2. Obtain the value of the RS_pw configuration parameter. This information was recorded during installation on the Replication Agent Installation Worksheet.

  3. Log into the primary Replication Server as the System Administrator (sa) and enter the following command:

    create user RS_user
    set password RS_pw
    

    where RS_user and RS_pw are the Replication Server user ID and password you located in steps 1 and 2.

See also