0% found this document useful (0 votes)
81 views37 pages

How To Install Grid Infrastructure 21c

This document provides a step-by-step guide for installing Oracle Grid Infrastructure 21c and Real Application Clusters (RAC) on Windows. It includes instructions for configuring disk partitions, running installation scripts, and troubleshooting known issues during installation. The guide is intended for Oracle Database - Enterprise Edition version 21.3 and later on Microsoft Windows x64 systems.

Uploaded by

rajasekhar00
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
81 views37 pages

How To Install Grid Infrastructure 21c

This document provides a step-by-step guide for installing Oracle Grid Infrastructure 21c and Real Application Clusters (RAC) on Windows. It includes instructions for configuring disk partitions, running installation scripts, and troubleshooting known issues during installation. The guide is intended for Oracle Database - Enterprise Edition version 21.3 and later on Microsoft Windows x64 systems.

Uploaded by

rajasekhar00
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 37

3/28/25, 1:39 PM Document 2871053.

1
Copyright (c) 2025, Oracle. All rights reserved. Oracle Confidential.

RAC on Windows: How to Install Grid Infrastructure 21c (21.3.X) and RAC on Windows (Step
by Step) (Doc ID 2871053.1)

In this Document

Goal
Oracle® Real Application Clusters

Solution
I. Grid Infrastructure Installation and Configuration
6.7.2 Creating Disk Partitions using the DiskPart Utility
II. RAC Installation
References

APPLIES TO:

Oracle Database - Enterprise Edition - Version 21.3 and later


Microsoft Windows x64 (64-bit)

GOAL

This document presents a step by step guide to installing Grid Infrastructure / RAC on Windows (2016).

This My Oracle Support document is a complement to (and by no means a replacement of) the following documentation:

Oracle® Grid Infrastructure

Installation and Upgrade Guide


21c for Microsoft Windows
F31798-02
January 2022

https://docs.oracle.com/en/database/oracle/oracle-database/21/cwwin/index.html

Oracle® Real Application Clusters

Installation Guide
21c for Microsoft Windows
F31799-02
January 2022

https://docs.oracle.com/en/database/oracle/oracle-database/21/riwin/index.html

Refer to the following documentation for information on: 5 Configuring Users, Groups and
Environments for Oracle Grid Infrastructure and Oracle RAC

Including, but not limited to:

5.1 Creating Installation Groups and Users for Oracle Grid Infrastructure and Oracle RAC

and

5.3.2 Verifying User Privileges to Update Remote Nodes

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 1/37
3/28/25, 1:39 PM Document 2871053.1

SOLUTION

I. Grid Infrastructure Installation and Configuration


1. Check / stop / disable Windows Firewall (services.msc)

2. Create required shared disk partitions

Reference: https://docs.oracle.com/en/database/oracle/oracle-database/21/cwwin/creating-disk-partitions-using-the-
diskpart-utility.html

6.7.2 Creating Disk Partitions using the DiskPart Utility

C:\Users\Administrator>diskpart.exe

Microsoft DiskPart version 10.0.14393.0

Copyright (C) 1999-2013 Microsoft Corporation.

On computer: <HOST_NAME1>

DISKPART> select disk 2

Disk 2 is now the selected disk.

DISKPART> create part pri

DiskPart succeeded in creating the specified partition.

DISKPART> select disk 3

Disk 3 is now the selected disk.

DISKPART> create part pri

DiskPart succeeded in creating the specified partition.

DISKPART> select disk 4

Disk 4 is now the selected disk.

DISKPART> create part pri

DiskPart succeeded in creating the specified partition.

DISKPART> select disk 5

Disk 5 is now the selected disk.

DISKPART> create part pri

DiskPart succeeded in creating the specified partition.

DISKPART> select disk 6

Disk 6 is now the selected disk.

DISKPART> create part pri

DiskPart succeeded in creating the specified partition.

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 2/37
3/28/25, 1:39 PM Document 2871053.1
DISKPART> automount

Automatic mounting of new volumes enabled.

* REMOVE Windows auto-assigned drive letters on node 2*

3. D:\>mkdir D:\app\stage
Download software and copy ‘<RELEVANT ZIP FILE> ‘ to D:\stage\19.3.0.0.0\grid

https://www.oracle.com/database/technologies/oracle21c-windows-downloads.html

WINDOWS.X64_213000_grid_home.zip
WINDOWS.X64_213000_db_home.zip

4. On both nodes:
D:\>mkdir D:\app\21c\grid
D:\>mkdir D:\app\oracle\product\21c\dbhome_1

5. cd D:\app\21c\grid

6. Extract WINDOWS.X64_213000_grid_home.zip to D:\app\21c\grid

7. Run gridsetup.bat: D:\app\21c\grid\gridsetup.bat

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 3/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 4/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 5/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 6/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 7/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 8/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 9/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 10/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 11/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 12/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 13/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 14/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 15/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 16/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 17/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 18/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 19/37
3/28/25, 1:39 PM Document 2871053.1

At about 35% a Pop-Up will notify you of a failure on node 2.

INS-10201 -- This is a know issue!

Please follow "INS-10201 , ORA-12638 Occurred During GI 21c Installation on Windows (Doc ID 2854554.1)"

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 20/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 21/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 22/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 23/37
3/28/25, 1:39 PM Document 2871053.1

Oracle Support highly recommends keeping current with proactive patching as per the following My Oracle Support
document:

Primary Note for Database Proactive Patch Program Document:888.1

II. RAC Installation


1. On node 1: cd D:\app\oracle\product\21c\dbhome_1

2. Extract WINDOWS.X64_213000_db_home.zip to D:\app\oracle\product\21c\dbhome_1

3. Run setup.exe

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 24/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 25/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 26/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 27/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 28/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 29/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 30/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 31/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 32/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 33/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 34/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 35/37
3/28/25, 1:39 PM Document 2871053.1

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 36/37
3/28/25, 1:39 PM Document 2871053.1

REFERENCES
NOTE:888.1 - Primary Note for Database Proactive Patch Program
NOTE:2854554.1 - INS-10201 , ORA-12638 Occurred During GI 21c Installation on Windows
Didn't find what you are looking for?

https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=rknd6nmnx_189&id=2871053.1 37/37

You might also like