Enabling and disabling intelligent resource monitoring manually
| Article:HOWTO66154 | | | Created: 2012-01-31 | | | Updated: 2012-01-31 | | | Article URL http://www.symantec.com/docs/HOWTO66154 |
Review the following procedures to enable or disable intelligent resource monitoring manually. The intelligent resource monitoring feature is disabled by default. The IMF resource type attribute determines whether an IMF-aware agent must perform intelligent resource monitoring.
To enable intelligent resource monitoring
Make the VCS configuration writable.
# haconf -makerw
Run the following command to enable intelligent resource monitoring.
To enable intelligent monitoring of offline resources:
hatype -modify resource_type IMF -update Mode 1
To enable intelligent monitoring of online resources:
hatype -modify resource_type IMF -update Mode 2
To enable intelligent monitoring of both online and offline resources:
hatype -modify resource_type IMF -update Mode 3
If required, change the values of the MonitorFreq key and the RegisterRetryLimit key of the IMF attribute.
# haconf -dump -makero
Make sure that the AMF kernel driver is configured on all nodes in the cluster.
/etc/init.d/amf.rc status
/sbin/init.d/amf status
/etc/init.d/amf status
If the AMF kernel driver is configured, the output resembles:
AMF: Module loaded and configured
Configure the AMF driver if the command output returns that the AMF driver is not loaded or not configured.
Restart the agent. Run the following commands on each node.
haagent -stop agent_name -force -sys sys_name haagent -start agent_name -sys sys_name
To disable intelligent resource monitoring
Make the VCS configuration writable.
# haconf -makerw
To disable intelligent resource monitoring for all the resources of a certain type, run the following command:
hatype -modify resource_type IMF -update Mode 0
To disable intelligent resource monitoring for a specific resource, run the following command:
hares -override resource_name IMF hares -modify resource_name IMF -update Mode 0
# haconf -dump -makero
|
|
Legacy ID
uxrt-51sp1_v38975032_v69849413
Article URL http://www.symantec.com/docs/HOWTO66154
Terms of use for this information are found in Legal Notices









Thank you.