Thanks for offering me something to try Bob, but it still doesn't seem
to work. Here is the exact output of crm_mon and "crm configure show":
============
Last updated: Mon Mar 7 13:20:47 2011
Stack: openais
Current DC: eb2024-58.cs.siue.edu - partition with quorum
Version: 1.1.4-ac608e3491c7dfc3b3e3c36d966ae9b016f77065
2 Nodes configured, 2 expected votes
4 Resources configured.
============
Online: [ eb2024-58.cs.siue.edu eb2024-59.cs.siue.edu ]
ClusterIP (ocf::heartbeat:IPaddr2): Started eb2024-58.cs.siue.edu
WebSite (ocf::heartbeat:apache): Started eb2024-58.cs.siue.edu
Failed actions:
dlm:0_monitor_0 (node=eb2024-59.cs.siue.edu, call=4, rc=5,
status=complete): not installed
gfs-control:0_monitor_0 (node=eb2024-59.cs.siue.edu, call=5, rc=5,
status=complete): not installed
dlm:1_monitor_0 (node=eb2024-58.cs.siue.edu, call=4, rc=5,
status=complete): not installed
gfs-control:1_monitor_0 (node=eb2024-58.cs.siue.edu, call=5, rc=5,
status=complete): not installed
[root@eb2024-58 ~]# crm configure show
node eb2024-58.cs.siue.edu
node eb2024-59.cs.siue.edu
primitive ClusterIP ocf:heartbeat:IPaddr2 \
params ip="146.163.150.57" cidr_netmask="32" \
op monitor interval="30s"
primitive WebSite ocf:heartbeat:apache \
params configfile="/etc/httpd/conf/httpd.conf" \
op start interval="0" timeout="40s" \
op stop interval="0" timeout="60s" \
op monitor interval="1min"
primitive dlm ocf:pacemaker:controld \
op start interval="0" timeout="90s" \
op stop interval="0" timeout="100s" \
op monitor interval="120s"
primitive gfs-control ocf:pacemaker:controld \
params daemon="gfs_controld.pcmk" args="-g 0" \
op start interval="0" timeout="90s" \
op stop interval="0" timeout="100s" \
op monitor interval="120s"
clone dlm-clone dlm \
meta interleave="true"
clone gfs-clone gfs-control \
meta interleave="true"
location prefer-node1 WebSite 50: eb2024-58.cs.siue.edu
colocation gfs-with-dlm inf: gfs-clone dlm-clone
colocation website-with-ip inf: WebSite ClusterIP
order apache-after-ip inf: ClusterIP WebSite
order start-gfs-after-dlm inf: dlm-clone gfs-clone
property $id="cib-bootstrap-options" \
dc-version="1.1.4-ac608e3491c7dfc3b3e3c36d966ae9b016f77065" \
cluster-infrastructure="openais" \
expected-quorum-votes="2" \
stonith-enabled="false" \
no-quorum-policy="ignore"
Has anyone got this to work on Fedora 14?
gb
On 03/07/2011 10:35 AM, Bob Peterson wrote:
----- Original Message -----
| Hi All,
|
| I'm trying to follow the "clusters from scratch" guide and I'm
| running Fedora 14.
|
| When I try to add the DLM and GFS2 services, crm_mon keeps reporting
| "Failed actions: dlm:1_monitor_0/gfs-control:1_monitor_0 ... not
| installed".
|
| Does anyone know what I'm missing?
|
| Thanks,
| gb
Hm, it sounds like you don't have the debugfs mounted
and some piece of software (likely crm_mon) is expecting it.
Try adding something like this to /etc/fstab:
debugfs /sys/kernel/debug debugfs defaults 0 0
and doing mount -a
Regards,
Bob Peterson
Red Hat File Systems
--
Linux-cluster mailing list
Linux-cluster@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/linux-cluster
--
Linux-cluster mailing list
Linux-cluster@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/linux-cluster