On 2 November 2010 16:14, mike <[email protected]> wrote: > On 10-11-02 11:52 AM, Dejan Muhamedagic wrote: >> Hi, >> >> On Tue, Nov 02, 2010 at 11:13:49AM -0300, mike wrote: >> >>> Hi guys, >>> >>> Can you tell me what you would recommend for the following settings in >>> the ha.cf file: >>> >>> Here are my settings. >>> # Thresholds (in seconds) >>> keepalive 1 >>> warntime 6 >>> deadtime 10 >>> initdead 15 >>> >>> >>> Are these settings ok in your opinion? The reason I ask is that we're >>> getting lots of network traffic and I believe it is application traffic >>> but I just want to make sure that the settings I have look appropriate >>> before someone asks. >>> >> Looks fine to me. I guess that most people are using that for >> keepalive.
what do you mean application traffic? Do you have application traffic over heartbeat links? You can of course have that, but it is recommended to use dedicated links for heartbeat communication. I use the following [r...@node-01 ~]# cat /etc/ha.d/ha.cf autojoin none use_logd on debug 0 mcast eth0 239.0.0.43 694 1 0 bcast eth1 warntime 5 deadtime 15 initdead 60 keepalive 2 node node-01 node node-02 node node-03 crm respawn _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
