Monday, September 30, 2013

How to Install Oracle RAC 10gR2 Database Home Only

Information about How to Install Oracle RAC 10gR2 Database-Software Only
This document will describe how to install Oracle Databse:Software Only for RAC.  Read the Prerequisite Information before beginning and make sure those requirements are met.

Document Creator Todd Walters

Requirement 

All these Sections must be complete before installing Database Home on RAC Servers

Oracle Software Installation Guide
1. Prepare Linux Environment for GUI Access for Oracle Installation
2. Linux Oracle RAC Installation Guide
3. How to Install Oracle 10gR2 CRS
4. How to Install Oracle 10gR2 ASM
5. How to Install Oracle 10gR2 DB Home
6. How to Install Oracle 10gR4 CRS Patch
7. How to Install Oracle 10gR4 ASM Patch
8. How to Install Oracle 10gR4 DB Home Patch
9. How to Configure Oracle ASM Disks for RAC Virtual Servers
o For Physical see How to Configure ASM Disks for Physical Servers guide.
Please follow the Linux Oracle RAC Installation Guide for Installation Outline.How to Install Oracle RAC 10gR2 Database Home (software only)
  1. Login with VNC Viewer to Node 1 as Oracle User
  2. Database Software Location: /oramnt//Oracle/software/rdbms/base/10.2.0.1/linux_64bit/database
    • > cd /oramnt//Oracle/software/rdbms/base/10.2.0.1/linux_64bit/database
  3. Run OUI Install for Database Home
    • > ./runInstaller
  4. On the Database Welcome page click  Next to begin installation.
  5. On the Database Specify Installation Type page, select the Enterprise Edition radio button and click Next
  6. On the Database Specify Home Details page, change Path and Name as is shown
  7. On the Database Specify Hardware Cluster Installation Mode page, click Select All and then click  Next
     
  8. On the Database Product-Specific Prerequisite Checks page, ensure that all checks passed. Fix any errors then click Retry if needed before continuing by clicking Next
  9. On the Database Select Configuration page, select Install database Software only radio button, then click Next
  10. On the Database Install Summary page, review options ,then click Install to begin installation.
  11. Screenshot of Database Installation Progress 
  12. On the Database Execute Configuration Scripts page,
  13. > sudo /u00/app/oracle/product/10.2.0/DB/root.sh
    Running Oracle10 root.sh script...
    The following environment variables are set as:
        ORACLE_OWNER= oracle
        ORACLE_HOME=  /u00/app/oracle/product/10.2.0/DB

    Enter the full pathname of the local bin directory: [/usr/local/bin]:
    The file "dbhome" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying dbhome to /usr/local/bin ...
    The file "oraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
       Copying oraenv to /usr/local/bin ...
    The file "coraenv" already exists in /usr/local/bin.  Overwrite it? (y/n)
    [n]: y
      Copying coraenv to /usr/local/bin ...

    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.sh script.
    Now product-specific root actions will be performed.

    After running the scripts on both nodes, click
    OK on Execute Configuration Scripts page.
  14. On the Database Installation Successful screen, click Finish then Yes to Exit.
  15. When complete return to Linux Oracle RAC Installation Guide for Section 5: How to Install Oracle 10gR4 CRS Patch

No comments:

Post a Comment