Re: [Pacemaker] Two cloned VM, only one of the both shows online when starting corosync/pacemaker

2010-09-01 Thread Andrew Beekhof
On Mon, Aug 30, 2010 at 4:34 PM, Guillaume Chanaud wrote: >  Le 27/08/2010 16:29, Andrew Beekhof a écrit : >> >> On Tue, Aug 3, 2010 at 4:40 PM, Guillaume Chanaud >>  wrote: >>> >>> Hello, >>> sorry for the delay it took, july is not the best month to get things >>> working fast. >> >> Neither is

Re: [Pacemaker] [PING] ping, pingd and CIB updates, pick your poison :)

2010-09-01 Thread Andrew Beekhof
On Fri, Jul 30, 2010 at 8:38 AM, Thomas Guthmann wrote: > Re, > >> [..] I can provide a hb_report if necessary. > See in attachment a report for the simple config below. Note that I dumbly > erased the conf before doing the report but I paste it below. > > I've done a very simple cluster. 2 nodes

Re: [Pacemaker] cib fails to start until host is rebooted

2010-09-01 Thread Andrew Beekhof
On Mon, Aug 30, 2010 at 10:04 PM, Michael Smith wrote: > Hi, > > I have a pacemaker/corosync setup on a bunch of fully patched SLES11 SP1 > systems. On one of the systems, if I /etc/init.d/openais stop, then > /etc/init.d/openais start, pacemaker fails to come up: Is /dev/shm full (or not mounted

Re: [Pacemaker] answer:Pacemaker Digest, Vol 33, Issue 65

2010-09-01 Thread Andrew Beekhof
[quote] > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Pacemaker digest..." [/quote] The answer though, is to do: yum install pacemaker corosync instead of yum install pacemaker openais ___ Pacemaker m

Re: [Pacemaker] SBD Stonith Configuration

2010-09-01 Thread Andrew Beekhof
On Wed, Sep 1, 2010 at 3:05 PM, Rainer wrote: > edit: > > Also found this in the Logs: > > stonith-ng: [18851]: ERROR: crm_abort: remote_op_done: Triggered assert at > remote.c:134 : op->request != NULL > > > Time for the Support Request i think... SLES11 ? > > Kind regards, > > Rainer > > > > >

Re: [Pacemaker] [Fwd: Re: IPaddr2 not failing-over]

2010-09-01 Thread Andrew Beekhof
On Wed, Sep 1, 2010 at 2:51 PM, Ron Kerry wrote: > I have taken over working this issue from Vince. The ping clone resource and > constraints were setup as described in the prior attached link. Things were > still not working correctly and the resources were not failing over as > expected when we

Re: [Pacemaker] [PATCH] ping RA: The host list must be provided

2010-09-01 Thread Andrew Beekhof
Applied. Thanks! On Wed, Sep 1, 2010 at 12:26 PM, Bernd Schubert wrote: > ping RA: The host list must be provided > > While pingd allows to connect to heartbeat to get all > peer nodes, the ping script RA cannot do that. > Accordingly the hostlist is a required argument. > > Signed-off-by: Bernd

Re: [Pacemaker] pingd

2010-09-01 Thread Andrew Beekhof
On Wed, Sep 1, 2010 at 11:59 AM, Bernd Schubert wrote: > Andrew, > > I think pindg is rather broken: > > strace -f /usr/lib64/heartbeat/pingd -a pingdnet2  -d 5s -i 1 -n 2 -h > 10.0.1.16 > > (which is in fact localhost) > > In an  endless loop: > > sendmsg(4, {msg_name(16)={sa_family=AF_INET, sin_

Re: [Pacemaker] SBD Stonith Configuration

2010-09-01 Thread Rainer
edit: Also found this in the Logs: stonith-ng: [18851]: ERROR: crm_abort: remote_op_done: Triggered assert at remote.c:134 : op->request != NULL Time for the Support Request i think... Kind regards, Rainer ___ Pacemaker mailing list: Pacemaker@

Re: [Pacemaker] Make 2 nodes failover to each other

2010-09-01 Thread Cnut Jansen
Am 01.09.2010 10:18, schrieb Alister Wong: > Actually, I want to setup to pass resource once any error occurred. > Can the node always pass the resource to another node automatically even the > node was encounter error before? > > [...] > > Or any command I can run to make NodeA to be ready to re

Re: [Pacemaker] Make 2 nodes failover to each other

2010-09-01 Thread Michael Schwartzkopff
Am Mittwoch, den 01.09.2010, 16:18 +0800 schrieb Alister Wong: > Hi, Michael. Thanks for reply. > > Actually, I want to setup to pass resource once any error occurred. > Can the node always pass the resource to another node automatically even the > node was encounter error before? > For example: >

[Pacemaker] [PATCH] ping RA: The host list must be provided

2010-09-01 Thread Bernd Schubert
ping RA: The host list must be provided While pingd allows to connect to heartbeat to get all peer nodes, the ping script RA cannot do that. Accordingly the hostlist is a required argument. Signed-off-by: Bernd Schubert diff --git a/extra/resources/ping b/extra/resources/ping --- a/extra/reso

[Pacemaker] SBD Stonith Configuration

2010-09-01 Thread Rainer
Hi all, i have a strange Error on one of my Clusters. ERROR: tengine_stonith_callback: Stonith of saput1d1 failed (-7)... aborting transition. info: abort_transition_graph: tengine_stonith_callback:402 - Triggered transition abort (complete=0) : Stonith failed Due to that, the suriving node cou

[Pacemaker] pingd

2010-09-01 Thread Bernd Schubert
Andrew, I think pindg is rather broken: strace -f /usr/lib64/heartbeat/pingd -a pingdnet2 -d 5s -i 1 -n 2 -h 10.0.1.16 (which is in fact localhost) In an endless loop: sendmsg(4, {msg_name(16)={sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("10.0.1.16")}, msg_iov(1)=[{"\10\0\324\

Re: [Pacemaker] [PATCH]The changing of the log level of pengine process.

2010-09-01 Thread renayama19661014
Hi Andrew, Thank you for comment. We discussed it about this matter a little. The revision of the output of the log withdraws it for the moment. Best Regards, Hideo Yamauchi. --- Andrew Beekhof wrote: > On Fri, Aug 27, 2010 at 3:03 AM, wrote: > > Hi Andrew, > > > > Thank you for comment.

Re: [Pacemaker] Make 2 nodes failover to each other

2010-09-01 Thread Alister Wong
Hi, Michael. Thanks for reply. Actually, I want to setup to pass resource once any error occurred. Can the node always pass the resource to another node automatically even the node was encounter error before? For example: At the beginning all my resource is located at NodeA, then NodeA encounter

Re: [Pacemaker] opensuse 11.3 repository

2010-09-01 Thread Andrew Beekhof
On Wed, Sep 1, 2010 at 8:51 AM, Jeroen Groenewegen van der Weyden wrote: >  Hello, > > The repository for opensuse 11.3 is empty, is it known when it will be > populated? > http://www.clusterlabs.org/rpm/opensuse-11.3/ > > Could I take the source from the 11.2 repository and compile it myself for

Re: [Pacemaker] opensuse 11.3 repository

2010-09-01 Thread Jeroen Groenewegen van der Weyden
I know, but here the heartbeat rpm are missing. mfg, jeroen Op 1-9-2010 8:56, Stratos Zolotas schreef: Check here: http://download.opensuse.org/repositories/network:/ha-clustering/openSUSE_11.3/ On Wed, Sep 1, 2010 at 9:51 AM, Jeroen Groenewegen van der Weyden mailto:groen...@grosc.com>> w

Re: [Pacemaker] opensuse 11.3 repository

2010-09-01 Thread Stratos Zolotas
Check here: http://download.opensuse.org/repositories/network:/ha-clustering/openSUSE_11.3/ On Wed, Sep 1, 2010 at 9:51 AM, Jeroen Groenewegen van der Weyden < groen...@grosc.com> wrote: > Hello, > > The repository for opensuse 11.3 is empty, is it known when it will be > populated? > http://ww