Skip Headers

Oracle9i Real Application Clusters Setup and Configuration
Release 2 (9.2)

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

Go to previous page Go to next page
View PDF

1
Introduction to Real Application Clusters Setup and Configuration

This chapter provides an overview of the procedures and components for installing and configuring Oracle Real Application Clusters. This chapter includes the following topics:

The Oracle9i Enterprise Edition and Oracle9i Real Application Clusters

The Oracle9i Enterprise Edition, which is required for Real Application Clusters, provides single-instance database software and the additional components to operate Real Application Clusters databases. Some of the Real Application Clusters-specific components include:

The Operating System-Dependent Clusterware

The clusterware contains operating system-dependent (OSD) components that control the operating system and clusterware. The OSD's two primary subcomponents are the Cluster Manager (CM) and the Interprocess Communication (IPC) software. Figure 1-1 illustrates these components in more detail.

The Oracle Universal Installer and Real Application Clusters

The Oracle Universal Installer (OUI) provides a graphical user interface for the installation of the Oracle Enterprise Edition software. Figure 1-1 shows the OUI process flow.

Figure 1-1 Real Application Clusters Installation Components

Text description of pscfg001.gif follows
Text description of the illustration pscfg001.gif


When the OUI runs, Oracle Corporation recommends that you select one of the preconfigured databases or use the Database Configuration Assistant (DBCA) interactively to create your cluster database. You can also manually create your database. If you are not using a cluster file system, then you must have configured shared raw devices before proceeding with database creation.

When you install Real Application Clusters, the installer copies the Oracle software onto the node from which you are running the installer. The OUI then propagates the software onto the other nodes that you have selected for installation.

The OUI can also install the software for the system management tool, Oracle Enterprise Manager (EM), to integrate this tool into your cluster environment. Or you can install EM onto other client machines outside your cluster as shown in Figure 1-1 (*).

The Oracle Intelligent Agent is installed when you install EM. The Oracle Intelligent Agent must be running on each node that is part of your Real Application Clusters database so that EM can discover and manage the database.


Note:

You can also use the Installer to deinstall Oracle software.


See Also:

The Installed Real Application Clusters Components

All instances in Real Application Clusters environments share the control file, server parameter file, redo log files, and all datafiles. These files reside on a shared cluster file system or on shared disks. Either of these types of file configurations are accessed by all the cluster database instances. Each instance also has its own discrete set of redo log files. During failures, shared access to redo log files enables surviving instances to perform recovery.

Real Application Clusters Installation Overview

The Real Application Clusters installation process includes four primary tasks.

  1. Install the operating system-dependent (OSD) clusterware. The OSD clusterware installation process varies according to platform:
    • For UNIX, refer to your vendor documentation and to the documentation for the SunCluster UDLM patch.
    • For Windows NT and Windows 2000, use the Oracle Cluster Setup Wizard as described in the online document, Oracle9i Database Installation Guide for Windows.
  2. If you are not using a cluster file system, then configure the shared disks as described in Chapter 2.
  3. Run the OUI to install the Oracle9i Enterprise Edition and the Oracle9i Real Application Clusters software as described in Chapter 3.
  4. Create and configure your database as described in either:
    • Chapter 4 that explains how to use the Database Configuration Assistant (DBCA), or:
    • Chapter 5 that explains how to manually create your database

System Installation Requirements for Real Application Clusters

Verify that your system meets the requirements discussed under the following topics before proceeding with installation:

Hardware and Software Requirements for Oracle9i Real Application Clusters

Verify the following hardware and software requirements for each node:

Hardware

Each node in a cluster requires the following hardware:

Software

Each node in a cluster requires the following software:

File System Requirements for Using Oracle Managed Files (Optional)

To use Oracle Managed Files (OMF) for a Real Application Clusters databases your platform must support a cluster file system. The OMF feature enables the Oracle database server to automatically create and delete files that Oracle requires to manage the database.

See Also:

Oracle9i Database Administrator's Guide for more information about Oracle Managed Files

Supported Interconnect Software

Interconnects that support Real Application Clusters and Cache Fusion use one of the following protocols:

Real Application Clusters can use any interconnect product that supports these protocols. You can also use other proprietary protocols that are hardware vendor-specific. The interconnect product that you use must be certified by Oracle for your Oracle9i Real Application Clusters hardware platform.

See Also:

Oracle9i Real Application Clusters Concepts for more information about Cache Fusion

Version Compatibility in Real Application Clusters Databases

32-bit instances cannot share access to the same 9.2 database with 64-bit instances. Depending on the platform, for example, 32-bit and 64-bit Oracle9i Real Application Clusters executables cannot be used at the same time within the same cluster domain. This is because some cluster manager implementations may not be able to concurrently manage 32-bit and 64-bit clients.

If you have installed and configured the required hardware and software and you are not using a cluster file system, then proceed to Chapter 2 to configure the shared disks. Otherwise, proceed to Chapter 3 if you are using a cluster file system.