Monitor failing on inactive host for Application agent
Split off from https://www-secure.symantec.com/connect/forums/help-ha-app-and-dns-resource
The application agent seems to be running on both servers and the monitor is obviously failing on the secondary host.
What attribute do I need to set so that it only runs one monitor instance?
Thanks
You can set OfflineMonitorInterval for the Application to 0 (hatype -modify Application OfflineMonitorInterval 0) which will turn off Offline Monitoring, but you shouldn't need to do this:
If you using MonitorProcesses or PidFiles attribute then the resource should just report offline. If you are using MonitorProgram attribute then your program should be on local storage and should report offline when the application is not running (as oppose to the Monitor program failing to run when the application is not running).
Mike