[Pacemaker] ldap: Failed actions ldap_monitor_0

georg at riseup.net georg at riseup.net
Sat Oct 15 13:05:59 EDT 2011


Hello again,

Today I was adding ldap to my corosync/pacemaker/drbd/asterisk setup.
Everything is fine, up and running, but now there is a message about
failed actions in crm_mon saying that ldapd_monitor_0 failed. I wonder if
I have to add a "op monitor interval" to lsb:slapd? But on the other hand,
I didn't do this for lsb:asterisk, which runs just fine.

Could someone point me into the right direction?

Thanks,
Georg

node asterisk1 \
        attributes standby="off"
node asterisk2 \
        attributes standby="off"
primitive asteriskd lsb:asterisk
primitive drbd_pbx ocf:linbit:drbd \
        params drbd_resource="r0" \
        op monitor interval="10s"
primitive fixrouting lsb:fixrouting
primitive fs_pbx ocf:heartbeat:Filesystem \
        params device="/dev/drbd0" directory="/data" fstype="ocfs2"
primitive ip_extern_pbx ocf:heartbeat:IPaddr2 \
        params ip="172.251.1.126" nic="eth0" \
        op monitor interval="10s"
primitive ip_intern_pbx ocf:heartbeat:IPaddr2 \
        params ip="192.168.1.93" nic="eth0" \
        op monitor interval="10s"
primitive ldapd lsb:slapd
group pbx ip_intern_pbx ip_extern_pbx fixrouting fs_pbx ldapd asteriskd \
        meta target-role="Started"
ms ms_drbd_pbx drbd_pbx \
        meta master-max="1" master-node-max="1" clone-max="2"
clone-node-max="1" notify="true" target-role="Started"
colocation pbx_on_drbd inf: pbx ms_drbd_pbx:Master
order pbx_after_drbd inf: ms_drbd_pbx:promote pbx:start
property $id="cib-bootstrap-options" \





More information about the Pacemaker mailing list