How to Add an Oracle ACFS File System to a Zone Cluster (CLI)

Ensure that the Oracle ACFS file system is created and ready for use by a zone cluster. See How to Create an Oracle ACFS File System.

Perform this procedure to add an Oracle ACFS file system for use by a zone cluster.

Note:

Alternatively, you can use the clsetup utility to perform this task. See How to Add a Cluster File System to a Zone Cluster (clsetup).
  1. Assume the root role or become an administrator that provides solaris.cluster.admin and solaris.cluster.modify authorizations.
  2. Add the Oracle ACFS file system to the zone cluster.

    Perform this step from the global zone of one node.

    # clzonecluster configure zonecluster
    clzc:zonecluster> add fs
    clzc:zonecluster:fs> set dir=mountpoint
    clzc:zonecluster:fs> set special=/dev/asm/volume-dev-path
    clzc:zonecluster:fs> set type=acfs
    clzc:zonecluster:fs> end
    clzc:zonecluster> exit
  3. Verify that the file system is added to the zone cluster.
    # clzonecluster show zonecluster
    …
    Resource Name:                fs
    dir:                          mountpoint
    special                       /dev/asm/volume-dev-path
    raw:
    type:                         acfs
    options:                      []
    cluster-control:              true
    …