2
 Single Instance to Rac Instance -------------------------------- step 1: Create a single instane in rac1. step 2: cd $ORACLE_HOME/assistants/rconfig/sampleX MLS step 3: cp Converttorac.xml /tmp step 4: cd /tmp step 5: vi converttorac.xml <n:convert verify = yes> (options like yes=>prerequiste+conve rt, no=>p rerequisite+no convert, only=>no prerequisite+convert. ) <n:SourceDBhome> /u01/app/oracle/product/11.1.0/db_1 </n:SourceDBhome> <n:TargetDBhome> /u01/app/oracle/product/11.1.0/db_1 </n:TargetDBhome> <n:user> sys </n:user> <n:p/w> sys </n:p/w> <n:Role> sysdba </n:Role> remove the asm lines or comment the lines. <n: Nodelist> <n:nodename = "rac1"/> <n:nodename = "rac2"/> <n: InstancePrefix> dbname </n:InstancePrefix> <n: SharedStorage type = "CFS"> <n: Target database area> /shared_data/dbname/ </n: target database area > <n: Target Flash Recovery Area> /shared_data/dbname/ </n: Target Flash R ecovery ARea> save and exit. step 6: cd $ORACLE_HOME/bin ./rconfig /tmp/convertToRAC.xml The output will be displayed.

Single Instance to Rac Instance

Embed Size (px)

Citation preview

Page 1: Single Instance to Rac Instance

7/21/2019 Single Instance to Rac Instance

http://slidepdf.com/reader/full/single-instance-to-rac-instance 1/1

Single Instance to Rac Instance--------------------------------

step 1: Create a single instane in rac1.

step 2: cd $ORACLE_HOME/assistants/rconfig/sampleXMLS

step 3: cp Converttorac.xml /tmp

step 4: cd /tmp

step 5: vi converttorac.xml

<n:convert verify = yes> (options like yes=>prerequiste+convert, no=>prerequisite+no convert, only=>no prerequisite+convert.)

<n:SourceDBhome> /u01/app/oracle/product/11.1.0/db_1 </n:SourceDBhome><n:TargetDBhome> /u01/app/oracle/product/11.1.0/db_1 </n:TargetDBhome>

<n:user> sys </n:user><n:p/w> sys </n:p/w><n:Role> sysdba </n:Role>

remove the asm lines or comment the lines.

<n: Nodelist>

<n:nodename = "rac1"/><n:nodename = "rac2"/>

<n: InstancePrefix> dbname </n:InstancePrefix><n: SharedStorage type = "CFS"><n: Target database area> /shared_data/dbname/ </n: target database area

><n: Target Flash Recovery Area> /shared_data/dbname/ </n: Target Flash R

ecovery ARea>

save and exit.

step 6: cd $ORACLE_HOME/bin

./rconfig /tmp/convertToRAC.xml

The output will be displayed.