- 
                                                  Bring the failover resource group
                                                  offline.
                                                  # clresourcegroup offline resource-group 
- 
                                                  Display the HAStoragePlus
                                                  resource.
                                                  # clresource show -g resource-group -t SUNW.HAStoragePlus 
- 
                                                  Retrieve the list of mount points for each
                                                  resource.
                                                  # clresource show -p FilesystemMountPoints  hastorageplus-resource 
- 
                                                  Unmount the cluster file system.
                                                  # umount mount-points 
- 
                                                  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. 
- 
                                                  Bring the resource group online.
                                                  # clresourcegroup online -eM resource-group