Re: [Pacemaker] debian/lenny: pacemaker 1.07 where are the STONITH apps/agents?

2010-02-03 Thread Moritz Krinke
the stonith plugins are in the "cluster-glue" package which is in the yum repositories by clusterlabs/suse, not sure about .deb's. 2010/2/3 Bruno Voigt > I've setup a new lenny - 2 node cluster with > Martin Gerhard Loschwitz new Pacemaker 1.07 & Heartbeat 3.0.2 versions > and before being able

[Pacemaker] Problem with external/ipmi stonith plugin?!

2010-02-03 Thread Moritz Krinke
Hello, i'm trying to get the ipmi plugin to work using the configuration shown. The plugin always reports rc 1 to pacemaker. I had a look at the ipmi script and verified that the cmds used to indeed work (ipmitool is working as is the connection to the ipmi device if i set the needed env vars)

Re: [Pacemaker] Master/Slave Confusion

2010-02-03 Thread Moritz Krinke
as i understand the documentation you need an ocf agent since u have to implement monitor, promote and demote methods which are not supported in lsb conform agents. Am 02.02.2010 um 21:36 schrieb Erich Weiler: >> Thanks for the tip, I think I'm closer... I set a preference and then tried >> to

Re: [Pacemaker] Master/Slave Confusion

2010-02-01 Thread Moritz Krinke
Hi, if you make the LDAP daemon listen on all available interfaces, it will accept connections on the on-demand activated floating-ip. Or, if you really want to make the ldap daemon listen only on the floating-ip, you would have to write a resoure agent for ldap which will edit the ldap config

[Pacemaker] Bug in "ping" pacemaker resource agent

2010-01-28 Thread Moritz Krinke
Hello, i was struggling with the ping resource agent since it stopped working and i had some log entries about syntax errors for "expr". Around line 244 in the ping script, the score is getting calculated like this: score=`expr $active * $OCF_RESKEY_multiplier` This doesnt work since the a

Re: [Pacemaker] cloned ping ressource with multiple target hosts fails

2010-01-27 Thread Moritz Krinke
by the lrm :-) Thanks anyway! ;) Moritz Am 26.01.2010 um 17:01 schrieb Dejan Muhamedagic: > Hi, > > On Tue, Jan 26, 2010 at 03:55:16PM +0100, Moritz Krinke wrote: >> Hello, >> >> i'm trying to configure a 2-node cluster with one resource (ClusterIP) which >> should

[Pacemaker] cloned ping ressource with multiple target hosts fails

2010-01-26 Thread Moritz Krinke
Hello, i'm trying to configure a 2-node cluster with one resource (ClusterIP) which should only be allowed to run if a cloned ping resource succeeds. After reading the pacemaker configuration explained document and some WIKI entries i came up with the following configuration: node centos5srv1 n