RAC Attack - Oracle Cluster Database at Home/RAC Attack 12c/Install Database Software
- Overview
- Events
- Local Manual of Style
- Bullpen (Newly Contributed Content)
- Expanded Table of Contents
Part I: Setting Up RAC
edit- Hardware Requirements
- Software Components
- Prepare Host
- Install Linux
- Create Cluster
- Install Grid Infrastructure
- Install Database Software
- Create Database
Part II: Exploring RAC
edit- Cluster Testing
- Services, Failover and Load Balancing
- Part II still in development phase
Part III: Advanced Labs
edit- Flex Cluster and Flex ASM
- Policy Managed Database
- Part III still in development phase
- In a VNC session, run the installer as oracle user. [oracle@collabn1 ~]$ /media/sf_12cR1/database/runInstaller Starting Oracle Universal Installer... Checking Temp space: must be greater than 500 MB. Actual 16829 MB Passed Checking swap space: must be greater than 150 MB. Actual 3023 MB Passed Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-08-08_06-27-48PM. Please wait ...
- The splash screen appears.
- Uncheck I wish to receive security updates via My Oracle Support and click Next.
- Click Yes to confirm that you do not want to be informed about security updates.
- Select Skip software updates and click Next.
- Select Install database software only and click Next.
- Select Oracle Real Application Clusters database installation and click Next.
- Verify that all nodes are selected and click Next.
- Click Next to accept the default language selection.
- Select Enterprise Edition and click Next.
- If you have previously created the ACFS 1Gb filesystem, you will need to specify another location now. Oracle Base: /u01/app/oracle Software location: /u01/app/oracle/product/12.1.0/dbhome_1 Click Next.
- Leave dba for all groups except for the OSOPER group (leave it empty) and click Next.
- The installer checks all prerequisites.
- Review the installation summary, optionally save a response file, and click Install.
- The installation can take half an hour on common laptop configurations.
- right before completing, the installer ask to run a script on both nodes as root. Do not click OK.
- Execute the script on both nodes as root. [root@collabn1 ~]# /u01/app/oracle/product/12.1.0/dbhome_1/root.sh Performing root user operation for Oracle 12c The following environment variables are set as: ORACLE_OWNER= oracle ORACLE_HOME= /u01/app/oracle/product/12.1.0/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@collabn1 ~]# ssh collabn2 root@collabn2's password: Last login: Thu Aug 8 16:54:49 2013 from 192.168.78.1 [root@collabn2 ~]# /u01/app/oracle/product/12.1.0/dbhome_1/root.sh Performing root user operation for Oracle 12c The following environment variables are set as: ORACLE_OWNER= oracle ORACLE_HOME= /u01/app/oracle/product/12.1.0/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.
- Click OK on the previous window, then click Close to exit the Installer.