PRIMECLUSTER Wizard for Oracle Configuration and Administration Guide 4.2 - Linux for Itanium - |
Contents
![]() ![]() |
Chapter 2 Environment Setup | > 2.2 Standby Operation |
This section explains how to install and configure Oracle.
Set up values in the "/etc/system" file for Oracle in addition to the values for PRIMECLUSTER.
The kernel parameter values vary depending on the implemented Oracle versions.
Refer to the Oracle installation guide. The parameter values should be identical on all the nodes.
The kernel parameters can be configured with the sysctl (8) utility when they are executed. The procedures for changing the kernel parameters and setting up the new kernel parameters are explained below.
Before installing Oracle, it is necessary to change the "/etc/sysctl.conf" file and reboot the node.
For semopm (the third value of "kernel.sem", specify a value of 4 or more.
The following command enables the value of /etc/sysctl.conf for the kernel. You do not have to reconfigure the kernel.
To change the kernel parameter while the OS is running, use sysctl (8). For details about sysctl (8), refer to the manual pages.
#sysctl -p [filename] (If filename is omitted, read from /etc/sysctl.conf.) |
Set up a port number for the Oracle listener.
listener 1521/tcp oracle |
Create a DBA (database administrator) to allow users to install and operate Oracle. The user ID and the group ID must be the same on all the nodes.
# groupadd -g <group ID> dba |
Normally, the group name should be "dba" and "oinstall".
Set up an environment variable of an Oracle user.
(.bash_profile)
ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE |
# su - <Oracle user> |
For further details, refer to the Oracle manual.
Install Oracle using Oracle user access privileges. Install a program on the local disk of each node. The database needs to be created on the shared disk when configuration of the cluster system is completed, not when Oracle is installed. The details will be described later in this document.
For information on how to install RAC, refer to the RAC Installation Guide.
For further details, refer to the Oracle manual.
Contents
![]() ![]() |