Go to main content

Oracle® Solaris Cluster 4.3 Software Installation Guide

Exit Print View

Updated: June 2019
 
 

How to Register and Configure the Oracle ACFS Proxy Resource Group

Use this procedure to register and configure the Oracle ACFS proxy resource group. Perform all steps from one node of the global cluster.

Before You Begin

Ensure that you have registered and configured the Oracle Grid Infrastructure resource. See How to Create an Oracle Grid Infrastructure Resource for Interoperation With Oracle Solaris Cluster.

  1. Assume the root role or become an administrator that provides solaris.cluster.admin and solaris.cluster.modify authorizations.
  2. Register the SUNW.scalable_acfs_proxy resource type.
    • If the file system is for use in the global cluster, use the following command:
      # clresourcetype register SUNW.scalable_acfs_proxy
    • If the file system is for use by a zone cluster, use the following command:
      # clresourcetype register -Z zonecluster SUNW.scalable_acfs_proxy
  3. Create the Oracle ACFS resource group with offline-restart resource dependencies.
    • If the file system is for use in the global cluster, use the following command:
      # clresourcegroup create -S -p rg_affinities=++asm-dg-rg /
      acfs-rg
      asm-dg-rg

      Specifies the name of the Oracle ASM disk-group resource group.

      acfs-rg

      Specifies the name of the Oracle ACFS resource group.

    • If the file system is for use by a zone cluster, use the following command:
      # clresourcegroup create -Z zonecluster -S 
      -p rg_affinities=++global:asm-dg-rg,++global:scal-wait-zc-rg /
      acfs-rg
      scal-wait-zc-rg

      For a zone cluster, specifies the SUNW.wait_zc_boot resource group.

  4. Add an instance of the SUNW.scalable_acfs_proxy resource type to the Oracle ACFS resource group.
    • If the file system is for use in the global cluster, use the following command:
      # clresource create -g acfs-rg \
      -t SUNW.scalable_acfs_proxy \
      -p acfs_mountpoint=/acfs-mountpoint \
      -p resource_dependencies_offline_restart=asm-dg-rs \
      -d acfs-rs
    • If the file system is for use by a zone cluster, use the following command:
      # clresource create -Z zonecluster -g acfs-rg \
      -t SUNW.scalable_acfs_proxy \
      -p acfs_mountpoint=/acfs-mountpoint \
      -p resource_dependencies_offline_restart=global:asm-dg-rs \
      -p resource_dependencies=global:wait-zc-rs \
      -d acfs-rs
  5. Bring online the resource group in a managed state on a cluster node.

    If the resource group is in a global cluster:

    # clresourcegroup online -eM acfs-rg

    If the resource group is in a zone cluster:

    # clresourcegroup online -eM -Z zonecluster acfs-rg
  6. Verify the Oracle ACFS configuration.

    For a global cluster:

    # clresource status +

    For a zone cluster:

    # clresource status -Z zonecluster +

Next Steps

Determine from the following list the next task to perform that applies to your cluster configuration. If you need to perform more than one task from this list, go to the first of those tasks in this list.