Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Linux-HA: Users

Resended : Understanding how heartbeat and pacemaker work together

 

 

Linux-HA users RSS feed   Index | Next | Previous | View Threaded


mueller.niclas at mueller-solutions

Jan 12, 2012, 1:22 PM

Post #1 of 11 (692 views)
Permalink
Resended : Understanding how heartbeat and pacemaker work together

I'm currently going to setup a Linux HA Cluster with apache and MySQL.
I've created three VM with KVM Vitalization. One NetworkManager as DNS
and DHCP Server, and two other as Cluster Nodes. All VMs are both Debian
Squeeze minimal installations. On the Nodes i've installed the packages
heartbeat and pacemaker. The configuration of heartbeat seems like
correct because in the syslog there are no errors and i can read that
the nodes have contact. My first impression of the software packages is,
that heartbeat is only for checking the Nodes of ability. Pacemaker is
for the services which are to manager. I cannot get it on that heartbeat
/ pacemaker (??) use the virtual ip. In both interfaces there is no
eth0:0 with the configurated ip address. Is the virtual ip used by the
primary node only when a service is confiugrated? Have anybody a good
howto for set up a apache and mysql cluster with heartbeat and pacemaker
?


Thank's Niclas



P.S. : A user have send me a mail that with the mail client i send the question before made a mistake with my FORM Field, hopefully now away!

_______________________________________________
Linux-HA mailing list
Linux-HA [at] lists
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems


andreas at hastexo

Jan 12, 2012, 1:55 PM

Post #2 of 11 (675 views)
Permalink
Re: Resended : Understanding how heartbeat and pacemaker work together [In reply to]

On 01/12/2012 10:22 PM, Niclas Müller wrote:
> I'm currently going to setup a Linux HA Cluster with apache and MySQL.
> I've created three VM with KVM Vitalization. One NetworkManager as DNS
> and DHCP Server, and two other as Cluster Nodes. All VMs are both Debian
> Squeeze minimal installations. On the Nodes i've installed the packages
> heartbeat and pacemaker. The configuration of heartbeat seems like
> correct because in the syslog there are no errors and i can read that
> the nodes have contact. My first impression of the software packages is,
> that heartbeat is only for checking the Nodes of ability. Pacemaker is
> for the services which are to manager. I cannot get it on that heartbeat
> / pacemaker (??) use the virtual ip. In both interfaces there is no
> eth0:0 with the configurated ip address. Is the virtual ip used by the
> primary node only when a service is confiugrated? Have anybody a good
> howto for set up a apache and mysql cluster with heartbeat and pacemaker
> ?

yes, Heartbeat is the CCM (cluster consensus and membership) layer and
Pacemaker relies on it to get valid information about node health and
uses it to transfer messages/updates to the other nodes.

use "crm_mon -1fr" to see the current state of your cluster resources
you already?? configured in Pacemaker.

if you use IPaddr2 RA you have to use "ip addr show" to see the virtual IPs.

there are a lot of howtos available, maybe you want to start at:

http://www.clusterlabs.org/wiki/Documentation#Examples


Regards,
Andreas

--
Need help with Pacemaker?
http://www.hastexo.com/now

>
>
> Thank's Niclas
>
>
>
> P.S. : A user have send me a mail that with the mail client i send the question before made a mistake with my FORM Field, hopefully now away!
>
> _______________________________________________
> Linux-HA mailing list
> Linux-HA [at] lists
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
Attachments: signature.asc (0.28 KB)


mueller.niclas at mueller-solutions

Jan 12, 2012, 2:29 PM

Post #3 of 11 (672 views)
Permalink
Re: Resended : Understanding how heartbeat and pacemaker work together [In reply to]

That the VirtualIP isn't shown by 'ifconfig -a' is realy nice, because i
made my failed search on this because of this howto :

http://www.howtoforge.com/high_availability_loadbalanced_apache_cluster




Im going to understand now all. I've configurated a resource for
failover-ip from your link, but get this error page. Pacemaker cannot
start resource failover-ip





root [at] node:/etc/ha.d# crm_mon -1fr
============
Last updated: Thu Jan 12 17:25:43 2012
Stack: Heartbeat
Current DC: node2 (40dbaed1-9618-41f0-acbe-c3f0f6334cce) - partition
with quorum
Version: 1.0.9-74392a28b7f31d7ddc86689598bd23114f58978b
2 Nodes configured, unknown expected votes
1 Resources configured.
============

Online: [ node1 node2 ]

Full list of resources:

failover-ip (ocf::heartbeat:IPaddr): Stopped

Migration summary:
* Node node1:
failover-ip: migration-threshold=1000000 fail-count=1000000
* Node node2:
failover-ip: migration-threshold=1000000 fail-count=1000000

Failed actions:
failover-ip_start_0 (node=node1, call=4, rc=1, status=complete):
unknown error
failover-ip_start_0 (node=node2, call=4, rc=1, status=complete):
unknown error





node $id="40dbaed1-9618-41f0-acbe-c3f0f6334cce" node2
node $id="6c62b04f-0d3a-4bc5-a084-ffba618a8e87" node1
primitive failover-ip ocf:heartbeat:IPaddr \
params ip="192.168.0.100" \
op monitor interval="10s" \
meta target-role="Started"
property $id="cib-bootstrap-options" \
dc-version="1.0.9-74392a28b7f31d7ddc86689598bd23114f58978b" \
cluster-infrastructure="Heartbeat" \
stonith-enabled="false"






Thank'a lot, the switch in my brain make PUK and now it seems all clear
how this work together. Syslog doesn't show any errors about the
failover-ip resource. Ideas ?





On 01/12/2012 10:55 PM, Andreas Kurz wrote:
> On 01/12/2012 10:22 PM, Niclas Müller wrote:
>
>> I'm currently going to setup a Linux HA Cluster with apache and MySQL.
>> I've created three VM with KVM Vitalization. One NetworkManager as DNS
>> and DHCP Server, and two other as Cluster Nodes. All VMs are both Debian
>> Squeeze minimal installations. On the Nodes i've installed the packages
>> heartbeat and pacemaker. The configuration of heartbeat seems like
>> correct because in the syslog there are no errors and i can read that
>> the nodes have contact. My first impression of the software packages is,
>> that heartbeat is only for checking the Nodes of ability. Pacemaker is
>> for the services which are to manager. I cannot get it on that heartbeat
>> / pacemaker (??) use the virtual ip. In both interfaces there is no
>> eth0:0 with the configurated ip address. Is the virtual ip used by the
>> primary node only when a service is confiugrated? Have anybody a good
>> howto for set up a apache and mysql cluster with heartbeat and pacemaker
>> ?
>>
> yes, Heartbeat is the CCM (cluster consensus and membership) layer and
> Pacemaker relies on it to get valid information about node health and
> uses it to transfer messages/updates to the other nodes.
>
> use "crm_mon -1fr" to see the current state of your cluster resources
> you already?? configured in Pacemaker.
>
> if you use IPaddr2 RA you have to use "ip addr show" to see the virtual IPs.
>
> there are a lot of howtos available, maybe you want to start at:
>
> http://www.clusterlabs.org/wiki/Documentation#Examples
>
>
> Regards,
> Andreas
>
>
>
>
> _______________________________________________
> Linux-HA mailing list
> Linux-HA [at] lists
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems

_______________________________________________
Linux-HA mailing list
Linux-HA [at] lists
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems


andreas at hastexo

Jan 12, 2012, 4:59 PM

Post #4 of 11 (678 views)
Permalink
Re: Resended : Understanding how heartbeat and pacemaker work together [In reply to]

Hello,

On 01/12/2012 11:29 PM, Niclas Müller wrote:
> That the VirtualIP isn't shown by 'ifconfig -a' is realy nice, because i
> made my failed search on this because of this howto :
>
> http://www.howtoforge.com/high_availability_loadbalanced_apache_cluster

You follow a howto from the year 2006? ... anyway, ifconfig would show
the IP because you used IPaddr and not IPaddr2 RA ....

>
>
>
>
> Im going to understand now all. I've configurated a resource for
> failover-ip from your link, but get this error page. Pacemaker cannot
> start resource failover-ip

of course you already have an interface up in this network? The resource
agent only adds secondary addresses ....

And you should find most logging information on your DC - node2 in
/var/log/{syslog,daemon.log)

Regards,
Andreas

--
Need help with Pacemaker?
http://www.hastexo.com/now

>
>
>
>
>
> root [at] node:/etc/ha.d# crm_mon -1fr
> ============
> Last updated: Thu Jan 12 17:25:43 2012
> Stack: Heartbeat
> Current DC: node2 (40dbaed1-9618-41f0-acbe-c3f0f6334cce) - partition
> with quorum
> Version: 1.0.9-74392a28b7f31d7ddc86689598bd23114f58978b
> 2 Nodes configured, unknown expected votes
> 1 Resources configured.
> ============
>
> Online: [ node1 node2 ]
>
> Full list of resources:
>
> failover-ip (ocf::heartbeat:IPaddr): Stopped
>
> Migration summary:
> * Node node1:
> failover-ip: migration-threshold=1000000 fail-count=1000000
> * Node node2:
> failover-ip: migration-threshold=1000000 fail-count=1000000
>
> Failed actions:
> failover-ip_start_0 (node=node1, call=4, rc=1, status=complete):
> unknown error
> failover-ip_start_0 (node=node2, call=4, rc=1, status=complete):
> unknown error
>
>
>
>
>
> node $id="40dbaed1-9618-41f0-acbe-c3f0f6334cce" node2
> node $id="6c62b04f-0d3a-4bc5-a084-ffba618a8e87" node1
> primitive failover-ip ocf:heartbeat:IPaddr \
> params ip="192.168.0.100" \
> op monitor interval="10s" \
> meta target-role="Started"
> property $id="cib-bootstrap-options" \
> dc-version="1.0.9-74392a28b7f31d7ddc86689598bd23114f58978b" \
> cluster-infrastructure="Heartbeat" \
> stonith-enabled="false"
>
>
>
>
>
>
> Thank'a lot, the switch in my brain make PUK and now it seems all clear
> how this work together. Syslog doesn't show any errors about the
> failover-ip resource. Ideas ?
>
>
>
>
>
> On 01/12/2012 10:55 PM, Andreas Kurz wrote:
>> On 01/12/2012 10:22 PM, Niclas Müller wrote:
>>
>>> I'm currently going to setup a Linux HA Cluster with apache and MySQL.
>>> I've created three VM with KVM Vitalization. One NetworkManager as DNS
>>> and DHCP Server, and two other as Cluster Nodes. All VMs are both Debian
>>> Squeeze minimal installations. On the Nodes i've installed the packages
>>> heartbeat and pacemaker. The configuration of heartbeat seems like
>>> correct because in the syslog there are no errors and i can read that
>>> the nodes have contact. My first impression of the software packages is,
>>> that heartbeat is only for checking the Nodes of ability. Pacemaker is
>>> for the services which are to manager. I cannot get it on that heartbeat
>>> / pacemaker (??) use the virtual ip. In both interfaces there is no
>>> eth0:0 with the configurated ip address. Is the virtual ip used by the
>>> primary node only when a service is confiugrated? Have anybody a good
>>> howto for set up a apache and mysql cluster with heartbeat and pacemaker
>>> ?
>>>
>> yes, Heartbeat is the CCM (cluster consensus and membership) layer and
>> Pacemaker relies on it to get valid information about node health and
>> uses it to transfer messages/updates to the other nodes.
>>
>> use "crm_mon -1fr" to see the current state of your cluster resources
>> you already?? configured in Pacemaker.
>>
>> if you use IPaddr2 RA you have to use "ip addr show" to see the virtual IPs.
>>
>> there are a lot of howtos available, maybe you want to start at:
>>
>> http://www.clusterlabs.org/wiki/Documentation#Examples
>>
>>
>> Regards,
>> Andreas
>>
>>
>>
>>
>> _______________________________________________
>> Linux-HA mailing list
>> Linux-HA [at] lists
>> http://lists.linux-ha.org/mailman/listinfo/linux-ha
>> See also: http://linux-ha.org/ReportingProblems
>
> _______________________________________________
> Linux-HA mailing list
> Linux-HA [at] lists
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
Attachments: signature.asc (0.28 KB)


mueller.niclas at mueller-solutions

Jan 12, 2012, 11:39 PM

Post #5 of 11 (672 views)
Permalink
Re: Resended : Understanding how heartbeat and pacemaker work together [In reply to]

Is it necessary to put services like drbd, apache or mysql into
pacemaker as a resource ?
It worked without that, but is it better to add this as a service ?


On 01/13/2012 01:59 AM, Andreas Kurz wrote:
> Hello,
>
> On 01/12/2012 11:29 PM, Niclas Müller wrote:
>
>> That the VirtualIP isn't shown by 'ifconfig -a' is realy nice, because i
>> made my failed search on this because of this howto :
>>
>> http://www.howtoforge.com/high_availability_loadbalanced_apache_cluster
>>
> You follow a howto from the year 2006? ... anyway, ifconfig would show
> the IP because you used IPaddr and not IPaddr2 RA ....
>
>
>>
>>
>>
>> Im going to understand now all. I've configurated a resource for
>> failover-ip from your link, but get this error page. Pacemaker cannot
>> start resource failover-ip
>>
> of course you already have an interface up in this network? The resource
> agent only adds secondary addresses ....
>
> And you should find most logging information on your DC - node2 in
> /var/log/{syslog,daemon.log)
>
> Regards,
> Andreas
>
>
>
>
> _______________________________________________
> Linux-HA mailing list
> Linux-HA [at] lists
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems

_______________________________________________
Linux-HA mailing list
Linux-HA [at] lists
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems


mueller.niclas at mueller-solutions

Jan 13, 2012, 1:34 AM

Post #6 of 11 (668 views)
Permalink
Re: Resended : Understanding how heartbeat and pacemaker work together [In reply to]

I've got it that apache and failover-ip runns on the cluster. I'm haning
on the problem that hearbeat starts apache on node1 and failover-ip on
node2 if both of them are running. Only if one node is offline, both
resources are running on the online node.

How can i say pacemaker - run this two resources only on one node
everytime ?




On 01/13/2012 08:39 AM, Niclas Müller wrote:
> Is it necessary to put services like drbd, apache or mysql into
> pacemaker as a resource ?
> It worked without that, but is it better to add this as a service ?
>
>
> On 01/13/2012 01:59 AM, Andreas Kurz wrote:
>
>> Hello,
>>
>> On 01/12/2012 11:29 PM, Niclas Müller wrote:
>>
>>
>>> That the VirtualIP isn't shown by 'ifconfig -a' is realy nice, because i
>>> made my failed search on this because of this howto :
>>>
>>> http://www.howtoforge.com/high_availability_loadbalanced_apache_cluster
>>>
>>>
>> You follow a howto from the year 2006? ... anyway, ifconfig would show
>> the IP because you used IPaddr and not IPaddr2 RA ....
>>
>>
>>
>>>
>>>
>>> Im going to understand now all. I've configurated a resource for
>>> failover-ip from your link, but get this error page. Pacemaker cannot
>>> start resource failover-ip
>>>
>>>
>> of course you already have an interface up in this network? The resource
>> agent only adds secondary addresses ....
>>
>> And you should find most logging information on your DC - node2 in
>> /var/log/{syslog,daemon.log)
>>
>> Regards,
>> Andreas
>>
>>
>>
>>
>> _______________________________________________
>> Linux-HA mailing list
>> Linux-HA [at] lists
>> http://lists.linux-ha.org/mailman/listinfo/linux-ha
>> See also: http://linux-ha.org/ReportingProblems
>>
> _______________________________________________
> Linux-HA mailing list
> Linux-HA [at] lists
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
>

_______________________________________________
Linux-HA mailing list
Linux-HA [at] lists
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems


andreas at hastexo

Jan 13, 2012, 1:37 AM

Post #7 of 11 (665 views)
Permalink
Re: Resended : Understanding how heartbeat and pacemaker work together [In reply to]

Hello,

On 01/13/2012 08:39 AM, Niclas Müller wrote:
> Is it necessary to put services like drbd, apache or mysql into
> pacemaker as a resource ?
> It worked without that, but is it better to add this as a service ?

If you want them to be highly available, means monitored and
automatically started/stopped when needed .... then yes, add it as a
service.

Pacemaker in combination with STONITH can also help you in split-brain
scenarios.

Regards,
Andreas

--
Need help with Pacemaker?
http://www.hastexo.com/now

>
>
> On 01/13/2012 01:59 AM, Andreas Kurz wrote:
>> Hello,
>>
>> On 01/12/2012 11:29 PM, Niclas Müller wrote:
>>
>>> That the VirtualIP isn't shown by 'ifconfig -a' is realy nice, because i
>>> made my failed search on this because of this howto :
>>>
>>> http://www.howtoforge.com/high_availability_loadbalanced_apache_cluster
>>>
>> You follow a howto from the year 2006? ... anyway, ifconfig would show
>> the IP because you used IPaddr and not IPaddr2 RA ....
>>
>>
>>>
>>>
>>>
>>> Im going to understand now all. I've configurated a resource for
>>> failover-ip from your link, but get this error page. Pacemaker cannot
>>> start resource failover-ip
>>>
>> of course you already have an interface up in this network? The resource
>> agent only adds secondary addresses ....
>>
>> And you should find most logging information on your DC - node2 in
>> /var/log/{syslog,daemon.log)
>>
>> Regards,
>> Andreas
>>
>>
>>
>>
>> _______________________________________________
>> Linux-HA mailing list
>> Linux-HA [at] lists
>> http://lists.linux-ha.org/mailman/listinfo/linux-ha
>> See also: http://linux-ha.org/ReportingProblems
>
> _______________________________________________
> Linux-HA mailing list
> Linux-HA [at] lists
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
Attachments: signature.asc (0.28 KB)


andreas at hastexo

Jan 13, 2012, 1:39 AM

Post #8 of 11 (670 views)
Permalink
Re: Resended : Understanding how heartbeat and pacemaker work together [In reply to]

On 01/13/2012 10:34 AM, Niclas Müller wrote:
> I've got it that apache and failover-ip runns on the cluster. I'm haning
> on the problem that hearbeat starts apache on node1 and failover-ip on
> node2 if both of them are running. Only if one node is offline, both
> resources are running on the online node.
>
> How can i say pacemaker - run this two resources only on one node
> everytime ?

you need constraints ... don't stop reading documentation ;-)

Regards,
Andreas

--
Need help with Pacemaker?
http://www.hastexo.com/now

>
>
>
>
> On 01/13/2012 08:39 AM, Niclas Müller wrote:
>> Is it necessary to put services like drbd, apache or mysql into
>> pacemaker as a resource ?
>> It worked without that, but is it better to add this as a service ?
>>
>>
>> On 01/13/2012 01:59 AM, Andreas Kurz wrote:
>>
>>> Hello,
>>>
>>> On 01/12/2012 11:29 PM, Niclas Müller wrote:
>>>
>>>
>>>> That the VirtualIP isn't shown by 'ifconfig -a' is realy nice, because i
>>>> made my failed search on this because of this howto :
>>>>
>>>> http://www.howtoforge.com/high_availability_loadbalanced_apache_cluster
>>>>
>>>>
>>> You follow a howto from the year 2006? ... anyway, ifconfig would show
>>> the IP because you used IPaddr and not IPaddr2 RA ....
>>>
>>>
>>>
>>>>
>>>>
>>>> Im going to understand now all. I've configurated a resource for
>>>> failover-ip from your link, but get this error page. Pacemaker cannot
>>>> start resource failover-ip
>>>>
>>>>
>>> of course you already have an interface up in this network? The resource
>>> agent only adds secondary addresses ....
>>>
>>> And you should find most logging information on your DC - node2 in
>>> /var/log/{syslog,daemon.log)
>>>
>>> Regards,
>>> Andreas
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Linux-HA mailing list
>>> Linux-HA [at] lists
>>> http://lists.linux-ha.org/mailman/listinfo/linux-ha
>>> See also: http://linux-ha.org/ReportingProblems
>>>
>> _______________________________________________
>> Linux-HA mailing list
>> Linux-HA [at] lists
>> http://lists.linux-ha.org/mailman/listinfo/linux-ha
>> See also: http://linux-ha.org/ReportingProblems
>>
>
> _______________________________________________
> Linux-HA mailing list
> Linux-HA [at] lists
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
Attachments: signature.asc (0.28 KB)


mueller.niclas at mueller-solutions

Jan 13, 2012, 2:04 AM

Post #9 of 11 (666 views)
Permalink
Re: Resended : Understanding how heartbeat and pacemaker work together [In reply to]

I've grouped both as www-services and not it is running like i want.
Change to takeover is 4-6 sec. Its good, but I want to go to 1-3 sec as
far as possible. Much process last will there not because I only made a
Projekt for school with Linux HA, and faster takeover will be better for
presentaion. Next Step is DRBD and MySQL, so if i had questions i would
like to talk here forward and not start a new topic if ok.


Thank's Niclas

On 01/13/2012 10:39 AM, Andreas Kurz wrote:
> On 01/13/2012 10:34 AM, Niclas Müller wrote:
>
>> I've got it that apache and failover-ip runns on the cluster. I'm haning
>> on the problem that hearbeat starts apache on node1 and failover-ip on
>> node2 if both of them are running. Only if one node is offline, both
>> resources are running on the online node.
>>
>> How can i say pacemaker - run this two resources only on one node
>> everytime ?
>>
> you need constraints ... don't stop reading documentation ;-)
>
> Regards,
> Andreas
>
>
>
>
> _______________________________________________
> Linux-HA mailing list
> Linux-HA [at] lists
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems

_______________________________________________
Linux-HA mailing list
Linux-HA [at] lists
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems


maloja01 at arcor

Jan 13, 2012, 2:14 AM

Post #10 of 11 (667 views)
Permalink
Re: Resended : Understanding how heartbeat and pacemaker work together [In reply to]

On 01/13/2012 11:04 AM, Niclas Müller wrote:
> I've grouped both as www-services and not it is running like i want.
> Change to takeover is 4-6 sec. Its good, but I want to go to 1-3 sec as
> far as possible. Much process last will there not because I only made a
> Projekt for school with Linux HA, and faster takeover will be better for
> presentaion. Next Step is DRBD and MySQL, so if i had questions i would
> like to talk here forward and not start a new topic if ok.
>
>
> Thank's Niclas
>
> On 01/13/2012 10:39 AM, Andreas Kurz wrote:
>> On 01/13/2012 10:34 AM, Niclas Müller wrote:
>>
>>> I've got it that apache and failover-ip runns on the cluster. I'm haning
>>> on the problem that hearbeat starts apache on node1 and failover-ip on
>>> node2 if both of them are running. Only if one node is offline, both
>>> resources are running on the online node.
>>>
>>> How can i say pacemaker - run this two resources only on one node
>>> everytime ?
>>>
>> you need constraints ... don't stop reading documentation ;-)

Hint: Colocation

>>
>> Regards,
>> Andreas
>>
>>
>>
>>
>> _______________________________________________
>> Linux-HA mailing list
>> Linux-HA [at] lists
>> http://lists.linux-ha.org/mailman/listinfo/linux-ha
>> See also: http://linux-ha.org/ReportingProblems
>
> _______________________________________________
> Linux-HA mailing list
> Linux-HA [at] lists
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems

_______________________________________________
Linux-HA mailing list
Linux-HA [at] lists
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems


bubble at hoster-ok

Jan 14, 2012, 1:07 AM

Post #11 of 11 (659 views)
Permalink
Re: Resended : Understanding how heartbeat and pacemaker work together [In reply to]

13.01.2012 13:04, Niclas Müller wrote:
> I've grouped both as www-services and not it is running like i want.
> Change to takeover is 4-6 sec. Its good, but I want to go to 1-3 sec as
> far as possible. Much process last will there not because I only made a

Pacemaker runs "monitor" actions at a rate you configured.
Just change that rate.

Best,
Vladislav
_______________________________________________
Linux-HA mailing list
Linux-HA [at] lists
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Linux-HA users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.