Re: [Pacemaker] Heartbeat GUI Client Compiling

2010-01-20 Thread Yan Gao
Hi, Ruiyuan Jiang wrote: > Hi, all > > I downloaded the v1.4 GUI source code, 4d3288030a84. > I compiled it with the option: > > # ./bootstrap --with-heartbeat-support > # make > > The bootstrap step passed no problem. It failed at make: > > ... > gcc -DHAVE_CONFIG_H -I. -I. -I../../include -

[Pacemaker] Heartbeat GUI Client Compiling

2010-01-20 Thread Ruiyuan Jiang
Hi, all I downloaded the v1.4 GUI source code, 4d3288030a84. I compiled it with the option: # ./bootstrap --with-heartbeat-support # make The bootstrap step passed no problem. It failed at make: ... gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../../include -I

Re: [Pacemaker] metadata (timeout) ignored?

2010-01-20 Thread Dejan Muhamedagic
Hi, On Wed, Jan 20, 2010 at 09:45:46PM +0100, Markus M. wrote: > Dejan Muhamedagic wrote: > > >>Operations' defaults (advisory minimum): > >> > >>stop timeout=100 > >> > >>So it seems for the "stop" action there is a timeout of 100 seconds > >>defined. But at cluster shutdown i can see th

Re: [Pacemaker] Question on resource groups

2010-01-20 Thread Ken Dechick
Thanks very much Dejan! That's exactly the information I needed! Kenneth M DeChick Linux Systems Administrator Community Computer Service, Inc. (315)-255-1751 ext154 http://www.medent.com k...@medent.com Registered Linux User #497318 -- -- -- -- -- -- -- -- -- -- -- "You canna change the laws of p

Re: [Pacemaker] metadata (timeout) ignored?

2010-01-20 Thread Markus M.
Dejan Muhamedagic wrote: Operations' defaults (advisory minimum): >> stop timeout=100 So it seems for the "stop" action there is a timeout of 100 seconds defined. But at cluster shutdown i can see this in the ha-debug log: It says above that it's "advisory minimum" (the wording shou

Re: [Pacemaker] APC Master Stonith

2010-01-20 Thread Errol Neal
On Wed, Jan 20, 2010 01:45 PM, Sander van Vugt wrote: > I've got a 7920 and I would like to see Pacemaker supporting it. If I > can help by testing this patch, or the one on bugzilla, I'd be more than > happy to, but for the moment, I'm to ignorant to apply it to my code and > not being a C-progr

Re: [Pacemaker] APC Master Stonith

2010-01-20 Thread Sander van Vugt
Hi, On Wed, 2010-01-20 at 07:56 +0100, Dominik Klein wrote: > Errol Neal wrote: > > On Tue, Jan 19, 2010 04:19 PM, Sander van Vugt > > wrote: > >> Hi, > >> > >> I hope someone has configured the APC Master Stonith resource (which you > >> would use to have pacemaker to a device like the APC swi

Re: [Pacemaker] APC Master Stonith

2010-01-20 Thread Sander van Vugt
On Wed, 2010-01-20 at 11:47 -0500, Errol Neal wrote: > > It would be good to hear why it didn't work and what did you do > > to make it work. Incidentally, there is a bugzilla with a patch > > which should help handling certain device releases, but for lack > > of devices to try it out, it never go

Re: [Pacemaker] APC Master Stonith

2010-01-20 Thread Errol Neal
> It would be good to hear why it didn't work and what did you do > to make it work. Incidentally, there is a bugzilla with a patch > which should help handling certain device releases, but for lack > of devices to try it out, it never got applied. See > http://developerbugs.linux-foundation.org/sh

Re: [Pacemaker] metadata (timeout) ignored?

2010-01-20 Thread Dejan Muhamedagic
Hi, On Wed, Jan 20, 2010 at 04:28:49PM +0100, Markus M. wrote: > Hello, > > i've a question about metadata returned by an ocf resource agent > using the "meta-data" command and the behaviour of the cluster. > > When checking the resource agent's metadata using crm i get this: > > # crm > crm(li

[Pacemaker] Pacemaker stopping all resouceswhen any change is made

2010-01-20 Thread Harrison James
Hello, I am controlling two instances of WebSphere MQ on two machines. The idea is that normally one instance runs on one machine. However, if anything should happen to one of the instances then it fails over to the other machine. It is working except that if one of the instances fails over t

[Pacemaker] metadata (timeout) ignored?

2010-01-20 Thread Markus M.
Hello, i've a question about metadata returned by an ocf resource agent using the "meta-data" command and the behaviour of the cluster. When checking the resource agent's metadata using crm i get this: # crm crm(live)# ra crm(live)ra# meta cluster_oracle ocf bla (ocf:heartbeat:cluster_oracle

Re: [Pacemaker] cLVM and openSuSE

2010-01-20 Thread Sander van Vugt
Hi Andreas, > Hi Sander, > > thank you for the fast answer. > > >I'm using it in Pacemaker, with clone resources for dlm and clvm and > >individual resources for each of the logical volumes and it works > >perfectly. Some cluster related stuff in my environment worked on cLVM > >only, such as pv

Re: [Pacemaker] cLVM and openSuSE

2010-01-20 Thread Sander van Vugt
I'm using it in Pacemaker, with clone resources for dlm and clvm and individual resources for each of the logical volumes and it works perfectly. Some cluster related stuff in my environment worked on cLVM only, such as pvcreate on multipath devices (might be my ignorance thoug ;-) In some environ

Re: [Pacemaker] 1.0.7 upgraded, restarting resources problem

2010-01-20 Thread Dejan Muhamedagic
Hi, On Wed, Jan 20, 2010 at 10:29:54AM +0100, Martin Gombač wrote: > Shoud i file a bug for the problem (restarting resources) described below? > Regards, > M. > > Dejan Muhamedagic wrote: > >Hi, > > > >On Mon, Jan 18, 2010 at 10:00:39PM +0100, Martin Gombač wrote: > >>Hi, > >> > >>i have one m/s

Re: [Pacemaker] APC Master Stonith

2010-01-20 Thread Dejan Muhamedagic
Hi, On Tue, Jan 19, 2010 at 10:19:10PM +0100, Sander van Vugt wrote: > Hi, > > I hope someone has configured the APC Master Stonith resource (which you > would use to have pacemaker to a device like the APC switched rack PDU), > as I have a - probably extremely stupid - conceptual question about

Re: [Pacemaker] APC Master Stonith

2010-01-20 Thread Dejan Muhamedagic
Hi, On Tue, Jan 19, 2010 at 04:37:05PM -0500, Errol Neal wrote: > On Tue, Jan 19, 2010 04:19 PM, Sander van Vugt wrote: > > Hi, > > > > I hope someone has configured the APC Master Stonith resource (which you > > would use to have pacemaker to a device like the APC switched rack PDU), > > as I

Re: [Pacemaker] Announce: Pacemaker 1.0.7 (stable) Released

2010-01-20 Thread Andrew Beekhof
On Wed, Jan 20, 2010 at 10:29 AM, Andreas Mock wrote: >> -Ursprüngliche Nachricht- >> Von: "Andrew Beekhof" >> Gesendet: 18.01.10 21:30:32 >> An: pacemaker@oss.clusterlabs.org >> Betreff: Re: [Pacemaker] Announce: Pacemaker 1.0.7 (stable) Released > > >> >> Done. Please let me know how it

Re: [Pacemaker] 1.0.7 upgraded, restarting resources problem

2010-01-20 Thread Martin Gombač
Shoud i file a bug for the problem (restarting resources) described below? Regards, M. Dejan Muhamedagic wrote: Hi, On Mon, Jan 18, 2010 at 10:00:39PM +0100, Martin Gombač wrote: Hi, i have one m/s drbd resource and one Xen instance on top. Both m/s are primary. When i restart node that's

Re: [Pacemaker] Announce: Pacemaker 1.0.7 (stable) Released

2010-01-20 Thread Andreas Mock
> -Ursprüngliche Nachricht- > Von: "Andrew Beekhof" > Gesendet: 18.01.10 21:30:32 > An: pacemaker@oss.clusterlabs.org > Betreff: Re: [Pacemaker] Announce: Pacemaker 1.0.7 (stable) Released > > Done. Please let me know how it goes. Hi Andrew, first feedback on package management. Expe

Re: [Pacemaker] Announce: Pacemaker 1.0.7 (stable) Released

2010-01-20 Thread Andrew Beekhof
On Wed, Jan 20, 2010 at 9:43 AM, Andreas Mock wrote: >> -Ursprüngliche Nachricht- >> Von: "Andrew Beekhof" >> Gesendet: 20.01.10 09:31:00 >> An: pacemaker@oss.clusterlabs.org >> Betreff: Re: [Pacemaker] Announce: Pacemaker 1.0.7 (stable) Released > >> > Is it also possible to have corosyn

[Pacemaker] cLVM and openSuSE

2010-01-20 Thread Andreas Mock
Hi all, does anyone have experiences with cLVM in openSuSE? Currently the version 2.02.45 is part of the openSuSE 11.2 distribution. Looking at the cLVM project page you can find version 2.02.58. Even more: Looking at the changelog gives the feeling that some changes happend meanwhile which are no

Re: [Pacemaker] Announce: Pacemaker 1.0.7 (stable) Released

2010-01-20 Thread Andreas Mock
> -Ursprüngliche Nachricht- > Von: "Andrew Beekhof" > Gesendet: 20.01.10 09:31:00 > An: pacemaker@oss.clusterlabs.org > Betreff: Re: [Pacemaker] Announce: Pacemaker 1.0.7 (stable) Released > > Is it also possible to have corosync 1.2.0 in the repository ? > > > > It should be there later

Re: [Pacemaker] Announce: Pacemaker 1.0.7 (stable) Released

2010-01-20 Thread Andrew Beekhof
On Wed, Jan 20, 2010 at 12:30 AM, Thomas Guthmann wrote: > Hey, > Pre-built packages for Pacemaker and it s immediate dependancies are currently building and will be available for openSUSE, SLES, Fedora, RHEL, CentOS from the ClusterLabs Build Area (http://www.clusterlabs.org/rpm) >