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

PDF
Creating new service name for oracle database
PPTX
Five_Things_You_Might_Not_Know_About_Oracle_Database_v2.pptx
PPTX
Oracle REST Data Services: Options for your Web Services
PDF
Oracle RAC 19c and Later - Best Practices #OOWLON
PPTX
What’s New in Oracle Database 19c - Part 1
PPT
Your tuning arsenal: AWR, ADDM, ASH, Metrics and Advisors
PDF
Výhody a benefity nasazení Oracle Database Appliance
PPTX
Oracle sql high performance tuning
Creating new service name for oracle database
Five_Things_You_Might_Not_Know_About_Oracle_Database_v2.pptx
Oracle REST Data Services: Options for your Web Services
Oracle RAC 19c and Later - Best Practices #OOWLON
What’s New in Oracle Database 19c - Part 1
Your tuning arsenal: AWR, ADDM, ASH, Metrics and Advisors
Výhody a benefity nasazení Oracle Database Appliance
Oracle sql high performance tuning

What's hot (20)

PPTX
What to Expect From Oracle database 19c
PDF
ORDS - Oracle REST Data Services
PDF
Oracle Integration Cloud 概要(20200507版)
PPTX
Oracle Database Appliance, ODA, X7-2 portfolio.
PDF
Migration to Oracle Multitenant
PPT
09 Managing Dependencies
PDF
Oracle Database Appliance Workshop
PDF
MySQL Shell - The Best MySQL DBA Tool
PPTX
Kubernetes Controller for Pull Request Based Environment
PDF
DOAG Oracle Unified Audit in Multitenant Environments
PDF
Oracle Clusterware Node Management and Voting Disks
PPTX
Oracle Database Vaultのご紹介
PDF
監査ログをもっと身近に!〜統合監査のすすめ〜
PPT
Oracle archi ppt
PDF
Redo internals ppt
PDF
Why Use an Oracle Database?
PDF
Exadata master series_asm_2020
PPTX
Oracle Advanced Security Transparent Data Encryptionのご紹介
PPTX
How to upgrade like a boss to my sql 8.0?
PPT
Introduction of Oracle
What to Expect From Oracle database 19c
ORDS - Oracle REST Data Services
Oracle Integration Cloud 概要(20200507版)
Oracle Database Appliance, ODA, X7-2 portfolio.
Migration to Oracle Multitenant
09 Managing Dependencies
Oracle Database Appliance Workshop
MySQL Shell - The Best MySQL DBA Tool
Kubernetes Controller for Pull Request Based Environment
DOAG Oracle Unified Audit in Multitenant Environments
Oracle Clusterware Node Management and Voting Disks
Oracle Database Vaultのご紹介
監査ログをもっと身近に!〜統合監査のすすめ〜
Oracle archi ppt
Redo internals ppt
Why Use an Oracle Database?
Exadata master series_asm_2020
Oracle Advanced Security Transparent Data Encryptionのご紹介
How to upgrade like a boss to my sql 8.0?
Introduction of Oracle
Ad

Viewers also liked (20)

PDF
Oracle Enterprise manager 13c Installation
PDF
12c on RHEL7
PDF
Oracle Enteprise Manager Cloud Control 12c - Setting Up Metrics and Monitorin...
PPTX
PDB Provisioning with Oracle Multitenant Self Service Application
PPTX
A Second Look at Oracle RAC 12c
PPT
Oracle Active Data Guard 12c New Features
PDF
J2ee user managment using dwh builder
PDF
Erp installation r12.2
PDF
Oracle to MySQL DatabaseLink
PDF
Enable Mobile Apps Designer in OBIEE
PDF
Installing oracle timesten database On Linux
PDF
How to add storage to esxi 5.5
DOCX
Upgrade EBS DB from 11g to 12c.
PDF
Install oracle solaris 11.2 using gui
PDF
Oracle autovue
DOCX
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
PDF
Ebs clone r12.2.4
PDF
OBIA Installation
PDF
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
PDF
Install oracle siebel on windows 2008 r2
Oracle Enterprise manager 13c Installation
12c on RHEL7
Oracle Enteprise Manager Cloud Control 12c - Setting Up Metrics and Monitorin...
PDB Provisioning with Oracle Multitenant Self Service Application
A Second Look at Oracle RAC 12c
Oracle Active Data Guard 12c New Features
J2ee user managment using dwh builder
Erp installation r12.2
Oracle to MySQL DatabaseLink
Enable Mobile Apps Designer in OBIEE
Installing oracle timesten database On Linux
How to add storage to esxi 5.5
Upgrade EBS DB from 11g to 12c.
Install oracle solaris 11.2 using gui
Oracle autovue
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Ebs clone r12.2.4
OBIA Installation
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Install oracle siebel on windows 2008 r2
Ad

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

PDF
Installing oracle grid infrastructure and database 12c r1
PDF
Oracle11g on fedora14
PDF
Oracle11g On Fedora14
PDF
Oracle api gateway installation as cluster and single node
PDF
Weblogic 12c installation (oracle linux)
PDF
Enable oracle database vault
PPT
Oracle11g suse11 ilker bakir
PDF
Install edq on linux
PDF
Oracle 11g R2 RAC setup on rhel 5.0
PDF
Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]
PDF
Rac on NFS
PPTX
RAC-Installing your First Cluster and Database
PPSX
Linux configer
PPT
les_02.ppt of the Oracle course train_2 file
PDF
Oracle-11g-upgrade
DOCX
Oracle WebLogic
PDF
Oracle RAC 12c Collaborate Best Practices - IOUG 2014 version
PDF
MySQL Group Replicatio in a nutshell - MySQL InnoDB Cluster
PDF
Oracle olap-installation
PDF
Oracle 11g Installation With ASM and Data Guard Setup
Installing oracle grid infrastructure and database 12c r1
Oracle11g on fedora14
Oracle11g On Fedora14
Oracle api gateway installation as cluster and single node
Weblogic 12c installation (oracle linux)
Enable oracle database vault
Oracle11g suse11 ilker bakir
Install edq on linux
Oracle 11g R2 RAC setup on rhel 5.0
Oracle RAC 12c Best Practices Sanger OOW13 [CON8805]
Rac on NFS
RAC-Installing your First Cluster and Database
Linux configer
les_02.ppt of the Oracle course train_2 file
Oracle-11g-upgrade
Oracle WebLogic
Oracle RAC 12c Collaborate Best Practices - IOUG 2014 version
MySQL Group Replicatio in a nutshell - MySQL InnoDB Cluster
Oracle olap-installation
Oracle 11g Installation With ASM and Data Guard Setup

More from Osama Mustafa (15)

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

Recently uploaded (20)

PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Encapsulation theory and applications.pdf
PPTX
Cloud computing and distributed systems.
PPTX
MYSQL Presentation for SQL database connectivity
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
“AI and Expert System Decision Support & Business Intelligence Systems”
Programs and apps: productivity, graphics, security and other tools
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Understanding_Digital_Forensics_Presentation.pptx
Encapsulation theory and applications.pdf
Cloud computing and distributed systems.
MYSQL Presentation for SQL database connectivity
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
Dropbox Q2 2025 Financial Results & Investor Presentation
Mobile App Security Testing_ A Comprehensive Guide.pdf
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Reach Out and Touch Someone: Haptics and Empathic Computing
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx

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