On 2013-04-10T17:47:56, Fredrik Hudner <[email protected]> wrote:
> Hi Lars, > I wouldn't mind to try to install one of the tar balls from > http://hg.linux-ha.org/sbd, only I'm not sure how to do it after I've > unzipped/tar it. I saw someone from a discussion group that wanted to do it > as well.. > If you only tell me how to get it installed (will upgrade pacemaker to > 1.1.8) sbd-1837fd8cc64a that would be great. > > I noticed after after I checked a bit closer that all those sbd-common.c, > sbd.h etc were missing.. (so yeah it was a packaging issue as such). Uhm, well. The tar ball you got from there is one you must compile. sbd-common.c etc are not intended to be present on an installed system. Thanks to Florian, sbd builds like any other autoconf project. But I don't think your problem is with sbd itself, but the init script of the cluster stack. On SLE HA, sbd ties into the openais/corosync scripts - to make sure that the cluster stack isn't started before sbd is running. You need to port that over to the RHEL environment. (And personally, no, I don't think a separate sbd script that pacemaker depends on would be good enough; we *really* don't want resources to start on a node we can't fence.) Also, it appears you're not getting call-outs to the external/sbd agent working. That may be a problem with how cluster-glue is build on RHEL; but then, 1.0.6 is not the most recent release either. If I'm not mistaken, cluster-glue will go away on RHEL anyway. You may want to inquire to RHT what their plans are for supporting the fence agents it included, if any such plans exist. Regards, Lars -- Architect Storage/HA SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg) "Experience is the name everyone gives to their mistakes." -- Oscar Wilde _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
