How to configure Linux Pacemaker to work with Custom Application.

tooreply

New Member
Joined
Jul 29, 2019
Messages
7
Reaction score
0
Credits
81
We are using SLES 12. We have a custom application which doesn't have daemon / Resource Agent.

To Start the Application

runuser -l bnp -c 'start_biom'

To Stop the Application

runuser -l bnp -c 'stop_biom'

To Monitor the Application

ps -ef | grep biom
 




Top