RG Affinity Issue
Hello,
I have a monitoring agent which has to monitors my application (say appl) running on OSC 4.2. This Agent must run on the same node as the application,
but it must stay online if the application fails or is stopped
Today, appl is implemented through the resource appl-res in the failover RG appl-rg, the monitoring agent through the resource monitoring-res in the same RG.
The issue here is that if monitoring-res fails, the status of the RG appl-rg is impacted (get something like "online,failed"). The Monitoring Agent should have no Impact on the application.
A solution might be to remove monitoring-res from appl-rg and to create a specific Monitoring-rg for it.