Forum Discussion

mokkan's avatar
mokkan
Level 6
11 years ago

Resource Agent/monitoring question

Hello,

All the resouces are monitored by agent right? How do I find out that agents a monitoring each resource?

  • All enabled resources are monitored by their agent type.  If any resources are not been monitored because they are disabled or monitor has failed, then output of "hastatus -sum" will show this.

    Mike

  • Hello,

    once you configure your cluster & make it working, whatever types of resources you have used in main.cf,  VCS will start those agents to monitor the resources ..

    You can check the process tree to see what agents are running

    # ps- ef |grep -i agent   (notice the HA agents running)

    Also note, for one type of resource, there would be only 1 agent ... for e.g, if you configure 10 diskgroups in a cluster, there will be only 1 agent to monitor all the 10 diskgroups.

    If a resource successfully got online & probed, that itself is an indicator that resource is successfully monitored.

     

    G

3 Replies

  • All enabled resources are monitored by their agent type.  If any resources are not been monitored because they are disabled or monitor has failed, then output of "hastatus -sum" will show this.

    Mike

  • Hello,

    once you configure your cluster & make it working, whatever types of resources you have used in main.cf,  VCS will start those agents to monitor the resources ..

    You can check the process tree to see what agents are running

    # ps- ef |grep -i agent   (notice the HA agents running)

    Also note, for one type of resource, there would be only 1 agent ... for e.g, if you configure 10 diskgroups in a cluster, there will be only 1 agent to monitor all the 10 diskgroups.

    If a resource successfully got online & probed, that itself is an indicator that resource is successfully monitored.

     

    G

  • .Thank you Both of you. You guys are awesome helpers.

     

    Thank you