[Pacemaker] Pacemaker with Apache2...

Yannik Nicod ynicod at gmail.com
Wed Mar 23 10:10:12 EDT 2011


Hello Everybody

I'm a pacemaker and openais beginner. Now I want to work through
Cluster_from_Scratch.pdf.
But now I have a little problem. I had added a resource ClusterIP to bring
up a IP, this works.
But the second resource, called WebSite, does not work. I get the following
error message:

crm_mon -1
============
Last updated: Wed Mar 23 14:12:37 2011
Stack: openais
Current DC: clutest01 - partition with quorum
Version: 1.1.5-ecb6baaf7fc091b023d6d4ba7e0fce26d32cf5c8
2 Nodes configured, 2 expected votes
2 Resources configured.
============

Online: [ clutest01 clutest02 ]

 ClusterIP      (ocf::heartbeat:IPaddr2):       Started clutest01

*Failed actions:*
*    WebSite_start_0 (node=clutest02, call=4, rc=1, status=complete):
unknown error*
*    WebSite_monitor_0 (node=clutest01, call=3, rc=1, status=complete):
unknown error*
*    WebSite_start_0 (node=clutest01, call=7, rc=1, status=complete):
unknown error*

Can anybody tell me what I shoud do? A good hint?

Below are some details:
My system:
OpenSuse 11.4 x86_64
pacemaker 1.1.5-3.2
apache2 2.2.17-3.1
openais-1.1.4-3.1
resource-agents-1.0.3-9.12.1

My crm conf:
crm configure show
node clutest01
node clutest02
primitive ClusterIP ocf:heartbeat:IPaddr2 \
        params ip="172.16.27.3" cidr_netmask="16" \
        op monitor interval="30s"
primitive WebSite ocf:heartbeat:apache \
        params configfile="/etc/apache2/httpd.conf" \
        op monitor interval="1min"
property $id="cib-bootstrap-options" \
        dc-version="1.1.5-ecb6baaf7fc091b023d6d4ba7e0fce26d32cf5c8" \
        cluster-infrastructure="openais" \
        expected-quorum-votes="2" \
        stonith-enabled="false" \
        no-quorum-policy="ignore"

Thanks,
cheers miister
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clusterlabs.org/pipermail/pacemaker/attachments/20110323/dd0b9352/attachment-0002.html>


More information about the Pacemaker mailing list