Sun Cluster Data Services Planning and Administration Guide for Solaris OS

Changing the Global File System to Local File System in a HAStoragePlus Resource

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

ProcedureHow to Change the Global File System to Local File System in a 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 global 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 online the resource group.


    # clresourcegroup online -M resource-group