[Pacemaker] [PATCH] crm_mon expansion patch

2010-03-02 Thread Yuusuke IIDA
Hi all, This patch is a thing to let crm_mon display the attribute value of the node. The details argued in the following threads. http://www.gossamer-threads.com/lists/linuxha/pacemaker/59168 This function applies a patch to crm_mon.c to use it, and please install crm_mon. This patch is a chan

Re: [Pacemaker] DRBD Management Console 0.6.0

2010-03-02 Thread Rasto Levrinc
On Wed, March 3, 2010 3:08 am, Tim Serong wrote: > > Side point: I have it in the back of my mind that I may end up wanting to > communicate directly with libcib if the CLI tools ever become a > performance bottleneck, but this isn't a problem yet (earlier, Hawk was > running crm_resource to get

Re: [Pacemaker] DRBD Management Console 0.6.0

2010-03-02 Thread Tim Serong
On 3/2/2010 at 11:12 PM, "Rasto Levrinc" wrote: > On Tue, March 2, 2010 11:41 am, Lars Marowsky-Bree wrote: > > On 2010-02-28T12:24:26, Rasto Levrinc wrote: > > > cool stuff. It's sad that we end up with a competing thingy ... Maybe we > > could keep Tim's pure web-ui for the monitoring and

Re: [Pacemaker] clarification on action timeouts

2010-03-02 Thread Angie T. Muhammad
>From Dejan's command > The default is 20s.. I noticed that if running tomcat as an LSB or OCF resource with 'heavy' applications, you would rather set the stop timeout to something like 90 or 120s.. It depends on how many applications you deployed in Tomcat, what memory options you passed there t

[Pacemaker] Dropping HeartBeat Stack?

2010-03-02 Thread Angie T. Muhammad
Hello list I have no technical questions at the moment, just a couple of distribution-specific and backward compatibility questions.. 1- I just wonder will Pacemaker at any time in the near future (the next two years) drop HeartBeat as a cluster stack? 2- Andrew, when shall we see Pacemaker in RH

Re: [Pacemaker] ra apache and password for ssl-key

2010-03-02 Thread Matthew Palmer
On Tue, Mar 02, 2010 at 03:47:56PM +0100, Testuser SST wrote: > I?m running an 2-Node apache cluster and all works fine, but is there a > way to start the apache with the supply of a needed password to start up > the ssl-engine (there is one ssl-cert with and one without password on > this server)

Re: [Pacemaker] DRBD Management Console 0.6.0

2010-03-02 Thread Dejan Muhamedagic
On Tue, Mar 02, 2010 at 07:58:45PM +0100, Lars Ellenberg wrote: > On Tue, Mar 02, 2010 at 07:28:07PM +0100, Dejan Muhamedagic wrote: > > Hi, > > > > On Tue, Mar 02, 2010 at 04:19:07PM +0100, Cristian Mammoli - Apra Sistemi > > wrote: > > > Lars Ellenberg wrote: > > > > > > >If a "mandatory" para

Re: [Pacemaker] Question about fallback of resource group

2010-03-02 Thread Dejan Muhamedagic
Hi, On Tue, Mar 02, 2010 at 05:59:28PM +0100, philipp.achmuel...@arz.at wrote: > hi, > > configuration and behavoir: > > $ crm configure show > node lnx0012a \ > attributes standby="off" > node lnx0012b \ > attributes standby="on" > primitive pingd ocf:heartbeat:pingd \ >

Re: [Pacemaker] ra apache and password for ssl-key

2010-03-02 Thread Dejan Muhamedagic
Hi, On Tue, Mar 02, 2010 at 03:47:56PM +0100, Testuser SST wrote: > Hi, > > I´m running an 2-Node apache cluster and all works fine, but is > there a way to start the apache with the supply of a needed > password to start up the ssl-engine (there is one ssl-cert with > and one without password o

Re: [Pacemaker] clarification on action timeouts

2010-03-02 Thread Dejan Muhamedagic
Hi, On Tue, Mar 02, 2010 at 07:43:31AM -0600, Schaefer, Diane E wrote: > Hi, > If I don't specify an action (stop, start, monitor) timeout, > is there a default? Does a value of 0 mean no timeout? /usr/lib*/heartbeat/pengine metadata | grep default-action-timeout or similar. I never tried w

Re: [Pacemaker] DRBD Management Console 0.6.0

2010-03-02 Thread Lars Ellenberg
On Tue, Mar 02, 2010 at 07:28:07PM +0100, Dejan Muhamedagic wrote: > Hi, > > On Tue, Mar 02, 2010 at 04:19:07PM +0100, Cristian Mammoli - Apra Sistemi > wrote: > > Lars Ellenberg wrote: > > > > >If a "mandatory" parameter has a default, > > >then I'd think it is no longer mandatory, > > >because

Re: [Pacemaker] DRBD Management Console 0.6.0

2010-03-02 Thread Dejan Muhamedagic
Hi, On Tue, Mar 02, 2010 at 04:19:07PM +0100, Cristian Mammoli - Apra Sistemi wrote: > Lars Ellenberg wrote: > > >If a "mandatory" parameter has a default, > >then I'd think it is no longer mandatory, > >because, if not specified, it has its default > >to fall back to. > > > >Explicitly specifyin

[Pacemaker] Question about fallback of resource group

2010-03-02 Thread philipp . achmueller
hi, configuration and behavoir: $ crm configure show node lnx0012a \ attributes standby="off" node lnx0012b \ attributes standby="on" primitive pingd ocf:heartbeat:pingd \ params host_list="10.1.236.100" multiplier="100" \ op monitor interval="15s" timeout="20s" pr

Re: [Pacemaker] DRBD Management Console 0.6.0

2010-03-02 Thread Cristian Mammoli - Apra Sistemi
Lars Ellenberg wrote: If a "mandatory" parameter has a default, then I'd think it is no longer mandatory, because, if not specified, it has its default to fall back to. Explicitly specifying a value that happens to be the same as the default is fine. But to _require_ that you explicitly specif

[Pacemaker] ra apache and password for ssl-key

2010-03-02 Thread Testuser SST
Hi, I´m running an 2-Node apache cluster and all works fine, but is there a way to start the apache with the supply of a needed password to start up the ssl-engine (there is one ssl-cert with and one without password on this server) Kind Regards SST -- GMX DSL: Internet, Telefon und Enterta

[Pacemaker] clarification on action timeouts

2010-03-02 Thread Schaefer, Diane E
Hi, If I don't specify an action (stop, start, monitor) timeout, is there a default? Does a value of 0 mean no timeout? Thanks, Diane Schaefer THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received

Re: [Pacemaker] DRBD Management Console 0.6.0

2010-03-02 Thread Rasto Levrinc
On Tue, March 2, 2010 11:41 am, Lars Marowsky-Bree wrote: > On 2010-02-28T12:24:26, Rasto Levrinc wrote: > cool stuff. It's sad that we end up with a competing thingy ... Maybe we > could keep Tim's pure web-ui for the monitoring and most simple bits and > have drbd-mc replace the python UI. Th

Re: [Pacemaker] DRBD Management Console 0.6.0

2010-03-02 Thread Michael Schwartzkopff
Am Dienstag, 2. März 2010 11:41:16 schrieb Lars Marowsky-Bree: > On 2010-02-28T12:24:26, Rasto Levrinc wrote: > > Hi Rasto, > > cool stuff. It's sad that we end up with a competing thingy ... Maybe we > could keep Tim's pure web-ui for the monitoring and most simple bits and > have drbd-mc replace

Re: [Pacemaker] DRBD Management Console 0.6.0

2010-03-02 Thread Lars Ellenberg
On Mon, Mar 01, 2010 at 08:36:32PM -0700, Tim Serong wrote: > On 3/1/2010 at 11:16 PM, "Rasto Levrinc" wrote: > > On Mon, March 1, 2010 12:10 pm, Cristian Mammoli - Apra Sistemi wrote: > > > Hi again... > > > > > > > > > I tried adding a resource with DMC. My script needs 2 mandatory > > > p

Re: [Pacemaker] DRBD Management Console 0.6.0

2010-03-02 Thread Lars Marowsky-Bree
On 2010-02-28T12:24:26, Rasto Levrinc wrote: Hi Rasto, cool stuff. It's sad that we end up with a competing thingy ... Maybe we could keep Tim's pure web-ui for the monitoring and most simple bits and have drbd-mc replace the python UI. Some totally braindead questions (which show more of my ig

Re: [Pacemaker] DRBD Management Console 0.6.0

2010-03-02 Thread Rasto Levrinc
On Tue, March 2, 2010 4:36 am, Tim Serong wrote: > On 3/1/2010 at 11:16 PM, "Rasto Levrinc" > wrote: >> >> The question is, what the default here means. It is something that RA >> would use if nothing is specified or it is suggestion for GUI, what to >> offer as a default value. Obviously the DR

Re: [Pacemaker] DRBD Management Console 0.6.0

2010-03-02 Thread Rasto Levrinc
On Tue, March 2, 2010 12:02 am, Cristian Mammoli - Apra Sistemi wrote: > > As you assumed, it's just a hint for the gui. Anyway I declared it > "mandatory" for a reason. Yes and the GUI uses the "mandatory" hint and does not let you apply if you delete the mandatory argument. That's not the poin