Setting up an Oracle 11G R2 Real Application Cluster (RAC) using Single Client Access Name (scan IP)

Applications to be used during setup

In Real Application Cluster (RAC), one of Oracle’s high availability solutions, all nodes are active, applications or users can work by connecting to any of them. This technology is only available in Oracle. With the services, the node that applications/users will connect to can be determined by the rules. In case of a problem with the connected node, they can continue their work by connecting to one of the other nodes. There will be no service interruption. It is a structure that we recommend for critical places.

This article tries to explain the RAC setup in an easy step-by-step process.

The setup of Oracle RAC has the below major sections:

1. Network setting information
2. Setup of OpenFiler(SAN)
3. Setup of Oracle Linux server
4. Setup of Node1
5. Setup of Node2
6. Setup of Grid Infrastructure
7. Testing and Troubleshooting

Applications to be used during setup

Oracle

http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-linx8664soft-100572.html

linux.x64_11gR2_database

linux.x64_11gR2_grid

 

On Linux operating systems (distros)

https://edelivery.oracle.com/EPD/Search/handle_go

Along with the operating system, the version of oracle that is running should be certified by Oracle

https://metalink.oracle.com (requires registering a user ID & password, on behalf of your organization) -> can be found in the Certifications category/tab

This isn’t a requirement if the operating system being used isn’t certified. However, using a system that hasn’t been certified can result in continuity problems as well as ineligibility for official Oracle support. In a production enironment this is highly discouraged !!

A Turkish bank had made this mistake at one point, resulting in serious problems.

 

SAN (open filer)

http://www.openfiler.com/community/download/

 

Network Settings

NAS

NIC-1 -> custom-vmnet1 (hostonly)

NIC-2 -> bridge

 

RAC1

NIC-1 -> custom-vmnet1 (hostonly)

NIC-2 -> bridge

 

RAC2

NIC-1 -> custom-vmnet1 (hostonly)

NIC-2 -> bridge

 

NAS

RAC Node1 (Before setting up Oracle)

RAC Node1 (After setting up Oracle)

RAC2 (Before setting up Oracle)

RAC Node2 (After setting up Oracle)

Setup of OpenFiler(SAN)>>