Sun Cluster Data Service for Sun Grid Engine Guide for Solaris OS

ProcedureHow to Create and Enable Sun Cluster HA for Sun Grid Engine Resources

Before you begin, ensure that you have edited the sge_config file or a copy of it to specify configuration parameters for Sun Cluster HA for Sun Grid Engine resources. For more information, see Specifying Configuration Parameters for Sun Cluster HA for Sun Grid Engine Resources.

  1. Register the SUNW.gds resource type.


    # clresourcetype register SUNW.gds
    
  2. Go to the directory that contains the script for creating the Sun Grid Engine resources.


    # cd /opt/SUNWscsge/util/
    
  3. Run the script that creates the Sun Grid Engine resources.


    # ./sge_register -f /mypath/sge_config
    
  4. Bring online the failover resource group that you created in How to Enable Sun Grid Engine to Run in a Cluster.

    This resource group contains the following resources:

    • Logical host name resource

    • HAStoragePlus resource

    • NFS resource

    • Sun Grid Engine application resources


    # clresourcegroup online -M sge-rg
    
    sge-rg

    Specifies the resource group that you created in How to Enable Sun Grid Engine to Run in a Cluster is to be brought online


    Caution – Caution –

    Make sure that the Sun Grid Engine daemons (sge_qmaster and sge_schedd) are not running before bringing the failover resource group online. They may be running because the install_qmaster installation script started them or they are still running after performing the verification described in How to Verify the Sun Cluster HA for Sun Grid Engine Installation and Configuration.