Top
PRIMECLUSTER Wizard for Oracle 4.2 Configuration and Administration Guide
FUJITSU Software

2.4.2 Oracle Software Installation and Configuration

Install Oracle Grid Infrastructure and Oracle Database referring to Oracle manuals and installation guides.

Oracle Grid Infrastructure installation

Install Oracle Grid Infrastructure by referring to the Oracle manual and installation guide.

Note

  • Check if root user access privileges can switch the user to the Grid user, using the su(1M) command.

    # su - <Grid user>
  • A command (e.g. script) that has interactive mode should not be described in Grid user's profile. (e.g. /etc/profile, .bash_profile, .cshrc, .profile) It may cause failure of resource monitoring or userApplication startup or shutdown.

  • Grid user's home directory, Grid user's profile must be located on a local disk of each node because they are not supported to locate on the shared disk In PRIMECLUSTER Wizard for Oracle.

Oracle Database installation

Install Oracle Database by referring to the Oracle manual and installation guide.

Note

  • Check if root user access privileges can switch the user to the Oracle user, using the su(1M) command.

    # su - <Grid user>
  • A command (e.g. script) that has interactive mode should not be described in Oracle user's profile. (e.g. /etc/profile, .bash_profile, .cshrc, .profile) It may cause failure of resource monitoring or userApplication startup or shutdown.

  • Environment that Oracle user's home directory and profile are located on the shared disk is not supported. Oracle user's home directory and profile must be located on the local disk of each node.

Database creating and settings

Create a database by referring to the Oracle manual and installation guide.

Information

In scalable operation with Oracle RAC 11g R2, the RMS resource name is generated based on the resource name of Oracle RAC as follows:

  • Oracle RAC instance resource

    <SubApplicationName>_<SID>.i
  • Oracle listener resource

    <SubApplicationName>_<lsnr_name>.l

    The default value of <lsnr_name> is “LISTENER”.

  • Oracle Clusterware resource

    <SubApplicationName>_Clusterware

These resource names have the following convention and rules.