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

ProcedureHow to Register and Configure an HAStoragePlus Resource

  1. Become superuser on a node in the cluster that will host Sun Grid Engine.

  2. Register the SUNW.HAStoragePlus resource type.


    # clresourcetype register SUNW.HAStoragePlus
    
  3. Add an HAStoragePlus resource for the Sun Grid Engine file system to the resource group that you created in How to Enable Sun 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 Sun 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 Sun Grid Engine file system

    sge-hasp-rs

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