[Oracle RAC 11.2 Installation on Oracle Linux 5.8 x86_64]: Environment description for Oracle RAC installation


RAC looks approximately like this:

oracle rac






This document provides an example deployment of Oracle Real Application Cluster 11.2 using 4 virtualbox virtual machines created “approximately” as follows:
https://docs.google.com/document/d/1ZU6Hk5DYitFYwlRFqN2qmJr6maPpvgsVc6ZTiZ1kYVA/edit





oracle rac



  • 2 virtual machines are used as cluster nodes. Oracle software is installed on them: Oracle Grid and Oracle Database Software
  • 1 virtual machine that acts as a data storage, whose disks are mounted via iSCSI on the cluster nodes.
  • 1 virtual machine is used as a DNS server.



Each cluster node has 4 GB of RAM and 3 network adapters:
Oracle Linux 5.8 is chosen as the operating system.

  • eth0 – public
  • eth1 – interconnect (for communication between cluster nodes)
  • eth2 – private (for cluster node communication with external storage)



For RAC installation, it is necessary to allocate IP addresses in one subnet:

  • 1 public IP for each node (just to connect to the server and perform administrative tasks)
  • 1 vip IP for each node ((in the same subnet as public) preferably vip should be defined in DNS)
  • 3 IP addresses for SCAN ((in the same subnet as public) must be defined in DNS (otherwise errors will occur during installation). The client connects to the SCAN address, which redirects the request to the vip address on the cluster node)