Custom Resource or not?

Issues related to applications and software problems
Post Reply
dpu
Posts: 7
Joined: 2016/03/05 06:20:19

Custom Resource or not?

Post by dpu » 2018/02/08 04:49:58

We have configured 2 node HA cluster but we have custom software that is already configured on shared storage. What would happen if a resource is not added for the software on the cluster? Would the services not move to the second node? As I understand custom resource agent has to be made or the dummy resource agent could be used with a script to monitor the application.

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: Custom Resource or not?

Post by hunter86_bg » 2018/02/09 05:08:38

The easiest would be to create a systemd service file.
The cluster can start/stop/check status of the systemd's service and take actions to control your custom software.

Post Reply