[Pacemaker] Failed actions: ...not installed

Stallmann, Andreas AStallmann at CONET.DE
Tue Jan 24 03:46:25 EST 2012


Hi there,

What does the following error mean:

Failed actions:
    p_mysql:1_start_0 (node=int-ipfuie-mgmt02, call=15, rc=5, status=complete): not installed
    p_mysql:0_start_0 (node=int-ipfuie-mgmt01, call=15, rc=5, status=complete): not installed

The resource script “mysql” IS installed, it’s where all the other scripts are:

/usr/lib/ocf/resource.d/heartbeat # ls -lh mysql
-rwxr-xr-x 1 root root 43K Jan 23 16:36 mysql

There’s nothing (at least nothing obvious) in /var/log/messages, that reveals any further information.

Here’s my configuration (for the primitive and for the M/S setup):

primitive p_mysql ocf:heartbeat:mysql \
        params config="/etc/my.cnf" pid="/var/run/mysql/mysql.pid" socket="/var/run/mysql/mysql.sock" replication_user="repl" replication_passwd="blafasel" max_slave_lag="15" evict_outdated_slaves="false" binary="/usr/bin/mysqld_safe" test_user="root" test_passwd="blafasel" \
        op start interval="0" timeout="120s" \
        op stop interval="0" timeout="300s" \
        op monitor interval="5s" role="Master" timeout="30s" OCF_CHECK_LEVEL="1" \
        op monitor interval="2s" role="Slave" timeout="30s" OCF_CHECK_LEVEL="1"
primitive pingy_res ocf:pacemaker:ping \
        params dampen="5s" multiplier="1000" host_list="10.30.0.41 10.30.0.42 10.30.0.1" \
        op monitor interval="15s" timeout="20s" \
        op start interval="0" timeout="60s"
ms ms_MySQL p_mysql \
        meta master-max="1" master-node-max="1" clone-max="2" notify="true" target-role="Started"

Any ideas on how to get this running?

Thanks,

Andreas




----------------------------
CONET Solutions GmbH, Theodor-Heuss-Allee 19, 53773 Hennef.
Registergericht/Registration Court: Amtsgericht Siegburg (HRB Nr. 9136)
Geschäftsführer/Managing Director: Anke Höfer

 ----------------------------


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.clusterlabs.org/pipermail/pacemaker/attachments/20120124/0b4a3a07/attachment-0002.html>


More information about the Pacemaker mailing list