-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dne 24.1.2012 09:46, Stallmann, Andreas napsal(a): > 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
Hi. Just a thought. I was dealing with that problem as well, so maybe it could solve your issue. I guess that you also use disk which is mounted to /var/lib/mysql... Did you try start and stop of mysql on machine, where was that disk mounted? After i did that, my problems disappeared. > 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 > > ---------------------------- > > > > > > _______________________________________________ Pacemaker mailing > list: [email protected] > http://oss.clusterlabs.org/mailman/listinfo/pacemaker > > Project Home: http://www.clusterlabs.org Getting started: > http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: > http://bugs.clusterlabs.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJPHqV+AAoJEG+ytY6bjOobR9YH/iNYKUOntYY0Tu33seKNJg2W DIequ5Yi/yeoiUeXQg5Oi4JVQOiOrvuQMGD6Qy22ptczjIyQSNjM4lhD3oF58Gj3 Zh9AOx1ZNh2fffYklKOWZEr13Bxhlz1v/9ag8TYLmmPxkh4aZiBjZ9InLtkoQeSi 26HUcw35nRoSDj5e97xU6OlNNY3XbXfa/voFDzsC2Y8yh5MNHR49MKsLmcXmIFRn jJW+NMyVeOU7UboiKnDh3wgS3jVmr7iZE9kiwhMKKkvH8UW1IwRjKjMVZxSf/TvL uDrJTwvctf0SqMxq6HHL9adYfOV1Z4HRIa6kGBGs88HJbZVjho98RYRh5ssmulQ= =2813 -----END PGP SIGNATURE----- _______________________________________________ Pacemaker mailing list: [email protected] http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org
