Oracle® Solaris Cluster Data Services Planning and Administration Guide

Exit Print View

Updated: September 2014, E39648–02
 
 

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