-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, Feb 01, 2008 at 12:04:44PM +0100, Stephan Berlet wrote:
>Hi Todd, >thank you for your suggestions! > >I had simplified my /etc/sysctl.conf and removed the VIP from lo device. >I will let heartbeat manage the VIPs on both nodes with corresponding >constraints, so that the lo VIP never can run where the eth0 VIP runs. There should not *BE* an lo VIP on the director. Until I get corrected by someone, I have never seen a configuration where you needed or wanted that. >I tried a lot of configurations, and I arrive at the conclusion that the >ldirectord is the cause of my problem. Even if I configure ldirectord as >the only resource, I get always this error: > >Feb 1 10:50:18 localhost crmd: [8164]: info: do_lrm_rsc_op: Performing >op=ldirectord_1_monitor_0 key=3:0:315504da-cde4-4824-9e7e-082eae17b1b8) >Feb 1 10:50:18 localhost lrmd: [8168]: ERROR: (raexecocf.c:execra:173) >execl failed for /usr/lib/ocf/resource.d//hearbeat/ldirectord: No such file >or directory Does that file exist? You appear to be running RedHat/Fedora/CentOS of some sort, so just do: yum install heartbeat-ldirectord The packagers have split it into several packages so that you do not have to have every single component and its dependency installed. In your case, your system will probably be needing: heartbeat heartbeat-pils heartbeat-stonith heartbeat-ldirectord and maybe heartbeat-gui >There is a slash too much in the path: >"/usr/lib/ocf/resource.d//hearbeat/ldirectord" That doesn't matter. Linux treats multiple slashes as /: [EMAIL PROTECTED] ~]# ls /usr/lib/ocf/resource.d/heartbeat/ldirectord /usr/lib/ocf/resource.d/heartbeat/ldirectord [EMAIL PROTECTED] ~]# ls /usr/lib/ocf/resource.d////heartbeat//ldirectord /usr/lib/ocf/resource.d////heartbeat//ldirectord Your problem simply appears to be that you don't actually have the ldirectord component of heartbeat installed. Get that installed and then restart heartbeat and see what you see. - -- Regards... Todd We should not be building surveillance technology into standards. Law enforcement was not supposed to be easy. Where it is easy, it's called a police state. -- Jeff Schiller on NANOG Linux kernel 2.6.22-14-generic 5 users, load average: 0.25, 0.11, 0.09 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHo1pIY2VBGxIDMLwRAqGqAJ0f8QvtqoOkWCPvaKwkN9w2nZBbpACgge2S BcQ7O52i478uiA4f/7Dpe/g= =MlX3 -----END PGP SIGNATURE----- _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
