Setting up a replication environment using Replication Manager

The Replication Manager provides a wizard to help you quickly set up one of several types of working replication environments, including:

After you have created the replication environment, use the Configure Replication wizard to create connections, database replication definitions, and subscriptions for your replication tasks.

StepsConfiguring replication

  1. Select the environment object you created.

  2. In the right pane, double-click Configure Replication. The Configure Replication wizard appears.

  3. In the Configure Replication wizard, select the type of environment you want to create:

StepsConfiguring a standard warm standby environment

Note If the active server you want to configure does not appear in the list, click Add Server to open the Add Server wizard. Follow the procedure to add servers in “Creating a replication environment object”.

  1. After selecting the type of environment to create from the Configure Replication wizard, click Next.

  2. Select the active server and active database.

  3. Select the Replication Server that will manage the database connections.

  4. Select the standby server and standby database.

  5. Enter the name of the logical connection.

    When using an existing connection to create a warm standby logical connection, you must use the existing data server and database names of the active database for the logical connection name. See the Replication Server Administration Guide Volume 2 for more information.

  6. Enter the user name and password of the maintenance user. If the maintenance user does not exist, the wizard creates one for you. Accept the defaults, or enter your own values.

  7. Select the user name and password that the RepAgent will use to connect to the Replication Server. If the RepAgent user does not exist, the wizard creates one for you. Accept the defaults, or enter your own values.

  8. Select the materialization method.

  9. Review the summary information about the replication environment.

  10. If everything looks correct, click Finish. Otherwise, click Back to return to an earlier window and change the replication environment information. Then, return to the final wizard window and click Finish.

Replication Manager creates the following replication objects:

StepsConfiguring an environment with one primary and multiple replicates

Use this procedure to set up a warm standby environment where data is replicated from one site to many replicate sites using multisite availability (MSA).

NoteIf the active server you want to configure does not appear in the list, click Add Server to open the Add Server wizard. Follow the procedure to add servers in “Creating a replication environment object”.

  1. Select the primary server and the primary database. Click Next.

  2. Select the Replication Server that will manage the database connections. Click Next.

  3. Select a replicate server, then a corresponding database, and click Add.

    The corresponding server.database connection displays in the Connections list.

    Repeat this step for each replicate server and replicate database pair you need in your environment. Click Next.

  4. Enter the user name and password of the maintenance user. If the maintenance user does not exist, the wizard creates one for you. Accept the defaults, or enter your own values. Click Next.

    All selected connections will use this maintenance user login.

  5. Select the user name and password that the RepAgent will use to connect to Replication Server. If the RepAgent user does not exist, the wizard creates one for you, assigning a default name and password. Accept the defaults, or enter your own values. Click Next.

    All connections will use this RepAgent login.

  6. Specify how replicated tables will materialize:

  7. If you chose Define Subscription for Bulk Materialization, click Use Dump Marker in the Transaction Log to use dump and load coordination. Click Next.

  8. Click Finish if everything looks correct in the information summary of replication environment. Otherwise, click Back to return to an earlier window and change the replication environment information. Then, return to the final wizard window and click Finish.

At the end of the configuration, Replication Manager creates the following replication objects:

StepsCreating a bidirectional replication environment

Use this procedure to define an environment where data is updated at multiple locations and replicated on each site.

  1. Identify the servers and databases that will be part of the bidirectional replication environment.

  2. Follow steps 3 through 8 in configuring an environment with one primary and multiple replicates.