pawan_n
10 years agoLevel 3
Application resource is in w_offline state
Hi All,
I have created a application resource in a veritas cluster of 2 nodes.
It does not have any dependency on any other resource.
One primary node, it's state is correct(OFFLINE) but on secondary node it is in w_offline state.Logs show that the cluster is not able to bring the resource to OFFLINE state on secondary node.
I tried hastop -local on sec. node followed by hastart, but no luck.
I even tried deleting my App. resource & re-created it with some other name, but results are same.
Any help would be appreciated!!
Thanks,
Pawan
That is quite a list :)
I would say stick with the monitor program you wrote. It would need to exit with 100 (offline) or 110 (online).
You can't use pattern matching with Application agent so your choices are:
- Use MonitorProgram
- Use PidFiles
- Use Agent builder where you can use pattern matching using the "MonitorProcessPatterns" attribute (see https://sort.symantec.com/agents/detail/5711)
Mike