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 a Zone

  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. Create and boot your zone N1 Grid Service Provisioning System-zone on all the nodes to host your N1 Grid Service Provisioning System data base.

  3. 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
    
  4. Create a failover resource group.


    # clresourcegroup create \
    >  -n node1:N1 Grid Service Provisioning System-zone,node2:N1 Grid Service Provisioning System-zone \
    > N1sps-component-resource-group
    
  5. 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
    
  6. 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
    
  7. 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