Creating the data and SRL volumes on the secondary site

Note the following when creating volumes for the data and Storage Replicator Log (SRL):

To create the data and SRL volumes on the secondary site

  1. In the disk group created for the database, create a data volume of same size as that in primary for data; in this case, the dbdata_vol volume on the primary site is 12 GB:
    # vxassist -g dbdatadg make dbdata_vol 12000M disk11 disk12
    		
  2. Create the volume for the SRL, using the same name and size of the equivalent volume on the primary site. Create the volume on different disks from the disks for the database volume, but on the same disk group that has the data volume:
    # vxassist -g dbdatadg make dbdata_srl 6800M disk14 disk16

    See the Veritas InfoScale™ Replication Administrator's Guide for details.