Go to main content

Planning and Administering Data Services for Oracle® Solaris Cluster 4.4

Exit Print View

Updated: May 2019
 
 

How to Change the Accessibility of a Pool's Datasets in an HAStoragePlus Resource From Failover to Global

  1. Disable resources that depend on the zpool.

    This procedure exports the zpool.

    # clrs disable <resource-list>
  2. Remove the failover ZFS pool from the HAStoragePlus resource and remove the zpool for globally mounted ZFS file system device group if it exists.

    This operation exports the zpool.

    # clresource set -p GlobalZpools-=zpool resource
    # cldg list zpool

    If the zpool for globally mounted ZFS file system device group exists, remove it.

    # cldg delete zpool
  3. Modify the HAStoragePlus resource to add the pool for global access.

    This operation creates a cluster device group with the name of the zpool of type ZPOOL.

    # clresource set -p GlobalZpools+=zpool resource
  4. Enable resources that you disabled in Step 1 of this procedure.
    # clrs enable <resource-list>