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

Verifying the Installation and Configuration of Oracle Grid Engine

Before you install the HA for Oracle Grid Engine packages, verify that the Oracle Grid Engine software is correctly installed and configured to run in a cluster. This verification does not verify that the Oracle Grid Engine application is highly available because the HA for Oracle Grid Engine data service is not yet installed.


Note - If any step in this procedure fails, see your Oracle Grid Engine documentation for more information about how to verify the Oracle Grid Engine installation.


How to Verify the Installation and Configuration of Oracle Grid Engine

You verify the installation and configuration of Oracle Grid Engine by submitting a dummy job and checking that the required processes are running.

  1. Log in to the master host as the administrative user whose account you created in Preparing the Nodes and Disks.
  2. Set the SGE_ROOT environment variable to the directory for the root of Oracle Grid Engine file system that you created in Preparing the Nodes and Disks.
    $ SGE_ROOT=sge-root-dir 
    $ export SGE_ROOT
  3. Start the script that modifies your environment to enable Oracle Grid Engine to run.
    $ . $SGE_ROOT/default/common/settings.sh
  4. Submit a dummy job to Oracle Grid Engine.
    $ qsub $SGE_ROOT/examples/jobs/sleeper.sh
    your job 1 (*Sleeper*) has been submitted 
  5. On the master host, confirm that these processes are running:
    • sge_qmaster

    • sge_schedd

    #  ps -ef | grep sge_ 
    root  429  1  0  Jul 27 3:37 /global/gridmaster/bin/solaris64/sge_qmaster
    root  429  1  0  Jul 27 3:37 /global/gridmaster/bin/solaris64/sge_schedd
  6. View the global configuration of the grid.
    • If you are using the command line, type the following command:

      $ qconf -sconf
    • If you are using the QMON graphical user interface (GUI), select Cluster Configuration.

  7. On at minimum one execution host, confirm that these processes are running:
    • sge_execd

    #  ps -ef | grep sge_ 
    root  451  1 0  Jul 27 3:37 /global/gridmaster/bin/solaris64/sge_execd