JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Data Service for Oracle Grid Engine Guide
search filter icon
search icon

Document Information

Preface

1.  Installing and Configuring HA for Oracle Grid Engine

HA for Oracle Grid Engine Overview

Overview of Installing and Configuring HA for Oracle Grid Engine

Planning the HA for Oracle Grid Engine Installation and Configuration

Configuration Restrictions

Oracle Grid Engine Shadow Daemon

Oracle Grid Engine Berkley DB spooling server

Start at Boot Option

Configuration Requirements

Oracle Grid Engine Software Version Requirements

Operating System for the Oracle Grid Engine Management Tier

Memory Requirements

Disk Space Requirements

HA for Oracle Grid Engine Configuration Requirements

NFS Configuration for the Oracle Grid Engine File System

Oracle Solaris Cluster HA for NFS Configuration Requirements

Dependencies Between Oracle Grid Engine Components

Configuration Considerations

Location of the Oracle Grid Engine Binary Files

File Systems for Spool Directories and Binary Files

Configuration Planning Questions

Preparing the Nodes and Disks

How to Prepare the Nodes and Disks

Installing and Configuring Oracle Grid Engine

How to Install and Configure Oracle Grid Engine

How to Enable Oracle Grid Engine to Run in a Cluster

Verifying the Installation and Configuration of Oracle Grid Engine

How to Verify the Installation and Configuration of Oracle Grid Engine

Installing the HA for Oracle Grid Engine Packages

How to Install the HA for Oracle Grid Engine Packages

Configuring the HAStoragePlus Resource Type to Work With HA for Oracle Grid Engine

How to Register and Configure an HAStoragePlus Resource

Configuring Oracle Solaris Cluster HA for NFS for Use With HA for Oracle Grid Engine

How to Configure Oracle Solaris Cluster HA for NFS for Use With HA for Oracle Grid Engine

Registering and Configuring HA for Oracle Grid Engine

Specifying Configuration Parameters for HA for Oracle Grid Engine Resources

How to Create and Enable HA for Oracle Grid Engine Resources

Setting HA for Oracle Grid Engine Extension Properties

Verifying the HA for Oracle Grid Engine Installation and Configuration

How to Verify the HA for Oracle Grid Engine Installation and Configuration

Tuning the HA for Oracle Grid Engine Fault Monitors

Debugging HA for Oracle Grid Engine

How to Activate Debugging for HA for Oracle Grid Engine

A.  Files for Configuring and Removing HA for Oracle Grid Engine Resources

Index

Configuring the HAStoragePlus Resource Type to Work With HA for Oracle Grid Engine

For maximum availability of the Oracle Grid Engine application, resources that HA for Oracle Grid Engine requires must be available before the Oracle Grid Engine management tier is started. An example of such a resource is the Oracle Grid Engine file system. To ensure that these resources are available, configure the HAStoragePlus resource type to work with HA for Oracle Grid Engine.

For information about the relationship between resource groups and disk device groups, see Relationship Between Resource Groups and Device Groups in Oracle Solaris Cluster Data Services Planning and Administration Guide.

Configuring the HAStoragePlus resource type to work with HA for Oracle Grid Engine involves the following operations:

How to Register and Configure an HAStoragePlus Resource

  1. Become superuser on a node in the cluster that will host Oracle Grid Engine.
  2. Register the SUNW.HAStoragePlus resource type.
    # clresourcetype register SUNW.HAStoragePlus
  3. Add an HAStoragePlus resource for the Oracle Grid Engine file system to the resource group that you created in How to Enable Oracle Grid Engine to Run in a Cluster.
    # clresource create \
    -g sge-rg \
    -t SUNW.HAStoragePlus \
    -p FilesystemMountPoints=sge-root \
    sge-hasp-rs
    -g sge-rg

    Specifies that the resource is to be added to the resource group that you created in How to Enable Oracle Grid Engine to Run in a Cluster

    -p FilesystemMountPoints=sge-root

    Specifies that the mount point for this file system is the root of the Oracle Grid Engine file system

    sge-hasp-rs

    Specifies that the resource that you are creating is named sge-hasp-rs