Creating the data and SRL volumes on the primary site

Create the data volume if you do not have one already.

To create the data volume on the primary site

Create the SRL. The SRL is a volume in the Replicated Volume Group (RVG). The RVG also holds the data volumes for replication.

In the example procedure below, dbdatadg is the disk group and dbdatavol is the data volume to be replicated.

To create the SRL volume on the primary site

  1. On the primary site, determine the size of the SRL volume based on the configuration and amount of use.

    See the Storage Foundation and High Availability Solutions Replication Administrator's Guide for details.

  2. Issue the following command:
    # vxassist -g dbdatadg make dbdata_srl 6800M disk4	disk5

    Note:

    Assume that for the example setup that disk4 and disk5 are already added and are part of the same disk group. They are used in this step for mirroring and creation of the SRL.

  3. If the SRL volume is not already started, start the SRL volume by starting all volumes in the disk group:
    # vxvol -g dbdatadg startall

More Information

Configuring the secondary site