Friday, 5 October 2018

Install 18c Grid Infrastructure in Silent Mode


From Oracle 12.2 onwards, installation and configuration of Grid Infrastructure is done using gridSetup.sh.

Follow the following steps to install a 2-node 18c Grid Infrastructure cluster on Linux environment:

1. Download the software

2. Copy the software on first node

2. Unzip the software

3. Run gridSetup.sh


1. Download the software

Download 18.3 Grid Infrastructure from OTN website at https://www.oracle.com/technetwork/database/enterprise-edition/downloads/oracle18c-linux-180000-5022980.html

2. Copy the software on first node

Copy the 18.3 GI software onto the first node of the cluster

3. Unzip the software 

Unzip the 18.3 GI software at the installation directory on the first node of the cluster using below command:

unzip -d /u01/app/18.3.0/grid <path to zip file>

4. Run gridSetup.sh

Create the default responsefile under /u01/app/18.3.0/grid/response directory based on the required cluster configuration such as Scan name, Private, Public interface names and IP addresses etc.

/u01/app/18.3.0/grid/gridSetup.sh -silent -responsefile /u01/app/18.3.0/grid/response/response_file.rsp

When prompted, run root.sh as root user on all nodes starting from 1st:

/u01/app/18.3.0/grid/root.sh

Run the following command to configure tools on the 1st node:

/u01/app/18.3.0/grid/gridSetup.sh -silent -executeConfigTools -responsefile /u01/app/18.3.0/grid/response/response_file.rsp
















No comments:

Post a Comment