Am 23.11.11 08:25, schrieb Florian Haas:
> On 11/23/11 07:51, Willi Fehler wrote:
>> Hi Florian,
>>
>> thank you so much for your feedback. My goal is, if the cluster
>> communication eth0 get's failed
>> on the active node, a failover should be triggered by pacemaker, because
>> if eth0 is down, the application
>> can't "talk" to the cluster. (service-ip)
> Use ocf:pacemaker:ping or ocf:heartbeat:ethmonitor for network
> connectivity monitoring.
>
>> Could you please let me know, where I can find newer versions
>> of Pacemaker/Corosync? I don't know any repository, maybe I have to
>> compile them on my own.
> Is rpmbuild --rebuild from Fedora SRPMs an option for you?
>
> Cheers,
> Florian
>
Hi Florian,
my configuration is working now. I've added the following:
crm(live)configure#primitive ping_eth0 ocf:pacemaker:ping \
params host_list="10.246.214.10"
multiplier="100" \
op monitor interval="10s" timeout="20s" \
op start interval="0" timeout="90s" \
op stop interval="0" timeout="100s"
crm(live)configure#clone ping_eth0_clone ping_eth0 \
meta globally-unique="false"
crm(live)configure#location mysql_redis-on-connected-node mysql_redis \
rule $id="mysql_redis-on-connected-node-rule" -inf:
not_defined pingd or pingd lte 0
I've some questions:
1. Could you please send me a link, where I can download SRPMS for
Fedora? I've checked the redhat mirrors,
and I didn't found any packages. (SRPM)
2. What is the advantage of ocf:heartbeat:mysql instead lsb:mysql?
3. Should I switch to DRBD-8.4? Can I use my current configuration?
Thank you so much again for your support!
Regards - Willi
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems