Symantec logo

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. Disable in-depth monitoring by assigning the MonScript attribute a null value. Use the command:

    hares -modify resource IndepthMonitor 0

    For example:

    # hares -modify db2udb IndepthMonitor 0

    # haconf -dump -makero

    # hagrp -unfreeze db2udb_grp1