Advertisement

Friday, August 17, 2018

Oracle Database - 18c - RAC 18c Database Installation

This blog goes in continuation with my 18c installation. 
I install 18c RAC Database on my cluster. 

You can download Oracle Database 18c from Database Downloads page from Oracle and hence sftp to the required server. 

Step 1. [As oracle] Set Passwordless for oracle user

cd /u01/app/180/grid/deinstall 

./sshUserSetup.sh -user oracle -hosts "rac18c01 rac18c02" -noPromptPassphrase -confirm -advanced

Step 2. [As root ] Create Required Directories (ON Both Nodes)

mkdir -p /u01/app/oracle/product/180/db
chown -R oracle:oinstall /u01/app/oracle

Step 3. [As oracle] Unzip the Database Binary (ON Node 1)

cd /u01/app/oracle/product/180/db
unzip -qq /tmp/LINUX.X64_180000_db_home.zip

Step 4. [As oracle on Node 1] Installation
Connect as Oracle User to the system

cd /u01/app/oracle/product/180/db
././runInstaller













[root@rac18c01 tmp]# /u01/app/oracle/product/180/db/root.sh
Performing root user operation.

The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME=  /u01/app/oracle/product/180/db

Enter the full pathname of the local bin directory: [/usr/local/bin]:
The contents of "dbhome" have not changed. No need to overwrite.
The contents of "oraenv" have not changed. No need to overwrite.
The contents of "coraenv" have not changed. No need to overwrite.

Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
[root@rac18c01 tmp]# ssh rac18c02
Last login: Fri Aug 17 00:22:08 2018 from rac18c01.novalocal
[root@rac18c02 ~]# /u01/app/oracle/product/180/db/root.sh
Performing root user operation.

The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME=  /u01/app/oracle/product/180/db

Enter the full pathname of the local bin directory: [/usr/local/bin]:
The contents of "dbhome" have not changed. No need to overwrite.
The contents of "oraenv" have not changed. No need to overwrite.
The contents of "coraenv" have not changed. No need to overwrite.

Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.

Now product-specific root actions will be performed.



In case there are issues Log files path is shown in the installer session

The response file for this session can be found at:
 /u01/app/oracle/product/180/db/install/response/db_2018-08-17_01-10-10AM.rsp

You can find the log of this install session at:

 /u01/app/oraInventory/logs/InstallActions2018-08-17_01-10-10AM/installActions2018-08-17_01-10-10AM.log

No comments:
Write comments