
So now fdisk –l you should details of /dev/sdb, dev/sdc, dev/sdd
--Add These disks as raw devices in file /etc/sysconfig/rawdevices as
/dev/raw/raw1 /dev/sdb1
/dev/raw/raw2 /dev/sdc1
/dev/raw/raw3 /dev/sdd1
--Restart rawdevices service as service rawdevices restart
Create directory /apps/oracle/oradata (For storing voting disk, ocr and ASM) as
mkdir –p /apps/oracle/oradata (From Root Account)
-->Create symbolic link pointing to these raw devices so that we know which one is for what (Optional)
ln –s /dev/raw/raw1 /apps/oracle/oradata/ocr
ln –s /dev/raw/raw2 /apps/oracle/oradata/votingdisk
ln –s /dev/raw/raw3 /apps/oracle/oradata/asm
--Change ownership of these directories to oracle:oracle
chown oracle:oracle /dev/raw/raw1
chown oracle:oracle /dev/raw/raw2
chown oracle:oracle /dev/raw/raw3
Shutdown this machine as this is now ready to clone and to create RAC2 machine.
Coming Next
-Cloning RAC1 to RAC2
-Changing RAC2 network and hostname details
-Configuring user equivalency
-Installing clusterware 10.2.0.1
-Installing Oracle rac database 10.2.0.1
-Tips and Tricks of troubleshooting Oracle RAC Database and clusterware.....
nice post keep them up
fadi