Advertisement

Saturday, March 4, 2017

Oracle Database - RAC Database Installation - 12c

 

RAC Database installation 12c -
Download binaries from Oracle Download page


[root@rac1 stage]# unzip -qq /media/sf_RAC12c/Database/linuxamd64_12102_database_1of2.zip 
[root@rac1 stage]# unzip -qq /media/sf_RAC12c/Database/linuxamd64_12102_database_2of2.zip 
[root@rac1 stage]# cd ..
[root@rac1 /]# chown -R oracle:oinstall /stage


[oracle@rac1 ~]$ cd /stage/database/
[oracle@rac1 database]$ ./runInstaller 
Starting Oracle Universal Installer...

Checking Temp space: must be greater than 500 MB.   Actual 18429 MB    Passed
Checking swap space: must be greater than 150 MB.   Actual 1842 MB    Passed
Checking monitor: must be configured to display at least 256 colors.    Actual 16777216    Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2017-03-04_01-20-18PM. Please wait ...



















[root@rac1 ~]# /u01/app/oracle/product/12.1.0.2/dbhome_1/root.sh
Performing root user operation.

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

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@rac1 ~]# ssh rac2
root@rac2's password: 
Last login: Sat Mar  4 13:07:04 2017 from rac1.localdomain
[root@rac2 ~]# /u01/app/oracle/product/12.1.0.2/dbhome_1/root.sh
Performing root user operation.

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

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.

Finally Press close to complete Oracle Home Installation



No comments:
Write comments