Disabling in-depth monitoring for DB2

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_group
  3. Assign the InDepthMonitor attribute a null value to disable in-depth monitoring. Use the command:
    # hares -modifyresource IndepthMonitor 0

    For example:

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