Linux Oracle RAC Software Installation Guide
Detailed 64 Bit Linux Red Hat 4.5 64Bit Oracle RAC 10gR4 Installation
This document will describe the steps necessary to install Oracle RAC 10gR4 Software including CRS, ASM, Patches, and the Database.
The Section Documents CRS, ASM, Database, and Patch Installs are strongly based off Eddie Ambler's Linux 10gR2_CRS_ASM_RAC_Software Install guide. This is the standard way for configuring Oracle RAC on Linux.
The Section Guide's must be installed in order. This install is usually performed by DBA's with assistance from Systems Admins if needed.
Document Creator Todd Walters
Requirements
Overview
Pre-Installation Guides
note -preinstallation performed by System Admin
How to Install Linux Oracle RAC Virtual Server
-
-
Oracle Software Installation Guide
Prepare Linux Environment for GUI Access for Oracle Installation
-
-
-
-
-
-
-
-
-
Installation Summary
Install 10.2.0.1 Cluster Ready Services [CRS] – and apply patch 4679769 otherwise CRS install fails.
Install 10.2.0.1 Automatic Storage Management [ASM] – software only.
Install 10.2.0.1 for database – software only.
Apply 10.2.0.4 patch to all 3 HOMES (CRS, ASM and DB).
NetAdmin creates ASM Disks using oracleasm on all nodes within cluster.
Run dbca from ASM Home to create ASM instances with 2 disk groups
Run dbca from DB Home, to create your database instances.
Set TNS_ADMIN ENV and start all instances using srvctl commands
Glossary of Common Terms
RAC Oracle Real Application Cluster (Database Hardware Clustering Solution)
OCR Oracle Cluster Registry
CRS Oracle Cluster Registry Services (Clustering Software)
SIP Service IP
VIP Virtual IP
VLAN Virtual Local Area Network
IC or HB Oracle Interconnect – Heart Beat
Voting Disk - is file that resides on shared storage and Manages cluster members. Voting disk reassigns cluster ownership between the nodes in case of failure.
OCR (Oracle Cluster Registry) - resides on shared storage and maintains information about cluster configuration and information about cluster database. OCR contains information like which database instances run on which nodes and which services runs on which database.
CRS Resource - anything that Oracle Clusterware manages is classified as CRS resource like database, instance, service, listener, VIP address and so on.
Section 1: Prepare Linux Environment for GUI Access
Login to Node 1 via Putty: srv0dbxd11
Switch user to Oracle
Set VNC Password. VNC is used to allow GUI Login for Software Install
Edit ~/.vnc/xstartup file to set up for normal desktops.
Start vncserver for Oracle User
srv0dbxd11 | ORA1020 | /export/home/oracle
> vncserver
New 'srv0dbxd11:1 (oracle)' desktop is srv0dbxd11:1
Starting applications specified in /export/home/oracle/.vnc/xstartup
Log file is /export/home/oracle/.vnc/srv0dbxd11:1.log
Login to Node 1 with VNC Viewer
-
Launch VNC Viewer and enter the vncserver information:
Enter password you created above:

Open Console by right-clicking on desktop and run xhost +
Then continue to Section 2: Install CRS Home
Section 2: Install CRS Home
Overview
-
CRS Software Location: /oramnt//Oracle/software/crs/base/10.2.0/linux_64bit/clusterware
When Complete return here for Section 3: Install ASM Home; Binaries Only
Section 3: Install ASM Home: Binaries Only
Overview
-
ASM Home Software Location: /oramnt//Oracle/software/asm/base/10.2.0.1/linux_64bit/database
When ASM Installation is completed, return here for Section 4: Install DB Home; Software Only
Section 4: Install DB Home-Software Only
Overview
-
Database Software Location: /oramnt//Oracle/software/rdbms/base/10.2.0.1/linux_64bit/database
When Database-Software Only Installation is completed, return here for Section 5: Install Oracle 10gR4 CRS Home Patch.
Section 5: Install Oracle 10gR4 CRS Home Patch
Overview
-
Database Software Location: /oramnt//Oracle/software/rdbms/patchset/10.2.0.4/linux/Disk1
When CRS is patched to 10gR4 return here to begin Section 6: Install Oracle 10gR4 ASM Patch
Section 6: Install Oracle 10gR4 ASM Patch
Overview
-
Database Software Location: /oramnt//Oracle/software/rdbms/patchset/10.2.0.4/linux/Disk1
When ASM is patched to 10gR4 return here to begin Section 7: Install Oracle 10gR4 Database Patch
Section 7: Install Oracle 10gR4 Database Patch
Overview
-
Database Software Location: /oramnt//Oracle/software/rdbms/patchset/10.2.0.4/linux/Disk1
When Database is patched to 10gR4 return here and hand over to System Admin to begin Section 8: How To Configure ASM Disks
Section 8: How To Configure ASM Disk for RAC Servers
Overview
-
DBCA Software Location: /u00/app/oracle/product/10.2.0/ASM/bin/dbca
After ASM Disks are created, Systems Admin hands back control to DBA. DBA will proceed to Step 9: How To Install Oracle ASM Instance next.
Section 9: Install Oracle ASM Instances
Overview
-
DBCA Software Location: /u00/app/oracle/product/10.2.0/ASM/bin/dbca
After ASM Instance is created, go to Section 10: How to Install Oracle Database Instance
Section 10: Install Oracle Database Instances
Overview
-
DBCA Software Location: /u00/app/oracle/product/10.2.0/ASM/bin/dbca
Database installation and creation is complete.