Re: [Pacemaker] Cannot use ocf::heartbeat:IPsrcaddr (RTNETLINK answers: No such process)

2013-11-07 Thread Mathieu Peltier
> When the PREFERRED_SRC_IP resource is started, the following commands > were failing: > >> stderr: + 09:21:44: srca_start:184: ip route replace 192.168.0.0/24 dev em2 >> src 192.168.0.6 >> stderr: + 09:21:44: srca_start:187: ip route change to default via >> 192.168.0.1 dev em1 src 192.168.0.

Re: [Pacemaker] Cannot use ocf::heartbeat:IPsrcaddr (RTNETLINK answers: No such process)

2013-11-07 Thread Mathieu Peltier
> I noticed you didn't create a order constraint between the IPaddr and the > IPsrcaddr resources. You'll want to guarantee the IP address starts before > setting it as the IPsrcaddr. > > pcs constraint order VIP_EM1 then PREFERRED_SRC_IP > > If that doesn't help anything, we'll need some debug

[Pacemaker] Cannot use ocf::heartbeat:IPsrcaddr (RTNETLINK answers: No such process)

2013-11-06 Thread Mathieu Peltier
Hi, I am trying to set up a simple cluster of 2 machines on CentOS 6.4: pacemaker-cli-1.1.10-1.el6_4.4.x86_64 pacemaker-1.1.10-1.el6_4.4.x86_64 pacemaker-libs-1.1.10-1.el6_4.4.x86_64 pacemaker-cluster-libs-1.1.10-1.el6_4.4.x86_64 corosync-1.4.1-15.el6_4.1.x86_64 corosynclib-1.4.1-15.el6_4.1.x