Skip Headers

Oracle® Real Application Clusters Installation and Configuration Guide
10g Release 1 (10.1) for AIX-Based Systems, hp HP-UX PA-RISC (64-bit), hp Tru64 UNIX, Linux, Solaris Operating System (SPARC 64-bit), and Windows (32-bit) Platforms

Part Number B10766-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

12 Real Application Clusters Post-Installation Procedures

This chapter describes how to complete the post-installation tasks after you have installed the Oracle Database 10g with Real Application Clusters (RAC) software. It contains the following sections:

Required Post-Installation Tasks

You must perform the following tasks after completing your installation:

Download and Install Patches

Refer to the OracleMetaLink Web site for required patches for your installation. To download required patches:

  1. Use a Web browser to view the OracleMetaLink Web site:

    http://metalink.oracle.com
    
    
  2. Log in to OracleMetaLink.


    Note:

    If you are not an OracleMetaLink registered user, then click Register for MetaLink and register.
  3. On the main OracleMetaLink page click Patches.

  4. On the Select a Patch Search Area page click New MetaLink Patch Search.

  5. On the Simple Search page click Advanced.

  6. On the Advanced Search page click the search icon next to the Product or Product Family field.

  7. In the Search and Select: Product Family field, enter RDBMS Server in the For field and click Go.

  8. Select RDBMS Server under the Results heading and click Select.

    RDBMS Server appears in the Product or Product Family field and the current release appears in the Release field.

  9. Select your platform from the list in the Platform field and click Go.

  10. Any available patches appear under the Results heading.

  11. Click the number of the patch that you want to download.

  12. On the Patch Set page, click View README and read the page that appears. The README page contains information about the patch set and how to apply the patches to your installation.

  13. Return to the Patch Set page, click Download, and save the file on your system.

  14. Use the unzip utility provided with Oracle Database 10g to uncompress the Oracle patches that you downloaded from OracleMetaLink. On UNIX systems, the unzip utility is located in the $ORACLE_HOME/bin directory and on Windows systems, the utility is located in the $ORACLE_HOME\BIN directory.

Configure Oracle Products

Many Oracle products and options must be configured before you use them for the first time. Before using individual Oracle Database 10g database products or options, refer to the manual in the product documentation library which is available on the documentation CD-ROM or on the OTN Web site.

Register COM Applications (Windows Systems Only)

On Windows clusters, all COM components must be manually registered on remote cluster nodes. COM components include:

  • Oracle Administration Assistant for Windows

  • Oracle Counters for Windows Performance Monitor

  • Oracle Data Provider for .NET

  • Oracle Objects for OLE

  • Oracle Provider for OLE DB

To register COM components on remote cluster nodes (the nodes where you did not run the Oracle Universal Installer), execute the following command on each of them:

ORACLE_BASE\ORACLE_HOME\bin\selecthome.bat

Recommended Post-Installation Tasks

This section explains the tasks that Oracle recommends you perform after completing an installation. There is one task recommended on all systems and additional tasks that apply only to UNIX-based systems, as follows:

Verifying Enterprise Manager Operations

On all systems, you should run the following command to verify the Enterprise Manager configuration in your newly installed Real Application Clusters environment:

srvctl config database -d db_name

SRVCTL displays the name of the node and the instance for the node. The following example shows a node named db1-server running an instance named db1. Execute the following command:

srvctl config database -d db

The output should be similar to:

db1-server db1 /private/system/db
db2-server db2 /private/system/db

If you are working on a UNIX-based system, then you should continue with the following section, "Recommended Post-Installation Tasks for UNIX". If you working on a Windows-based system, then you are ready to perform the initial configuration tasks described in Part IV.

Recommended Post-Installation Tasks for UNIX

Oracle recommends that you complete the following tasks after installing Oracle RAC on a UNIX-based system:

Back Up the root.sh Script

Oracle recommends that you back up the root.sh script after you complete an installation. If you install other products in the same Oracle home directory, then the Oracle Universal Installer (OUI) updates the contents of the existing root.sh script during the installation. If you require information contained in the original root.sh script, then you can recover it from the root.sh file copy.

Set Up Users Accounts

For information about setting up additional optional user accounts, refer to the Oracle Database 10g Administrator's Guide for UNIX Systems.

When you complete these procedures, you are ready to perform the initial configuration tasks described in Part IV.