Become superuser on a cluster member.
Disable the resource fault monitor.
# scswitch -n -M -j resource |
Disable a resource or resource monitor.
Disable the fault monitor for the specified resource.
The name of the resource.
Verify that the resource fault monitor has been disabled.
Run the following command on each cluster node, and check for monitored fields (RS Monitored).
# scrgadm -pv |
This example shows how to disable a resource fault monitor.
# scswitch -n -M -j resource-1 # scrgadm -pv ... RS Monitored: no... |