Link to home
Start Free TrialLog in
Avatar of walkerdba
walkerdba

asked on

rac install 1

While installing oracle RAC it is asking this

how this will achieved ..


Install the following package from the Oracle grid media after you've defined groups.

cd /your/path/to/grid/rpm
rpm -Uvh cvuqdisk*

Here are the directories..

groupadd -g 1000 oinstall
groupadd -g 1200 dba
useradd -u 1100 -g oinstall -G dba oracle
passwd oracle
mkdir -p  /u01/app/11.2.0/grid
mkdir -p /u01/app/oracle/product/11.2.0/db_1
chown -R oracle:oinstall /u01
chmod -R 775 /u01/
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

The docs are your friend:
http://docs.oracle.com/cd/E11882_01/install.112/e22489/prelinux.htm#BABCGHFJ

1.Locate the cvuqdisk RPM package, which is in the directory rpm on the installation media. If you have already installed Oracle Grid Infrastructure, then it is located in the directory grid_home/rpm.
Avatar of walkerdba

ASKER

do we need to unzip the  linux.x64_11gR2_grid.zip  first
ASKER CERTIFIED SOLUTION
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
yes