Disabling in-depth monitoring

You can dynamically disable in-depth monitoring.

To dynamically disable in-depth monitoring

  1. Make the VCS configuration writable:

    # haconf -makerw
  2. Freeze the service group so VCS does not perform actions automatically based on an incomplete reconfiguration:

    # hagrp -freeze db2udb_grp1
  3. Assign the InDepthMonitor attribute a null value to disable in-depth monitoring. Use the command:

    # hares -modify 
    resource IndepthMonitor 0

    For example:

    # hares -modify db2udb IndepthMonitor 0
    # haconf -dump -makero
    # hagrp -unfreeze db2udb_grp1