Oracle 11g RAC Installation - Checklist
Oracle 11g RAC Installation - Checklist
Sudipta Ganguly
System Requirements
4 Disk Space 3 Disk MIN, (5 recommended) each of minimum 1gb for oracle clusterware files (ocr and SYSTEMS
vd) and Minimum 5gb for grid home.
5 Groups oinstall, dba, osasm (Create it on both nodes) SYSTEMS
Add the following lines to the /etc/pam.d/login file, if they are not already present:
session required /lib/security/pam_limits.so
session required pam_limits.so
12 Installation Folders /u01/app/oracle –> for $ORACLE_BASE for Oracle Database instance SYSTEMS
/u01/app/grid –> for $ORACLE_BASE for ASM instance
/u01/app/11.2.0/grid –> for $ORACLE_HOME for ASM instance
13 Folder Permissions chown -R grid:dba /u01 SYSTEMS
chown -R oracle:dba /u01/app/oracle
14 SSH Configure SSH on each RAC Node SYSTEMS
1 SCAN IP single client access name need to be configured at dns with 03 IP address (recommended) SYSTEMS
scan-129069.pdf
2 Node IP's IPs for 02 Node. This IP, names mapping should be updated in hosts file SYSTEMS
Wrong Entry
Correct Entry
from
10.177.30.4 rac01-vip.esrd.com rac02-vip
to
10.177.30.4 rac01-vip.esrd.com rac01-vip
* If /etc/hostfile has an incorrect entry follow the steps mentioned in the document to resolve the
issue
1 ASM RPMS These rpms need to be installed for oracle ASM. Need to check kernel version. Note each SYSTEMS
kernel version has corresponding oracleasm
oracleasm-support-2.1.8-1.el5.x86_64.rpm
oracleasmlib-2.0.4-1.el5.x86_64.rpm
oracleasm-2.6.18-194.17.4.el5-2.0.5-1.el5.x86_64.rpm
2 ASMLib Download ASMLib SYSTEMS
oracleasm-support-2.1.3-1.el5.x86_64.rpm
oracleasmlib-2.0.4-1.el5.x86_64.rpm
3 Multipath Device Check ASM is pointing to MULTIPATH device on both the nodes (NEED TO PERFORM AS SYSTEMS
ROOT USER)
Add/Edit following in "/etc/sysconfig/oracleasm" file on both the nodes and restart oracleasm on
both the nodes.
then issue
/etc/init.d/oracleasm stop
/etc/init.d/oracleasm start
/usr/sbin/oracleasm exit
/usr/sbin/oracleasm configure -e -u grid -g dba -s y -o "dm" -x "sd"
/usr/sbin/oracleasm init
/usr/sbin/oracleasm scandisks
Issue the follwing command to check that the disks are same on both the nodes
*Note:
1. If we are supposed to build the environment as per clients requirement then check that the pre-
requisites are met as per clients specifications.
2. All root.sh for RAC nodes has to be run on a node at a time and not in PARALLEL. Follow the
attached document to resolve the issue if root.sh is run in PARALLEL.
Please run the following commands to check that basic pre-requisites are met before installing Oracle
System Requirements
S. No Parameters Commands
Oracle User
Profile.pdf
14 Check User On both the nodes issue:
equivalence Node 1:
$ ssh node1 date
$ ssh node 2 date
Node 2:
$ ssh node 1 date
$ ssh node 2 date
*The interface names associated with the network adapters for each network must be
the same on all nodes
*For the public network, each network adapter must support TCP/IP.
*For the private network, the interconnect must support the user datagram protocol
(UDP) using high-speed network adapters and switches that support TCP/IP (Gigabit
Ethernet or better recommended).
ASM Requirements
1 ASMLib Check that ASMLib is installed and configured
2 ASM RPMS Verify ASM RPMs are installed: rpm -qa |grep oracle
3 Disks Run the following command to see that the disks are only be stamped by one node
# /etc/init.d/oracleasm scandisks
# /etc/init.d/oracleasm listdisks
4 Multipath Check that the disks are pointing to same multipath devices on both nodes
5 Disk Allocation (5 recommended) each of minimum 1gb for oracle clusterware files (ocr and vd) and
Minimum 5gb for grid home.
RAC Requirements
If any of the checks mentioned above fails raise an IssueTrak ticket for the Tricore Systems/Network
team.