Go to main content

Oracle® Solaris Cluster 4.3 Data Services Planning and Administration Guide

Exit Print View

Updated: April 2016
 
 

Changing the Cluster File System to a Local File System in an HAStoragePlus Resource

You can change the file system of an HAStoragePlus resource from a cluster file system to a local file system.

How to Change the Cluster File System to Local File System in an HAStoragePlus Resource

  1. Bring the failover resource group offline.
    # clresourcegroup offline resource-group
  2. Display the HAStoragePlus resource.
    # clresource show -g resource-group -t SUNW.HAStoragePlus
  3. Retrieve the list of mount points for each resource.
    # clresource show -p FilesystemMountPoints hastorageplus-resource
  4. Unmount the cluster file system.
    # umount mount-points
  5. Modify the /etc/vfstab entry of the mount points on all the nodes configured in the node list of the resource group.
    • Remove the global keyword from the mount options.
    • Modify the mount at boot option from yes to no.

    Repeat the steps for all the cluster file systems of all the HAStoragePlus resources configured in the resource group.

  6. Bring the resource group online.
    # clresourcegroup online -eM resource-group