Here's the versions I'm using: heartbeat.x86_64 2.1.3-3.el5.centos installed heartbeat-gui.x86_64 2.1.3-3.el5.centos installed heartbeat-pils.x86_64 2.1.3-3.el5.centos installed heartbeat-stonith.x86_64 2.1.3-3.el5.centos installed
With some drbd resources that are working fine and failing properly between nodes. Initially my LSB script was looking for the parameters in the wrong order (start <instance>) and I would get errors in my ha-log about it failing to start the mysql instance. When I fixed that problem, I can fail all reources between nodes and there's not even a log entry attempting to start mysql! With the drbd resource mounted on a node, I can use the exact command HB uses and start the database with no problems. I'm usinga 1.0 style configuration since my needs are simple, and here's the content of my haresources: <nodename> IPaddr::<virtual IP> IPaddr::<virtual IP 2> drbddisk::int-epgdb-01 \ Filesystem::/dev/drbd1::/opt/mysql/instance/int-epgdb-01::ext3 drbddisk::int-slingdb-01 \ Filesystem::/dev/drbd2::/opt/mysql/instance/int-slingdb-01::ext3 mysqlctl::int-epgdb-01 Any tips on where to look for the issue would be most appreciated! Thanks, Sylvain _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
