SlideShare a Scribd company logo
INSTALL ORACLE RAC ON LINUX 6.6
Introduction
This document describe steps to install Oracle Grid Infrastructure on Linux 6.6.
Environment:-
Operating System: Oracle Linux 6.6
Database: - 11.2.0.4
Before this document I post how to configure ASMLIB On Oracle Linux 6.6 Check it here.
Software Needed:-
1- Oracle Grid Infrastructure 11.2.0.4.
2- Oracle Linux 6.6
INSTALL ORACLE RAC ON LINUX 6.6
About the Author
Osama Mustafa has progressive experience in Oracle Products, community. He recently served as
Oracle Database Administrator.
Provide Database Implementation Solutions, High Availability Solution, Infrastructure and Storage
Planning, Install, Configure, Implement and manage Oracle E-Business Suite environments. Architect,
build and support highly-available Oracle EBS, Database and Fusion Middleware environments including
appropriate reporting, Installs, configures, upgrades, tunes, and maintains production, development and
test databases.
He entered Oracle ACE Director Program in 2015, he is author for the book Oracle Penetration Testing,
Osama Mustafa Certified OCP 10g,11g, Linux Implementations , Certified Ethical hacker and LPT , and
Solaris Administrator.
Include to all this Osama Mustafa is international Speaker in Oracle User Group and Oracle OTN Tour,
Published Online Articles in His blog about Oracle Technology, Volunteer in Oracle User Group such as
IOUG, ODTUG and UKOUG , Volunteer Board member in RACSIG and Organizer for RACATTACK
Event around the world. Recently his article has been published on OTECH magazine about Real
Application Cluster Here.
Twitter: @OsamaOracle
G+: Osama Mustafa
SlidShare: Osama Mustafa
LinkedIn: http://www.linkedin.com/in/osamamustafa
Blog: https://osamamustafa.blogpsot.com.
INSTALL ORACLE RAC ON LINUX 6.6
To make it easier use Yum repository to install and configure pre requisites I post before how to create
local Yum repository using ISO image Read from here.
Using Yum
yum install oracle-rdbms-server-11gR2-preinstall
Manually follow the below steps:-
1- Create User On both Node
/usr/sbin/groupadd -g 501 oinstall
/usr/sbin/groupadd -g 502 dba
/usr/sbin/groupadd -g 503 oper
/usr/sbin/groupadd -g 504 asmadmin
/usr/sbin/groupadd -g 506 asmdba
/usr/sbin/groupadd -g 507 asmoper
2- Create the users that will own the Oracle software using the commands
/usr/sbin/useradd -u 501 -c "Oracle Grid Infrastructure Owner" -g oinstall -G
asmadmin,asmdba,asmoper grid
/usr/sbin/useradd -u 502 -c "Oracle RDBMS Owner" -g oinstall -G dba,oper,asmdba oracle
Set Password for Both users:-
passwd grid
passwd oracle
Note: Step #1, #2 should be even with yum.
3- Configure /etc/hosts.
4- vi /etc/sysctl.conf
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
fs.file-max = 6553600
net.ipv4.ip_local_port_range = 9000 65500
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048576
/sbin/sysctl –p
INSTALL ORACLE RAC ON LINUX 6.6
5- add these lines in /etc/security/limits.conf :-
grid soft nproc 2047
grid hard nproc 16384
grid soft nofile 1024
grid hard nofile 65536
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 65536
6- add this line in /etc/pam.d/login
session required pam_limits.so
7- Create directories :-
# mkdir -p /u01/app/oraInventory
# chown -R grid:oinstall /u01/app/oraInventory
# chmod -R 775 /u01/app/oraInventory
# mkdir -p /u01/11.2.0/grid
# chown -R grid:oinstall /u01/11.2.0/grid
# chmod -R 775 /u01/11.2.0/grid
# mkdir -p /u01/app/oracle/product/11.2.0/db_1
# chown -R oracle:oinstall /u01/app/oracle/product/11.2.0/db_1
# chmod -R 775 /u01/app/oracle/product/11.2.0/db_1
Now follow the screenshots:-
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
Enter LISTENER NAME and Cluster Name
INSTALL ORACLE RAC ON LINUX 6.6
Configure SSH between nodes the installation will fail without it.
INSTALL ORACLE RAC ON LINUX 6.6
Choose Which IP for Public and Private
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
After the above steps the RAC will be installed successfully don’t ignore any error message.
Now After Grid Installation, The ASM Configuration and Create DATA and FRA Disk like the
below.
INSTALL ORACLE RAC ON LINUX 6.6
DATABASE
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
After the above steps is done It’s Time to create Database.
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6
INSTALL ORACLE RAC ON LINUX 6.6

More Related Content

What's hot (20)

PDF
Installing oracle timesten database On Linux
Osama Mustafa
 
PDF
Upgrade Oracle Database to 12c
Osama Mustafa
 
PDF
Refresh development from productions
Osama Mustafa
 
PDF
J2ee user managment using dwh builder
Osama Mustafa
 
PDF
Install oracle siebel on windows 2008 r2
Osama Mustafa
 
PDF
Oracle autovue
Osama Mustafa
 
PDF
How to add storage to esxi 5.5
Osama Mustafa
 
PDF
Oracle Linux 7 Beta First Look (Installations)
Osama Mustafa
 
PDF
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Osama Mustafa
 
PDF
Are You Ready for 12c? Data Migration and Upgrade Best Practices
Performance Tuning Corporation
 
PDF
Pluggable database tutorial
Osama Mustafa
 
PDF
Weblogic 12c installation (oracle linux)
Osama Mustafa
 
PDF
Upgrade OBIEE to 11.1.1.7.1
Osama Mustafa
 
PDF
Oracle Enterprise manager 13c Installation
Osama Mustafa
 
PDF
Oracle api gateway installation as cluster and single node
Osama Mustafa
 
PDF
Steps to Create odbc connection linux
Osama Mustafa
 
PDF
12c installation
Osama Mustafa
 
PDF
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
Taoufik AIT HSAIN
 
PDF
Pluggable database 3
Osama Mustafa
 
PDF
Oracle ODI & Oracle SOA installation
Osama Mustafa
 
Installing oracle timesten database On Linux
Osama Mustafa
 
Upgrade Oracle Database to 12c
Osama Mustafa
 
Refresh development from productions
Osama Mustafa
 
J2ee user managment using dwh builder
Osama Mustafa
 
Install oracle siebel on windows 2008 r2
Osama Mustafa
 
Oracle autovue
Osama Mustafa
 
How to add storage to esxi 5.5
Osama Mustafa
 
Oracle Linux 7 Beta First Look (Installations)
Osama Mustafa
 
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Osama Mustafa
 
Are You Ready for 12c? Data Migration and Upgrade Best Practices
Performance Tuning Corporation
 
Pluggable database tutorial
Osama Mustafa
 
Weblogic 12c installation (oracle linux)
Osama Mustafa
 
Upgrade OBIEE to 11.1.1.7.1
Osama Mustafa
 
Oracle Enterprise manager 13c Installation
Osama Mustafa
 
Oracle api gateway installation as cluster and single node
Osama Mustafa
 
Steps to Create odbc connection linux
Osama Mustafa
 
12c installation
Osama Mustafa
 
Obiee 11.1.7.0 step by step installation on linux (rhel – red hat)
Taoufik AIT HSAIN
 
Pluggable database 3
Osama Mustafa
 
Oracle ODI & Oracle SOA installation
Osama Mustafa
 

Viewers also liked (8)

PDF
Oracle Enteprise Manager Cloud Control 12c - Setting Up Metrics and Monitorin...
Leighton Nelson
 
PPTX
PDB Provisioning with Oracle Multitenant Self Service Application
Leighton Nelson
 
PPTX
A Second Look at Oracle RAC 12c
Leighton Nelson
 
PPT
Oracle Active Data Guard 12c New Features
Emre Baransel
 
PDF
Erp installation r12.2
Osama Mustafa
 
PDF
Enable Mobile Apps Designer in OBIEE
Osama Mustafa
 
DOCX
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
ginniapps
 
PDF
OBIA Installation
Osama Mustafa
 
Oracle Enteprise Manager Cloud Control 12c - Setting Up Metrics and Monitorin...
Leighton Nelson
 
PDB Provisioning with Oracle Multitenant Self Service Application
Leighton Nelson
 
A Second Look at Oracle RAC 12c
Leighton Nelson
 
Oracle Active Data Guard 12c New Features
Emre Baransel
 
Erp installation r12.2
Osama Mustafa
 
Enable Mobile Apps Designer in OBIEE
Osama Mustafa
 
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
ginniapps
 
OBIA Installation
Osama Mustafa
 
Ad

Similar to Install oracle grid infrastructure on linux 6.6 (20)

PDF
Installing oracle grid infrastructure and database 12c r1
Voeurng Sovann
 
PPTX
RAC-Installing your First Cluster and Database
Nikhil Kumar
 
ODP
Asian Spirit 3 Day Dba On Ubl
newrforce
 
PDF
Oracle cluster installation with grid and iscsi
Chanaka Lasantha
 
PDF
Oracle11g on fedora14
Khalid Matar Albuflasah
 
PDF
Oracle11g On Fedora14
kmsa
 
PDF
les01.pdf
VAMSICHOWDARY61
 
PDF
Oracle cluster installation with grid and nfs
Chanaka Lasantha
 
PDF
Oracle 12cR2 Installation On Linux With ASM
Arun Sharma
 
PDF
Oracle 11g R2 RAC setup on rhel 5.0
Santosh Kangane
 
DOCX
Vbox virtual box在oracle linux 5 - shoug 梁洪响
maclean liu
 
PDF
Oracle obiee-11-installation-guide 11.1.1.6.0
Aadiseshu Immadisetty
 
PDF
Oracle Linux and Oracle Database - A Trusted Combination
Guatemala User Group
 
DOCX
Installation of oracle 12c RAC on linux vm
Ron Morgan
 
PPT
RAC - Test
Daralmadinah
 
DOCX
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0
Yury Velikanov
 
DOCX
2nodesoracle12craconyourlaptopvirtualboxstepbystepguide1 0-130627143310-phpapp02
shaikyunus1980
 
DOCX
RAC 12c
Waseem Shahzad
 
PDF
real-application-clusters-installation-guide-linux-and-unix.pdf
MitJiu
 
PDF
WebLogic, 12C SOA Standalone installation
K Kumar Guduru
 
Installing oracle grid infrastructure and database 12c r1
Voeurng Sovann
 
RAC-Installing your First Cluster and Database
Nikhil Kumar
 
Asian Spirit 3 Day Dba On Ubl
newrforce
 
Oracle cluster installation with grid and iscsi
Chanaka Lasantha
 
Oracle11g on fedora14
Khalid Matar Albuflasah
 
Oracle11g On Fedora14
kmsa
 
les01.pdf
VAMSICHOWDARY61
 
Oracle cluster installation with grid and nfs
Chanaka Lasantha
 
Oracle 12cR2 Installation On Linux With ASM
Arun Sharma
 
Oracle 11g R2 RAC setup on rhel 5.0
Santosh Kangane
 
Vbox virtual box在oracle linux 5 - shoug 梁洪响
maclean liu
 
Oracle obiee-11-installation-guide 11.1.1.6.0
Aadiseshu Immadisetty
 
Oracle Linux and Oracle Database - A Trusted Combination
Guatemala User Group
 
Installation of oracle 12c RAC on linux vm
Ron Morgan
 
RAC - Test
Daralmadinah
 
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0
Yury Velikanov
 
2nodesoracle12craconyourlaptopvirtualboxstepbystepguide1 0-130627143310-phpapp02
shaikyunus1980
 
real-application-clusters-installation-guide-linux-and-unix.pdf
MitJiu
 
WebLogic, 12C SOA Standalone installation
K Kumar Guduru
 
Ad

More from Osama Mustafa (13)

PDF
Case study for software architect
Osama Mustafa
 
PPTX
DevOps for database
Osama Mustafa
 
PPTX
Does cloud mean the end of the dba
Osama Mustafa
 
PDF
Using git hub for your code
Osama Mustafa
 
PDF
DevOps Project
Osama Mustafa
 
PDF
Java business service
Osama Mustafa
 
PDF
Steps creating data_integration_services
Osama Mustafa
 
PDF
Build, Deploy and Run Node Js Application on Azure using Docker
Osama Mustafa
 
PDF
Helping implementer dealing with famous siebel based system messages and er...
Osama Mustafa
 
PPTX
Weblogic and docker
Osama Mustafa
 
PPTX
Weblogic 101 for dba
Osama Mustafa
 
PDF
Oracle obia 11.1.1.10.1 installation
Osama Mustafa
 
PDF
How to apply new patch on siebel 8.2.2.4
Osama Mustafa
 
Case study for software architect
Osama Mustafa
 
DevOps for database
Osama Mustafa
 
Does cloud mean the end of the dba
Osama Mustafa
 
Using git hub for your code
Osama Mustafa
 
DevOps Project
Osama Mustafa
 
Java business service
Osama Mustafa
 
Steps creating data_integration_services
Osama Mustafa
 
Build, Deploy and Run Node Js Application on Azure using Docker
Osama Mustafa
 
Helping implementer dealing with famous siebel based system messages and er...
Osama Mustafa
 
Weblogic and docker
Osama Mustafa
 
Weblogic 101 for dba
Osama Mustafa
 
Oracle obia 11.1.1.10.1 installation
Osama Mustafa
 
How to apply new patch on siebel 8.2.2.4
Osama Mustafa
 

Recently uploaded (20)

PPTX
Agentforce World Tour Toronto '25 - Supercharge MuleSoft Development with Mod...
Alexandra N. Martinez
 
DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PPT
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
PDF
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
Edge AI and Vision Alliance
 
PDF
Staying Human in a Machine- Accelerated World
Catalin Jora
 
PPTX
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
PDF
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
PDF
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
Edge AI and Vision Alliance
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PPTX
Seamless Tech Experiences Showcasing Cross-Platform App Design.pptx
presentifyai
 
PDF
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
PPTX
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
PPTX
Mastering ODC + Okta Configuration - Chennai OSUG
HathiMaryA
 
PDF
UiPath DevConnect 2025: Agentic Automation Community User Group Meeting
DianaGray10
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
Agentforce World Tour Toronto '25 - Supercharge MuleSoft Development with Mod...
Alexandra N. Martinez
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
Edge AI and Vision Alliance
 
Staying Human in a Machine- Accelerated World
Catalin Jora
 
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
Edge AI and Vision Alliance
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
Seamless Tech Experiences Showcasing Cross-Platform App Design.pptx
presentifyai
 
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
Mastering ODC + Okta Configuration - Chennai OSUG
HathiMaryA
 
UiPath DevConnect 2025: Agentic Automation Community User Group Meeting
DianaGray10
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 

Install oracle grid infrastructure on linux 6.6

  • 1. INSTALL ORACLE RAC ON LINUX 6.6 Introduction This document describe steps to install Oracle Grid Infrastructure on Linux 6.6. Environment:- Operating System: Oracle Linux 6.6 Database: - 11.2.0.4 Before this document I post how to configure ASMLIB On Oracle Linux 6.6 Check it here. Software Needed:- 1- Oracle Grid Infrastructure 11.2.0.4. 2- Oracle Linux 6.6
  • 2. INSTALL ORACLE RAC ON LINUX 6.6 About the Author Osama Mustafa has progressive experience in Oracle Products, community. He recently served as Oracle Database Administrator. Provide Database Implementation Solutions, High Availability Solution, Infrastructure and Storage Planning, Install, Configure, Implement and manage Oracle E-Business Suite environments. Architect, build and support highly-available Oracle EBS, Database and Fusion Middleware environments including appropriate reporting, Installs, configures, upgrades, tunes, and maintains production, development and test databases. He entered Oracle ACE Director Program in 2015, he is author for the book Oracle Penetration Testing, Osama Mustafa Certified OCP 10g,11g, Linux Implementations , Certified Ethical hacker and LPT , and Solaris Administrator. Include to all this Osama Mustafa is international Speaker in Oracle User Group and Oracle OTN Tour, Published Online Articles in His blog about Oracle Technology, Volunteer in Oracle User Group such as IOUG, ODTUG and UKOUG , Volunteer Board member in RACSIG and Organizer for RACATTACK Event around the world. Recently his article has been published on OTECH magazine about Real Application Cluster Here. Twitter: @OsamaOracle G+: Osama Mustafa SlidShare: Osama Mustafa LinkedIn: http://www.linkedin.com/in/osamamustafa Blog: https://osamamustafa.blogpsot.com.
  • 3. INSTALL ORACLE RAC ON LINUX 6.6 To make it easier use Yum repository to install and configure pre requisites I post before how to create local Yum repository using ISO image Read from here. Using Yum yum install oracle-rdbms-server-11gR2-preinstall Manually follow the below steps:- 1- Create User On both Node /usr/sbin/groupadd -g 501 oinstall /usr/sbin/groupadd -g 502 dba /usr/sbin/groupadd -g 503 oper /usr/sbin/groupadd -g 504 asmadmin /usr/sbin/groupadd -g 506 asmdba /usr/sbin/groupadd -g 507 asmoper 2- Create the users that will own the Oracle software using the commands /usr/sbin/useradd -u 501 -c "Oracle Grid Infrastructure Owner" -g oinstall -G asmadmin,asmdba,asmoper grid /usr/sbin/useradd -u 502 -c "Oracle RDBMS Owner" -g oinstall -G dba,oper,asmdba oracle Set Password for Both users:- passwd grid passwd oracle Note: Step #1, #2 should be even with yum. 3- Configure /etc/hosts. 4- vi /etc/sysctl.conf kernel.shmmni = 4096 kernel.sem = 250 32000 100 128 fs.file-max = 6553600 net.ipv4.ip_local_port_range = 9000 65500 net.core.rmem_default = 262144 net.core.rmem_max = 4194304 net.core.wmem_default = 262144 net.core.wmem_max = 1048576 /sbin/sysctl –p
  • 4. INSTALL ORACLE RAC ON LINUX 6.6 5- add these lines in /etc/security/limits.conf :- grid soft nproc 2047 grid hard nproc 16384 grid soft nofile 1024 grid hard nofile 65536 oracle soft nproc 2047 oracle hard nproc 16384 oracle soft nofile 1024 oracle hard nofile 65536 6- add this line in /etc/pam.d/login session required pam_limits.so 7- Create directories :- # mkdir -p /u01/app/oraInventory # chown -R grid:oinstall /u01/app/oraInventory # chmod -R 775 /u01/app/oraInventory # mkdir -p /u01/11.2.0/grid # chown -R grid:oinstall /u01/11.2.0/grid # chmod -R 775 /u01/11.2.0/grid # mkdir -p /u01/app/oracle/product/11.2.0/db_1 # chown -R oracle:oinstall /u01/app/oracle/product/11.2.0/db_1 # chmod -R 775 /u01/app/oracle/product/11.2.0/db_1 Now follow the screenshots:-
  • 5. INSTALL ORACLE RAC ON LINUX 6.6
  • 6. INSTALL ORACLE RAC ON LINUX 6.6
  • 7. INSTALL ORACLE RAC ON LINUX 6.6
  • 8. INSTALL ORACLE RAC ON LINUX 6.6
  • 9. INSTALL ORACLE RAC ON LINUX 6.6
  • 10. INSTALL ORACLE RAC ON LINUX 6.6 Enter LISTENER NAME and Cluster Name
  • 11. INSTALL ORACLE RAC ON LINUX 6.6 Configure SSH between nodes the installation will fail without it.
  • 12. INSTALL ORACLE RAC ON LINUX 6.6 Choose Which IP for Public and Private
  • 13. INSTALL ORACLE RAC ON LINUX 6.6
  • 14. INSTALL ORACLE RAC ON LINUX 6.6
  • 15. INSTALL ORACLE RAC ON LINUX 6.6
  • 16. INSTALL ORACLE RAC ON LINUX 6.6
  • 17. INSTALL ORACLE RAC ON LINUX 6.6
  • 18. INSTALL ORACLE RAC ON LINUX 6.6
  • 19. INSTALL ORACLE RAC ON LINUX 6.6
  • 20. INSTALL ORACLE RAC ON LINUX 6.6
  • 21. INSTALL ORACLE RAC ON LINUX 6.6
  • 22. INSTALL ORACLE RAC ON LINUX 6.6
  • 23. INSTALL ORACLE RAC ON LINUX 6.6
  • 24. INSTALL ORACLE RAC ON LINUX 6.6 After the above steps the RAC will be installed successfully don’t ignore any error message. Now After Grid Installation, The ASM Configuration and Create DATA and FRA Disk like the below.
  • 25. INSTALL ORACLE RAC ON LINUX 6.6 DATABASE
  • 26. INSTALL ORACLE RAC ON LINUX 6.6
  • 27. INSTALL ORACLE RAC ON LINUX 6.6
  • 28. INSTALL ORACLE RAC ON LINUX 6.6
  • 29. INSTALL ORACLE RAC ON LINUX 6.6
  • 30. INSTALL ORACLE RAC ON LINUX 6.6
  • 31. INSTALL ORACLE RAC ON LINUX 6.6
  • 32. INSTALL ORACLE RAC ON LINUX 6.6 After the above steps is done It’s Time to create Database.
  • 33. INSTALL ORACLE RAC ON LINUX 6.6
  • 34. INSTALL ORACLE RAC ON LINUX 6.6
  • 35. INSTALL ORACLE RAC ON LINUX 6.6
  • 36. INSTALL ORACLE RAC ON LINUX 6.6
  • 37. INSTALL ORACLE RAC ON LINUX 6.6
  • 38. INSTALL ORACLE RAC ON LINUX 6.6