Forum Discussion

pawan_n's avatar
pawan_n
Level 3
9 years ago

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 ...
  • RiaanBadenhorst's avatar
    9 years ago

    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).

  • mikebounds's avatar
    9 years ago

    You can't use pattern matching with Application agent so your choices are:

    1. Use MonitorProgram
    2. Use PidFiles
    3. Use Agent builder where you can use pattern matching using the "MonitorProcessPatterns" attribute (see https://sort.symantec.com/agents/detail/5711)

    Mike