Blog has been moved to

http://www.AlTwaijiry.com,

please join us.


1. Run the following command to get the current mount points that the cluster is controlling them (replace HAPLUS with your StorageHA-Plus resource name)

root@local# scrgadm -vvp | grep FilesystemMountPoints | grep value | grepĀ  HAPLUS
(resourcegroup:HAPLUS:FilesystemMountPoints) Res property value: /apps /database


2. Now for example if we want this resource also to control the directory /log , AFTER we create the file system in the same metaset and we add it to /etc/vfstab and we also test it (mount and umount in all node) we run the following command:

scrgadm -c -j HAPLUS -x FileSystemMountPoints=”/apps,/database,/log

After running the command above the cluster will auto mount the filesystem /log automaticly (if it’s already mounted it will no remount it, also FYI this command can be executed while the cluster/application is running.

Advertisement