Oracle8i Parallel Server Setup and Configuration Guide Release 8.1.5 A67439-01 |
|
This chapter describes pre-installation requirements for Oracle Parallel Server.
Specific topics discussed are:
Verify that your system meets the installation requirements described in the following sections before you install.
Very hardware software requirements for each node:
Each node in a cluster requires the following hardware:
Each node in a cluster requires the following software:
Oracle Enterprise Manager version 2 is a management framework consisting of a Console, a suite of tools and services, and a network of management servers and Oracle Intelligent Agents.
You can run the individual Oracle Enterprise Manager components on separate machines or combine different components on separate machines to collaboratively manage the complete Oracle environment.
The components are listed below:
The Oracle Diagnostics Pack includes the Oracle Performance Manager application, which allows you to choose from a variety of graphic performance statistical charts for parallel servers.
8.1.5, 8.0.5, 8.0.4, 8.0.3, 7.3.4, 7.3.3 on database repository machine
8.1.5 on all Oracle Parallel Server nodes
The Oracle Intelligent Agent may be installed from the Oracle8i Enterprise Edition CD-ROM.
See Oracle Enterprise Manager Installation for detailed disk space and RAM requirements.
Oracle Parallel Server requires a shared disk subsystem to contain shared partitions that are raw. All Oracle8i data, log, and control files are placed on shared raw partitions.
Data files and control files must be shared by all instances. Each instance has its own log files, but all instances must have access to all log files during recovery. UNIX and Windows NT clusters do not provide access to a shared file system between all nodes of a cluster. As a result, all files associated with a database must be built on raw devices.
The database is created as a part of the installation process. Because of this, the raw devices must be set up prior to installation in order for the data files, control files and all logs to be copied to the raw devices.
A precise number of raw devices is required for the Oracle Database Configuration Assistant to succeed in creating the database:
The table below lists the raw devices that must be created and the minimum size that the Oracle Database Configuration Assistant expects. When creating a raw device, ensure the size is a little larger than indicated below to account for future growth.
The creation of raw devices is platform specific:
On UNIX platforms, creation of raw devices is as follows:
For each raw device, use a file name that makes sense for the data file it will store, for example:
On Windows NT, creation of raw devices is as follows:
Once raw devices are set up, the Oracle Database Configuration must have a way to map file to them when the database is create. This identification is platform-specific and must be set up prior to installation:
UNIX platforms identify raw devices through files names in an ASCII file that contains entries that follow the format of:
database_object raw_device_file
Separate entries should exist for the following database objects. The file names are names you created in step 1 in UNIX
The ASCII file should look like the example below for a two-node cluster:
dr device/path/dr01.dbf sys1 device/path/system01.dbf tmp1 device/path/tmp01.dbf rbs1 device/path/rbs01.dbf indx device/path/indx01.dbf oemrep1 device/path/oemrep01.dbf usr1 device/path/user01.dbf ctl1 device/path/control01.clt ctl2 device/path/control02.clt log1_1 device/path/redo1_1.log log1_2 device/path/redo1_2.log log2_1 device/path/redo2_1.log log2_2 device/path/redo2_2.log
Windows NT uses symbolic link names to identify their raw devices in an ASCII file named DB_NAME.TBL that follow the format:
db_name_link_name
\Device\HarddiskX\PartitionX
Symbolic link names on Windows NT must be an exact name for the following:
When creating the raw partitions for the data files, you must use the following symbolic link names:
When creating the raw partitions for the control files, you must use the following symbolic link names:
Two redo log files are required for each node. For a two-node cluster, these file symbolic link names must be:
db_name
_log
thread_id_number
, where thread_id is the thread ID of the node and number is the log number (1 or 2) for the node.
Each node's log number starts at 1:
db_name
log1_1
and db_name
log1_2
db_name
log2_1
and db_name
log2_2
On Windows NT, the ASCII file should look like the example below for a two-node cluster. OP is the name of the database and X represents hard disk or partition numbers. The name of the database must be known prior to installation to create this file.
OP_dr \Device\HarddiskX\PartitionX OP_sys1 \Device\HarddiskX\PartitionX OP_tmp1 \Device\HarddiskX\PartitionX OP_rbs1 \Device\HarddiskX\PartitionX OP_indx1 \Device\HarddiskX\PartitionX OP_oemrep1 \Device\HarddiskX\PartitionX OP_usr1 \Device\HarddiskX\PartitionX OP_ctl1 \Device\HarddiskX\PartitionX OP_ctl2 \Device\HarddiskX\PartitionX OP_log1_1 \Device\HarddiskX\PartitionX OP_log1_2 \Device\HarddiskX\PartitionX OP_log2_1 \Device\HarddiskX\PartitionX OP_log2_2 \Device\HarddiskX\PartitionX
Perform the following steps to prior to installation:
On UNIX, perform these tasks: | On Windows NT, perform these tasks: |
---|---|
|
See the Oracle8i Parallel Server Getting Started for Windows NT for further information on these steps. |
root
user:
/etc/group
file on all nodes of the cluster. The OSDBA group name and number (and OSOPER group if you plan to designate one during installation) must be identical for all nodes of a UNIX cluster accessing a single database. The default UNIX group name for the OSDBA and OSOPER groups is dba
.
- the account is a member of the OSDBA group
- the account is used only to install and update Oracle software
- the account has write permissions on remote directories
-the name of the mount point on each node is identical to that on the initial node
-the oracle account has read, write, and execute privileges
/etc/hosts.equiv
file.
Exit the root account when you are done.
rlogin
) to each node in the cluster. If you are prompted for a password, the oracle account has not been given the same attributes on all nodes. The Oracle Universal Installer cannot use the rcp
command to copy Oracle products to the remote directories without user equivalence.