I've been following the cluster from scratch guide, by Beekhof. I'm
using Debian 6, so I don't know how much that might confuse things; I
appreciate there are a few debian-specifics.
Before adding the drbd pacemaker resource crm status looked fine. After
configuring the resource I get the following error from crm_mon:-
WebData_monitor_0 (node=squeeze, call=11, rc=6, status=complete): not
configured
Here is the crm configuration, and monitor:-
root@squeeze:~# crm configure show
node sleeze
node sneeze
node squeeze
primitive ClusterIP ocf:heartbeat:IPaddr2 \
params ip="xxx.xxx.xxx.xxx" cidr_netmask="32" \
op monitor interval="30s"
primitive WebData ocf:linbit:drbd \
params drbd_resource="wwwdata" \
op monitor interval="60s"
primitive WebSite ocf:heartbeat:apache \
params configfile="/etc/apache2/apache2.conf" \
op monitor interval="1m"
ms WebDataClone WebData \
meta master-max="1" master-node-max="1" clone-max="2"
clone-node-max="1" notify="true"
colocation website-with-ip inf: WebSite ClusterIP
order apache-after-ip inf: ClusterIP WebSite
property $id="cib-bootstrap-options" \
dc-version="1.0.9-74392a28b7f31d7ddc86689598bd23114f58978b" \
cluster-infrastructure="openais" \
expected-quorum-votes="3" \
stonith-enabled="false"
rsc_defaults $id="rsc-options" \
resource-stickiness="100"
root@squeeze:~# crm status
============
Last updated: Fri Feb 18 13:15:53 2011
Stack: openais
Current DC: sneeze - partition with quorum
Version: 1.0.9-74392a28b7f31d7ddc86689598bd23114f58978b
3 Nodes configured, 3 expected votes
3 Resources configured.
============
Online: [ squeeze sneeze sleeze ]
ClusterIP (ocf::heartbeat:IPaddr2): Started sneeze
WebSite (ocf::heartbeat:apache): Started sneeze
Master/Slave Set: WebDataClone
Masters: [ squeeze ]
Slaves: [ sneeze ]
Failed actions:
WebData_monitor_0 (node=sleeze, call=4, rc=6, status=complete): not
configured
WebData_monitor_0 (node=sneeze, call=9, rc=6, status=complete): not
configured
WebData_monitor_0 (node=squeeze, call=11, rc=6, status=complete):
not configured
Does anyone have any ideas as to how I might investigate where the
problem is.
Kind regards,
Jon
--
Linux-cluster mailing list
Linux-cluster@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/linux-cluster