Tagged Questions
0
votes
1answer
41 views
can you give me feedback on an HA architecture using linux-ha and pacemaker?
I am trying to come up with an architecture for achieving HA on one of our services (in-house service, single tcp connection for all requests). Just started reading on linux-ha and pacemaker, and i'd ...
0
votes
1answer
1k views
crm command(cluster managment for pacemaker) not found in latest Centos 6
I have done such setup before, was no any issues. Now i can't do "crm configure" becuase no crm command availible in current package.
Am I missing something?
Maybe it replaced by other way/command?
...
0
votes
1answer
135 views
Linux-HA Pacemaker.. NFS Resource starting “unmanaged”
My cluster I've been working on just starting acting up out of no where... It looks like I'm having an issue with the exportfs resource.
Any ideas on how to troubleshoot this? I can find nothing for ...
0
votes
1answer
644 views
Make pacemaker retry failed resources
I would like to get pacemaker to retry starting my resource
primitive Imq ocf:example:imq \
op monitor on-fail="restart" interval="10s" \
op start interval="0" timeout="60s" on-fail="restart" \
...
-1
votes
1answer
90 views
Active node stops resources when pasive node is shutdown
2 nodes, active/pasive. 2 resources, a virtual ip, openLdap, and the nfs mount where openldap saves the data.
When both nodes are up, things worked fine. You could move resources away and put the ...