rcp
2.Run the following command at the target disk site:
chown
3.Copy the first ASM instance pfile and password file from the source disk site to the first ASM instance node in the target disk site.
cd /opt/app/oracle/admin/+ASM/pfile rcp
cd /opt/app/oracle/product/11.1.0/db_1/dbs rcp
The
4.Setup the first ASM instance on the target disk site.
In this example, run the following commands from node1 in the site2. cd /opt/app/oracle/product/11.1.0/db_1/dbs
ln
chown oracle:oinstall orapw+ASM1
5.Copy the second ASM instance pfile and password file from site1 to the second ASM instance node in site2.
cd /opt/app/oracle/admin/+ASM/pfile rcp
cd /opt/app/oracle/product/11.1.0/db_1/dbs rcp
The
6.Setup the second ASM instance on the target disk site.
In this example, run the following commands from node2 of site2: cd /opt/app/oracle/product/11.1.0/db_1/dbs
ln
chown oracle:oinstall orapw+ASM2
7.Add the ASM instances with the CRS
srvctl add asm
srvctl add asm
Configuring the Identical RAC Database
Complete the following procedure to configure the replica RAC database. To explain this procedure, it is assumed that the database name is hrdb and the instance hrdb1 is the first instance on first node and hrdb2 is second instance on second node of the source disk site.
Complete the following procedure to configure the identical RAC database:
388 Designing a Disaster Recovery Solution Using Site Aware Disaster Tolerant Architecture