1.Use the resls command to identify the EMS resource name.
2.Edit the package configuration file and add the resource definition
vi /etc/cmcluster/package/pkg.conf
RESOURCE_NAME /system/filesystem/availMb/home
RESOURCE_POLLING_INTERVAL 30
RESOURCE_UP_VALUE >= 5
3.Halt the cluster. (This is required for the cmcld daemon to register the resource)
4.Reapply the package configuration file.
5.Restart the cluster
2.Edit the package configuration file and add the resource definition
vi /etc/cmcluster/package/pkg.conf
RESOURCE_NAME /system/filesystem/availMb/home
RESOURCE_POLLING_INTERVAL 30
RESOURCE_UP_VALUE >= 5
3.Halt the cluster. (This is required for the cmcld daemon to register the resource)
4.Reapply the package configuration file.
5.Restart the cluster
0 Comments