Saturday, January 16, 2016

How to add zpool to the existing HASTORAGEPLUS in sun cluster resource






How to add zpool to the Existing HASTORAGEPLUS in sun cluster resource.



When you add a local or global file system to a HAStoragePlus resource, the HAStoragePlus resource automatically mounts the file system.
In the /etc/vfstab file on each node of the cluster, add an entry for the mount point of each file system that you are adding.
For local file systems
Set the mount at boot field to no.
Remove the global flag.
For cluster file systems
If the file system is a global file system, set the mount options field to contain the global option.
Retrieve the list of mount points for the file systems that the HAStoragePlus resource already manages
scha_resource_get -O extension -R hasp-resource -G hasp-rg FileSystemMountPoints


Modify the FileSystemMountPoints extension property of the HAStoragePlus resource to contain the following mount points

clresource set -p FileSystemMountPoints="mount-point-list" hasp-resource

Specifies a comma-separated list of mount points of the file systems that the HAStoragePlus resource already manages and the mount points of the file systems that you are adding.








No comments:

Post a Comment