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
> [email protected]
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems



Attachment: signature.asc
Description: OpenPGP digital signature

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

Reply via email to