Sun Cluster Data Service for N1 Grid Service Provisioning System for Solaris OS

ProcedureHow to enable the N1 Grid Service Provisioning System Components to run in the Global Zone

Perform these steps on one node only.

  1. Become superuser or assume a role that provides solaris.cluster.verb RBAC authorization on one of the nodes in the cluster that will host N1 Grid Service Provisioning System.

  2. Register the SUNW.HAStoragePlus and SUNW.gds resource types.

    It is assumed that the file system of the N1 Grid Service Provisioning System component will be mounted as a failover file system.


    # clresourcetype register  SUNW.gds SUNW.HAStoragePlus
    
  3. Create a failover resource group.


    # clresourcegroup create N1sps-component-resource-group
    
  4. Create a resource for the N1 Grid Service Provisioning System component Disk Storage.


    # clresource create   \
    > -g N1sps-component-resource-group   \
    > -t SUNW.HAStoragePlus  \
    > -p FilesystemMountPoints=N1sps-component-instance-mount-points \
    > N1sps-component-has-resource
    
  5. Create a resource for the N1 Grid Service Provisioning System Master component Logical Host name.


    # clreslogicalhostname   \
    > -g N1sps-component-resource-group  \
    > -h N1 Grid Service Provisioning System-logical-hostname \
    > N1sps-component-logical-hostname
    
  6. Enable the failover resource group, which now includes the N1 Grid Service Provisioning System Disk Storage and Logical Hostname resources.


    # clresourcegroup online -M N1sps-component-resource-group