Creating the data and SRL volumes on the secondary site

Note the following when creating volumes for the data and SRL:

To create the data and SRL volumes on the secondary site

  1. In the disk group created for the application database, create a data volume of same size as that in primary for data; in this case, the rac_vol1 volume on the primary site is 6.6 GB:
    # vxassist -g oradatadg make rac_vol1 6800M nmirror=2 disk1 disk2
    						
  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 oradatadg make rac1_srl 1500M nmirror=2 disk4 disk6