Poc MAA - Blog 7 - Installing RAC
Sunday, April 30th, 2006 by Yuri van BurenIn this Blog we show how we installed the Oracle 10gR2 database software and create a 4 node RAC database.
Unpack the Oracle 10gR2 database software file with:
cpio -idcmv < 10201_database_linuxitanium.cpio
It is essential that the /var/opt/oracle/oraInst.loc file contains the CRS OraInventory like this:
inventory_loc=/u01/sw1/app/oracle/product/oraInventory/crs
inst_group=oinstall
Otherwise the OUI will not detect a Cluster for RAC database creation!
Popularity: 357 points
Popularity: 357 points

