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

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

Listing of sge_config

Listing of sge_register

Listing of sge_remove

Index

Listing of sge_config

#
# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
# 
# ident    "@(#)sge_config    1.3    06/07/14 SMI"
#
# This file will be sourced in by sge_register and the parameters
# listed below will be used.
#
# These parameters can be customized in (key=value) form and are always needed:
#
#    QMASTERRS  - name of the resource for the sge_qmaster daemon.
#    SCHEDDRS   - name of the resource for the sge_schedd daemon.
#    MASTERRG   - name of the resource group containing the resources
#                 for sge_qmaster and sge_schedd.
#    MASTERPORT - tcp port number that sge_qmaster will listen to
#             (normally 536).
#    MASTERLH   - name of the LogicalHostname SC resource within MASTERRG.
#    MASTERHASP - name of the HAStoragePlus SC resource within MASTERRG.
#    SGE_ROOT   - SGE_ROOT of this Sun GridEngine Installation.
#    SGE_CELL   - SGE_CELL of this Sun GridEngine Installation.
#    SGE_VER    - Version of this Sun GridEngine Installation.
#                 Currently this can only be set to 6.0 .
#

QMASTERRS=
SCHEDDRS=
MASTERRG=
MASTERPORT=536
MASTERLH=
MASTERHASP=
SGE_ROOT=
SGE_CELL=
SGE_VER=6.0