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

How 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.


    # scrgadm -a -t 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.


    # scrgadm -a -j sge-hasp-rs \
    -g sge-rg \
    -t SUNW.HAStoragePlus  \
    -x FilesystemMountPoints=sge-root
    
    -j sge-hasp-rs

    Specifies that the resource that you are creating is named 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

    -x FilesystemMountPoints=sge-root

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