Re: [Pacemaker] process/service watcher

2014-03-13 Thread Frank Brendel
Maybe I've misunderstood your question. In a non-clustered environment it doesn't make sense to run pacemaker. But if you want to use pacemaker for that you can create a resource with a constraint to run only on a specific node. Regards Frank Am 13.03.2014 15:22, schrieb Yair Og

Re: [Pacemaker] process/service watcher

2014-03-13 Thread Frank Brendel
Hi Yair, try monit http://mmonit.com/monit/ Regards Frank Am 13.03.2014 14:24, schrieb Yair Ogen (yaogen): Does pacemaker have an option to act as a process / service watcher regardless to being part of a cluster? i.e. watch a process and identify when it's down and re-start it.

Re: [Pacemaker] Stopping resource using pcs

2014-03-05 Thread Frank Brendel
ate does not conform to the configured schema (-203) Feb 26 15:43:16 node1 cib[1820]: warning: cib_process_request: Completed cib_delete operation for section resources: Update does not conform to the configured schema (rc=-203, origin=local/cibadmin/2, version=0.516.7) Frank

Re: [Pacemaker] Stopping resource using pcs

2014-02-26 Thread Frank Brendel
:16 node1 stonith-ng[1821]: warning: update_cib_cache_cb: [cib_diff_notify] ABORTED: Update does not conform to the configured schema (-203) Feb 26 15:43:16 node1 cib[1820]: warning: cib_process_request: Completed cib_delete operation for section resources: Update does not conform to the con

Re: [Pacemaker] Stopping resource using pcs

2014-02-26 Thread Frank Brendel
t=(null), section=status Feb 26 02:28:19 sys11 crmd[4127]: notice: process_lrm_event: LRM operation vha-de5566b1-c2a3-4dc6-9712-c82bb43f19d8_stop_0 (call=27, rc=0, cib-update=303, confirmed=true) ok Feb 26 02:28:19 sys11 crmd[4127]: notice: run_graph: Transition 14 (Complete=7, Pending=0, F

Re: [Pacemaker] Stopping resource using pcs

2014-02-25 Thread Frank Brendel
No erros in syslog? Am 25.02.2014 15:45, schrieb K Mehta: Frank, Creation/Disabling/Deletion of non multi state resource worked fine. When I try to delete a multi state resource, the resource goes into stopped state and the following error is thrown Error: unable to stop: . Regards

Re: [Pacemaker] Stopping resource using pcs

2014-02-24 Thread Frank Brendel
e resource may remain started. If --wait is specified, pcs will wait up to 30 seconds (or 'n' seconds) for the resource to stop and then return 0 if the resource is stopped or 1 if the resource has not stopped. A simple 'pcs resource disable MyResource&

Re: [Pacemaker] Migrating resources on custom conditions

2014-02-21 Thread Frank Brendel
S.M.A.R.T status of your hard disks. Frank Am 21.02.2014 08:37, schrieb Dan Markhasin: Good idea, thanks. :-) On Fri, Feb 21, 2014 at 1:58 AM, Andrew Beekhof <mailto:and...@beekhof.net>> wrote: On 20 Feb 2014, at 7:34 pm, Dan Markhasin mailto:minimi...@gmail.com>> wrote:

Re: [Pacemaker] Restart of resources

2014-02-07 Thread Frank Brendel
Its somewhat inferred in the description of cluster-recheck-interval cluster-recheck-interval = time [15min] Polling interval for time based changes to options, resource parameters and constraints. The Cluster is primarily event driven, however the configuratio

Re: [Pacemaker] LSB openswan script monitor problems

2014-02-04 Thread Frank Brendel
Please could you post the init script, the resource configuration and the pacemaker version? Frank The return code of "service ipsec status" is always 0 yet crm status shows the failure: p_ipsec_monitor_15000 on node02 'not running' (7): call=113, status=complete, las

Re: [Pacemaker] Kamailio managed by Pacemaker

2014-02-03 Thread Frank Brendel
Default shell on Ubuntu is dash. You can set bash as default shell. Try 'dpkg-reconfigure dash' or use update-alternatives(8). Frank Am 03.02.2014 18:16, schrieb Sherwood McGowan: > I found that on Ubuntu servers, the /bin/sh designation fails, but if > you use /bin/bash, it w

Re: [Pacemaker] LSB openswan script monitor problems

2014-02-03 Thread Frank Brendel
ETVAL=$?'. Example: RETVAL=$? logger -t ipsec\[$$\] "line $LINENO exit $RETVAL" Regards Frank Am 03.02.2014 12:50, schrieb Dennis Jacobfeuerborn: > On 27.01.2014 19:41, Dennis Jacobfeuerborn wrote: >> Hi, >> I'm trying to make an openswan setup redundant and this kind

Re: [Pacemaker] Restart of resources

2014-02-03 Thread Frank Brendel
here http://clusterlabs.org/doc/en-US/Pacemaker/1.1-plugin/html-single/Pacemaker_Explained/index.html Regards Frank Am 28.01.2014 14:44, schrieb Frank Brendel: > No one with an idea? > Or can someone tell me if it is even possible? > > > Thanks > Frank > > > Am 23.01.2

Re: [Pacemaker] Running remote SSH commands on another server?

2014-01-31 Thread Frank Brendel
agent. Instead of sending an email it could execute your ssh command. Frank Am 30.01.2014 19:56, schrieb Michael Monette: > I solved my problem by making some hacktacular LSB script called "proxyres". > > When I run a "service proxyres start", it SSHes and runs tho

Re: [Pacemaker] New fence Agent for Proxmox VE

2014-01-29 Thread Frank Brendel
Thanks a lot. Frank Am 29.01.2014 16:54, schrieb Digimer: > Frank, > > Marek is exactly the right person to work with on this. I'll step > aside now as I am sure you two can get this sorted out in no time. :) > > digimer > > On 29/01/14 10:52 AM, Marek Grac wrote:

Re: [Pacemaker] New fence Agent for Proxmox VE

2014-01-29 Thread Frank Brendel
> Yup, as an attachment to this list. > > Cheers > Oh, so simple :-) Frank fence_pve-1.0.0.tar.gz Description: fence_pve-1.0.0.tar.gz ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listin

Re: [Pacemaker] New fence Agent for Proxmox VE

2014-01-28 Thread Frank Brendel
Am 28.01.2014 15:45, schrieb Digimer: > On 28/01/14 09:07 AM, Frank Brendel wrote: >> Hi list, >> >> I've written a fence agent for the Proxmox Virtual Environment to fence >> virtual Pacemaker nodes, similar to fence_vmware. >> >> I'd like to

[Pacemaker] New fence Agent for Proxmox VE

2014-01-28 Thread Frank Brendel
Hi list, I've written a fence agent for the Proxmox Virtual Environment to fence virtual Pacemaker nodes, similar to fence_vmware. I'd like to contribute it but I don't know who is responsible. Thanks Frank ___ Pacemaker mailing

Re: [Pacemaker] Restart of resources

2014-01-28 Thread Frank Brendel
No one with an idea? Or can someone tell me if it is even possible? Thanks Frank Am 23.01.2014 10:50, schrieb Frank Brendel: > Hi list, > > I have some trouble configuring a resource that is allowed to fail > once in two minutes. > The documentation states that I have to conf

Re: [Pacemaker] not able to configure operations(op) using pcs command

2014-01-23 Thread Frank Brendel
your os. Regards Frank Am 23.01.2014 16:12, schrieb Parveen Jain: Hi Frank. Thanks for replying. I did that, but it still gives the same output: Following is the command and output: pcs resource create app-prim ocf:appprim:appmmra-ra params appmm_health_check_port=65000 appmm_instance_name

Re: [Pacemaker] not able to configure operations(op) using pcs command

2014-01-23 Thread Frank Brendel
[resource options] [op [ ]...] [meta ...] [--clone | --master | --group ] Regards Frank Am 23.01.2014 14:05, schrieb Parveen Jain: Hi All, I am new to pacemaker and trying to port some of the CRM commands to PCS(for RHEL6.4). Getting following issu

[Pacemaker] Restart of resources

2014-01-23 Thread Frank Brendel
] Stopped: [ Node1 ] Failed actions: resClamd_monitor_6 on Node1 'not running' (7): call=317, status=complete, last-rc-change='Thu Jan 23 10:22:30 2014', queued=0ms, exec=0ms What's wrong with my configuration? Thanks in advance Frank

Re: [Pacemaker] starting resources with failed stonith resource

2014-01-09 Thread Frank Van Damme
y nodes need fencing. > >> It's agains Pacemaker policies to start resources on a cluster without >> working stonith devices, isn't it? > > Not if all nodes are present and healthy. But if they fail or disappear, they can't be killed and might have resources still ru

[Pacemaker] starting resources with failed stonith resource

2014-01-07 Thread Frank Van Damme
ut working stonith devices, isn't it? -- Frank Van Damme Make everything as simple as possible, but not simpler. - Albert Einstein ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Pro

Re: [Pacemaker] delaying stonith

2012-07-25 Thread Frank Van Damme
e nodes will not have stonith > instantiated yet. but stonith resources are running all the time... -- Frank Van Damme No part of this copyright message may be reproduced, read or seen, dead or alive or by any means, including but not limited to telepathy witho

Re: [Pacemaker] delaying stonith

2012-07-24 Thread Frank Van Damme
ctual stonithing? -- Frank Van Damme No part of this copyright message may be reproduced, read or seen, dead or alive or by any means, including but not limited to telepathy without the benevolence of the author. ___ Pacemaker mailing list: Pacemaker@oss.clus

Re: [Pacemaker] delaying stonith

2012-07-24 Thread Frank Van Damme
TONITH target nearly immediately, whithout acpid > taking notice. there are only two values, reboot and poweroff - with reboot being the default. -- Frank Van Damme No part of this copyright message may be reproduced, read or seen, dead or alive or by any means, including but not limited to telep

[Pacemaker] delaying stonith

2012-07-23 Thread Frank Van Damme
as time to start fencing the first node.) -- Frank Van Damme No part of this copyright message may be reproduced, read or seen, dead or alive or by any means, including but not limited to telepathy without the benevolence of the author. ___ Pacemak

Re: [Pacemaker] lvm resource doesn't start

2012-05-13 Thread Frank Van Damme
2012/5/12 David Coulson : > If clvmd hangs, you probably don't have fencing configured properly - It will > block IO until a node is fenced correctly. Ok cool, thank you, I temporarily disabled stonith until I got the cluster running, seems one doesn't go without the other then

[Pacemaker] lvm resource doesn't start

2012-05-12 Thread Frank Van Damme
m, since the command "vgs" (on the one surviving node) hangs forever. I see errors in the system log "INFO: task clvmd:2568 blocked for more than 120 seconds." The point of having a cluster is to still be able to access the vg after a node goes down, so. what am I ding (or think

Re: [Pacemaker] LVM restarts after SLES upgrade

2012-04-25 Thread Frank Meier
3e1-8d15-f5d9d3eaa...@tamu.edu> > Content-Type: text/plain; charset="us-ascii" > > On Apr 24, 2012, at 4:28 AM, > wrote: > >> Date: Tue, 24 Apr 2012 09:34:12 + >> From: emmanuel segura >> Message-ID: >> >> >> He

Re: [Pacemaker] LVM restarts after SLES upgrade

2012-04-19 Thread Frank Meier
Hi, I already opend a ticket at novell, butsince 3 days there are no response. Mit freundlichen Grüßen Frank Meier UNIX-Basis Hamm Reno Group GmbH Industriegebiet West | D-66987 Thaleischweiler-Fröschen T.+49(0)6334 444-8322 | F.+49(0)6334 444-8190 frank.me...@hr-group.de | www.reno.de

Re: [Pacemaker] Pacemaker Digest, Vol 53, Issue 42

2012-04-19 Thread Frank Meier
Oh, my VMs are in productive enviroment, so I shutdown the cluster and start Xen on one node whithout cluster. Mit freundlichen Grüßen Frank Meier UNIX-Basis Hamm Reno Group GmbH Industriegebiet West | D-66987 Thaleischweiler-Fröschen T.+49(0)6334 444-8322 | F.+49(0)6334 444-8190 frank.me

Re: [Pacemaker] Pacemaker Digest, Vol 53, Issue 40

2012-04-19 Thread Frank Meier
xencluster1:~ # vgs VG#PV #LV #SN Attr VSize VFree XenVG 8 32 0 wz--n- 938.16g 530.98g Mit freundlichen Grüßen Frank Meier UNIX-Basis Hamm Reno Group GmbH Industriegebiet West | D-66987 Thaleischweiler-Fröschen T.+49(0)6334 444-8322 | F.+49(0)6334 444-8190 frank.me...@hr

Re: [Pacemaker] Pacemaker Digest, Vol 53, Issue 38

2012-04-19 Thread Frank Meier
; mirror_region_size = 512 reserved_stack = 256 reserved_memory = 8192 process_priority = -18 } dmeventd { mirror_library = "libdevmapper-event-lvm2mirror.so.2.02" snapshot_library = "libdevmapper-event-lvm2snapshot.so.2.02" } Mit freundlichen Grüßen Frank Meier UNI

[Pacemaker] LVM restarts after SLES upgrade

2012-04-18 Thread Frank Meier
) Apr 15 22:01:42 xencluster2 attrd: [7676]: notice: attrd_perform_update: Sent update 448: fail-count-clvm-xenvg:1=1 Apr 15 22:01:42 xencluster2 attrd: [7676]: notice: attrd_trigger_update: Sending flush op to all hosts for: last-failure-clvm-xenvg:1 (1334520102) Apr 15 22:01:42 xencluster2 crmd: [7

Re: [Pacemaker] Xen, Pacemaker and live migration

2012-01-24 Thread Frank Meier
Hi Andrew, I transfered your config to my needings (i.a. without ocfs2/fs-xen) and it live-migrate like a charme. Thanks a lot. Mit freundlichen Grüßen Frank Meier UNIX-Basis Hamm Reno Group GmbH Industriegebiet West | D-66987 Thaleischweiler-Fröschen T.+49(0)6334 444-8322 | F.+49(0)6334 444

Re: [Pacemaker] Xen, Pacemaker and live migration

2012-01-22 Thread Frank Meier
Hi, there is an clvm:0 on the first and an clvm:1 on the second node. So it's OK, isn't it? Mit freundlichen Grüßen Frank Meier UNIX-Basis Hamm Reno Group GmbH Industriegebiet West | D-66987 Thaleischweiler-Fröschen T.+49(0)6334 444-8322 | F.+49(0)6334 444-8190 frank.me...@h

[Pacemaker] Xen, Pacemaker and live migration

2012-01-20 Thread Frank Meier
ithLVMforVM1 inf: LVMforVM1 clvm-clone colocation DLMCloneWithcLVMClone inf: dlm-clone clvm-clone colocation VM1WithLVM1forVM1 inf: VM1 LVMforVM1 order DLMCloneBeforecLVMClone : dlm-clone clvm-clone order LVMforVM1BeforeVM1 : LVMforVM1 VM1 order cLVMCloneBeforeLVMforVM1 : clvm-clone LVMforVM1 property $id="cib-

Re: [Pacemaker] Pure-FTPd resource script is wrong (at least on ubuntu and probably debian)

2011-11-13 Thread Frank Lazzarini
Hi all, I actually read this thread earlier this week on my phone and I wanted to answer about this more general problem. I ran into problems with this when I was trying to get openvpn to work in pacemaker once, and I solved this problem otherwise. Since then I always chose this solution, so I

Re: [Pacemaker] Multiple DRBD resources how best to configure resources on top.

2011-10-05 Thread Frank Lazzarini
better way to configure this? Otherwise, it seems fine to me. One alternative is to put the two drbd resources in a group then make a m/s resource of that group: group drbd_AB drbd_A drbd_B ms ms_drbd drbd_AB colocation tomcat_on_drbd inf: grp_1 ms_drbd:Master order tomcat_after_drbd

[Pacemaker] Corosync resources actions when a node (re)joins

2011-03-29 Thread Stephan-Frank Henry
Hello again, I was doing some tests with some LSB resources and noticed that when one of the nodes is removed (corosync stop) and then rejoins (start), regardless of who is currently master and who is slave, the LSB resource will fire a [stop] and then a [start]. As I am trying to control a re

Re: [Pacemaker] rsc_colocation version problem?

2011-02-14 Thread Stephan-Frank Henry
> On: Mon, 14 Feb 2011 09:52:57 +0100, Andrew Beekhof wrote: > On Thu, Feb 10, 2011 at 6:02 PM, Stephan-Frank Henry > > Hello again, > > > > on quick question. > > In many examples I see rsc_colocation variants with keys 'rsc', > 'with-rsc' an

Re: [Pacemaker] A/P Corosync, PGSQL and Split Brains questions

2011-02-11 Thread Stephan-Frank Henry
> On: Fri, 11 Feb 2011 01:54:04 +0100, Lars Ellenberg worte: > On Wed, Feb 09, 2011 at 02:48:52PM +0100, Stephan-Frank Henry wrote: > > My scenario: > > Acive/Passive 2 node cluster (serverA & serverB) with Corosync, DRBD & > PGSQL. > > The resources are configu

[Pacemaker] rsc_colocation version problem?

2011-02-10 Thread Stephan-Frank Henry
e are no updates atm. thanks again Frank P.S.: Can anyone point me to the schema for the cib.xml? -- Schon gehört? GMX hat einen genialen Phishing-Filter in die Toolbar eingebaut! http://www.gmx.net/de/go/toolbar ___ Pacemaker mailing list: Pace

Re: [Pacemaker] A/P Corosync, PGSQL and Split Brains questions

2011-02-10 Thread Stephan-Frank Henry
> On: Thu, 10 Feb 2011 09:25:22 +0100, Andrew Beekhof wrote: > On Thu, Feb 10, 2011 at 9:09 AM, Stephan-Frank Henry > wrote: > > > >> You forgot > >> 0) Configure stonith > >> > >> If data is being written to both sides, one of the sets

Re: [Pacemaker] A/P Corosync, PGSQL and Split Brains questions

2011-02-10 Thread Stephan-Frank Henry
Original-Nachricht > On: Thu, 10 Feb 2011 08:55:56 +0100, Florian Haas wrote:> On 02/09/2011 02:48 > PM, Stephan-Frank Henry wrote: > > Hello agian, > > > > after fixing up my VirtualIP problem, I have been doing some Split Brain > tests and while

Re: [Pacemaker] A/P Corosync, PGSQL and Split Brains questions

2011-02-10 Thread Stephan-Frank Henry
> On: Thu, 10 Feb 2011 08:51:01 +0100, Andrew Beekhof wrote: > On Wed, Feb 9, 2011 at 2:48 PM, Stephan-Frank Henry > wrote: > > Hello agian, > > > > after fixing up my VirtualIP problem, I have been doing some Split Brain > tests and while everything 'returns

[Pacemaker] A/P Corosync, PGSQL and Split Brains questions

2011-02-09 Thread Stephan-Frank Henry
tell was that some examples did not have the split brain handling in the drbd.conf. Can someone possibly point me into the correct direction? Thanks! Frank Here are the obligatory config file contents: ### /etc/drbd.conf global { usage-count no; } common { syncer { rate 100M

Re: [Pacemaker] Corosync & IPAddr problems(?)

2011-02-09 Thread Stephan-Frank Henry
Howdy, > On Mon, 7 Feb 2011 16:36:46 +0100, Dejan Muhamedagic wrote:> Hi, > > On Mon, Feb 07, 2011 at 02:01:11PM +0100, Stephan-Frank Henry wrote: > > Hello again, > > > > I am having some possible problems with Corosync and IPAddr. > > To be more specific, w

[Pacemaker] Corosync & IPAddr problems(?)

2011-02-07 Thread Stephan-Frank Henry
and then see if it fixes itself. I have checked syslog, but nothing really jumps out. Are there any other logs or places where I can look? thanks everyone! Frank (pls scream if more or other info is needed) - OS: Debian Lenny 64bit,

Re: [Pacemaker] cluster comunication problem??

2010-11-10 Thread Frank Lazzarini
Hey you can always try out your linkstatus by using cl_status hblinkstatus cl_status hblinkstatus bob eth0 On Wed, Nov 10, 2010 at 11:05 AM, Pavlos Parissis wrote: > On 10 November 2010 10:49, jiaju liu wrote: > > > > the syslog as follows is these means there are some comunication proble

Re: [Pacemaker] Strange behavior when starting up Corosync in a single node setup

2010-10-25 Thread Stephan-Frank Henry
Original-Nachricht > Datum: Thu, 21 Oct 2010 18:46:32 +0200 > Von: "Stephan-Frank Henry" > > Andrew Beekhof > > Mon, 13 Sep 2010 06:25:48 -0700 > > > > Looks like corosync can't talk to itself - ie. it never sees the > > mul

Re: [Pacemaker] Strange behavior when starting up Corosync in a single node setup

2010-10-21 Thread Stephan-Frank Henry
o50+1 drbd8-utils 2:8.3.7-1~bpo50+1 Any thing else you'd need? thanks again. Frank -- GRATIS! Movie-FLAT mit über 300 Videos. Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org

[Pacemaker] Corosync node detection working too good

2010-10-04 Thread Stephan-Frank Henry
Hello all, still working on my nodes and although the last problem is not officially solved (I hard coded certain versions of the packages and that seems to be ok now) I have a different interesting feature I need to handle. I am setting up my nodes by default as single node setups. But today w

[Pacemaker] Strange behavior when starting up Corosync in a single node setup

2010-09-10 Thread Stephan-Frank Henry
s anyone have any ideas? thanks Frank -- GMX DSL SOMMER-SPECIAL: Surf & Phone Flat 16.000 für nur 19,99 Euro/mtl.!* http://portal.gmx.net/de/go/dsl ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pa

Re: [Pacemaker] Setting up routing for a virtual ip

2010-09-03 Thread Stephan-Frank Henry
Original-Nachricht > Datum: Thu, 02 Sep 2010 19:08:00 +0200 > Von: "Stephan-Frank Henry" > An: The Pacemaker cluster resource manager > Betreff: Re: [Pacemaker] Setting up routing for a virtual ip > Original-Nachricht > > D

Re: [Pacemaker] Setting up routing for a virtual ip

2010-09-02 Thread Stephan-Frank Henry
Original-Nachricht > Datum: Thu, 02 Sep 2010 11:40:13 +0200 > Von: "Stephan-Frank Henry" > An: pacemaker@oss.clusterlabs.org > Betreff: [Pacemaker] Setting up routing for a virtual ip > Hello everyone, > > I am currently stuck trying to set up r

[Pacemaker] Setting up routing for a virtual ip

2010-09-02 Thread Stephan-Frank Henry
not see a virtual interface via ifconfig (-a)? thanks Frank -- GMX DSL SOMMER-SPECIAL: Surf & Phone Flat 16.000 für nur 19,99 €/mtl.!* http://portal.gmx.net/de/go/dsl ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org

Re: [Pacemaker] Resource Stickiness

2010-03-23 Thread frank
you told it to: > > > location cli-prefer-failover-ip failover-ip \ > >rule $id="cli-prefer-rule-failover-ip" inf: #uname eq data01 > > 1 == inf Got it... works! Frank ___ Pacemaker mailing list Pacema

[Pacemaker] Resource Stickiness

2010-03-23 Thread frank
m-votes="2" \ stonith-enabled="true" \ no-quorum-policy="ignore" \ last-lrm-refresh="1269212475" rsc_defaults $id="rsc-options" \ resource-stickiness="1" Killed Corosync on data01, the node goes down as expected and the resource fails over to data02. After data01 is up again the failover-ip moves back to data01. Any ideas? Frank ___ Pacemaker mailing list Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Re: [Pacemaker] ERROR: stonith:external/riloe2: no such resource agent

2010-03-16 Thread frank
the other one. You'd get > better support. You should also check iLO documentation on what > various power methods mean and how they interact with ACPI. Thats how I found it. Thanks anyway. Bye Frank ___ Pacemaker mailing list Pacema

Re: [Pacemaker] ERROR: stonith:external/riloe2: no such resource agent

2010-03-16 Thread frank
riloe are named with a "-rm" appended to the host name. Frank ___ Pacemaker mailing list Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Re: [Pacemaker] ERROR: stonith:external/riloe2: no such resource agent

2010-03-15 Thread frank
works fine if I use: ilo_powerdown_method="button" insteed of ilo_powerdown_method="button -S -T reset node01" Bye Frank ___ Pacemaker mailing list Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker

[Pacemaker] ERROR: stonith:external/riloe2: no such resource agent

2010-03-15 Thread frank
3434 2010-03-15 09:15 /usr/lib/stonith/plugins/external/riloe2 And the needed perl module is available to. Can someone enlighten me please? Regards Frank ___ Pacemaker mailing list Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman

Re: [Pacemaker] problem setting up STONITH for DRAC

2010-01-10 Thread frank
drac version and it is easy to set it up. Frank Date: Sun, 10 Jan 2010 11:58:48 +0100 From: Sander van Vugt To: pacema...@clusterlabs.org Subject: [Pacemaker] problem setting up STONITH for DRAC Message-ID: <1263121128.25297.19.ca...@ittoqqortoormiit.sandervanvugt.nl> Content-Type:

Re: [Pacemaker] multistate resource warning

2010-01-06 Thread Frank DiMeo
in this scenario. Is that correct? -Frank > -Original Message- > From: Lars Ellenberg [mailto:lars.ellenb...@linbit.com] > Sent: Tuesday, January 05, 2010 11:21 AM > To: pacemaker@oss.clusterlabs.org > Subject: Re: [Pacemaker] multistate resource warning > > On Tu

Re: [Pacemaker] multistate resource warning

2010-01-05 Thread Frank DiMeo
Thank you Lars. -Frank > -Original Message- > From: Lars Ellenberg [mailto:lars.ellenb...@linbit.com] > Sent: Tuesday, January 05, 2010 11:21 AM > To: pacemaker@oss.clusterlabs.org > Subject: Re: [Pacemaker] multistate resource warning > > On Tue, Jan 05, 2010 at 09

[Pacemaker] multistate resource warning

2010-01-05 Thread Frank DiMeo
I think my configuration is valid...is this warning va

[Pacemaker] forcing failure on a master (multistate) resource

2009-12-17 Thread Frank DiMeo
ources. I don't mind making the changes to get this to happen, unless there's some reason why it just shouldn't be done. -Frank ___ Pacemaker mailing list Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Re: [Pacemaker] crm_master syntax

2009-12-17 Thread Frank DiMeo
> On Wed, Dec 16, 2009 at 10:43 PM, Frank DiMeo > wrote: > > I don't know how to set the target-role for a multistate resource > instance running on a particular node.  Would you mind giving me an > example? > > Use a regular rsc_location (for the master/slave resource)

[Pacemaker] "migration-threshold" for multistate resources?

2009-12-16 Thread Frank DiMeo
to Master. Thanks, Frank ___ Pacemaker mailing list Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Re: [Pacemaker] crm_master syntax

2009-12-16 Thread Frank DiMeo
I don't know how to set the target-role for a multistate resource instance running on a particular node. Would you mind giving me an example? Thanks, Frank > -Original Message- > From: Andrew Beekhof [mailto:and...@beekhof.net] > Sent: Wednesday, December 16, 200

[Pacemaker] crm_master syntax

2009-12-16 Thread Frank DiMeo
mong other permutations): crm_master -r ms-world1 -U ubuntu_1 -v on where ms-world1 is the id of one of my multistate resources, and ubuntu_1 is one of my nodes. This didn't work, and I can't find any other permutation that does. Thanks

Re: [Pacemaker] [PATCH] Allow the user to insert a startupconfiguration

2009-12-15 Thread Frank DiMeo
I'd rather keep it at info and have positive confirmation that it either did or did not find/load the static file. -Frank > -Original Message- > From: darren.mans...@opengi.co.uk [mailto:darren.mans...@opengi.co.uk] > Sent: Tuesday, December 15, 2009 6:19 AM &

[Pacemaker] [PATCH] Allow the user to insert a startup configuration

2009-12-10 Thread frank . dimeo
# HG changeset patch # User Frank DiMeo # Date 1260478129 18000 # Branch stable-1.0 # Node ID e7067734add7f3b148cb534b85b5af256db9fad7 # Parent 381160def02a34ae554637e0a26efda850ccc015 initial load of static configuration file diff -r 381160def02a -r e7067734add7 cib/io.c --- a/cib/io.c Thu

[Pacemaker] [PATCH] a fix for the crm_mon html refresh time

2009-12-10 Thread frank . dimeo
# HG changeset patch # User Frank DiMeo # Date 1260454065 18000 # Branch stable-1.0 # Node ID 381160def02a34ae554637e0a26efda850ccc015 # Parent 5957a8ab21acad9ad77189d0ddd6ef2e617ac230 fix refresh time for html interface of crm_mon diff -r 5957a8ab21ac -r 381160def02a tools/crm_mon.c --- a

Re: [Pacemaker] patch for rsc_order loops.

2009-12-10 Thread Frank DiMeo
And I see it's in the repo already :) -Frank > -Original Message- > From: Andrew Beekhof [mailto:and...@beekhof.net] > Sent: Thursday, December 10, 2009 6:30 AM > To: Frank DiMeo > Cc: pacemaker@oss.clusterlabs.org > Subject: Re: patch for rsc_order loops. >

Re: [Pacemaker] bug in ordering syntax?

2009-12-08 Thread Frank DiMeo
Sorry, but I don't have that one anymore. -Frank > -Original Message- > From: Andrew Beekhof [mailto:and...@beekhof.net] > Sent: Tuesday, December 08, 2009 3:42 AM > To: Frank DiMeo > Cc: pacemaker@oss.clusterlabs.org > Subject: Re: [Pacemaker] bug in ordering

Re: [Pacemaker] patch for rsc_order loops.

2009-12-08 Thread Frank DiMeo
I'm not sure what criteria you usually use for your test cases. I ran my 2 and 4 resource case through this code and they both worked, and I generated the flow diagrams using ptest and it shows no loops. -Frank > -Original Message- > From: Andrew Beekhof [mailto:and...@

[Pacemaker] build issues

2009-12-07 Thread Frank DiMeo
Please disregard the build issues I asked about. Another clone that I pulled seems to build fine. Sorry about that. -Frank From: Frank DiMeo [mailto:frank.di...@bigbandnet.com] Sent: Monday, December 07, 2009 5:13 PM To: pacemaker@oss.clusterlabs.org Subject: Re: [Pacemaker] patch for

[Pacemaker] crm.dtd

2009-12-07 Thread Frank DiMeo
It looks like "crm.dtd" is a file that's generated during the make. I suggest removing it from the repo, so it's not under control. -Frank From: Frank DiMeo [mailto:frank.di...@bigbandnet.com] Sent: Monday, December 07, 2009 5:13 PM To: pacemaker@oss.cluster

Re: [Pacemaker] patch for rsc_order loops.

2009-12-07 Thread Frank DiMeo
I pulled a copy of the latest corosync sources, and the mar_gen.h file in that package is identical to the one I have in /usr/include/corosync, so that's not the problem. Is anyone else having problems building the tip of the repo? -Frank From: Frank DiMeo [mailto:fra

Re: [Pacemaker] patch for rsc_order loops.

2009-12-07 Thread Frank DiMeo
Actually, now that I look at it more closely, that a corosync file. Maybe I need to update my corosync source? -Frank From: Frank DiMeo [mailto:frank.di...@bigbandnet.com] Sent: Monday, December 07, 2009 4:58 PM To: pacemaker@oss.clusterlabs.org Subject: Re: [Pacemaker] patch for

Re: [Pacemaker] patch for rsc_order loops.

2009-12-07 Thread Frank DiMeo
Is the repo at http://hg.clusterlabs.org/pacemaker/stable-1.0 broken? When I try to build it, I get an error in mar_gen.h, line 181. Expected ')' before '*' token. -Frank From: Frank DiMeo [mailto:frank.di...@bigbandnet.com] Sent: Monday, December 07, 2009 2:19 PM T

[Pacemaker] patch for rsc_order loops.

2009-12-07 Thread Frank DiMeo
I've enclosed at mercurial patch for what I believe is a fix for the resource ordering loop creation that I've been chasing. Please look it over and if you approve, I can submit it. -Frank rsc_order_loop_patch Description: rsc_order_

Re: [Pacemaker] bug in ordering syntax?

2009-12-07 Thread Frank DiMeo
already existed, so I used it). At the start of the function I do something like: Int oldlevel; oldlevel = set_crm_log_level(LOG_DEBUG_4); . . And at the end do: set_crm_log_

Re: [Pacemaker] Openais: Corosync Executive couldn't openconfiguration component 'openaisserviceenable'

2009-12-07 Thread Frank DiMeo
AFAIK, this version uses /etc/corosync/corosync.conf. I get the impression this things are in flux right now, but once you find the right directories/files to use, it works. I'm sure that after some cleanup these seemingly conflicting elements will be removed. -Frank > -Original

Re: [Pacemaker] bug in ordering syntax?

2009-12-03 Thread Frank DiMeo
After looking at some output of ptest, I'm really unsure of my "fix" ;) I think I'm hunting in the right area though. -Frank > -Original Message- > From: Frank DiMeo [mailto:frank.di...@bigbandnet.com] > Sent: Thursday, December 03, 2009 5:06 PM > T

Re: [Pacemaker] bug in ordering syntax?

2009-12-03 Thread Frank DiMeo
I made a change to unpack_order_set that seems to fix the problem. I'm not sure my logic is 100% correct, but I thought I'd pass it along anyway. -Frank > -Original Message- > From: Andrew Beekhof [mailto:and...@beekhof.net] > Sent: Thursday, December 03, 2009 3:45

Re: [Pacemaker] Openais: Corosync Executive couldn't openconfiguration component 'openaisserviceenable'

2009-12-03 Thread Frank DiMeo
Try replacing the existing exported symbol in your /etc/init.d/openais file with: export COROSYNC_DEFAULT_CONFIG_IFACE="openaisserviceenableexperimental:corosync_parser" -Frank From: Shravan Mishra [mailto:shravan.mis...@gmail.com] Sent: Thursday, December 03, 2009 1

Re: [Pacemaker] bug in ordering syntax?

2009-12-03 Thread Frank DiMeo
Here's are file after bunzip2'ing. 12663 is for the 2 resource case, 12644 is the 4 resource case. Thanks, -Frank > -Original Message- > From: Andrew Beekhof [mailto:and...@beekhof.net] > Sent: Thursday, December 03, 2009 3:45 AM > To: pacemaker@oss.cluster

Re: [Pacemaker] bug in ordering syntax?

2009-12-02 Thread Frank DiMeo
I turned up the logging level in the pengine during processing of the rsc_order section. This shows the loop being formed between world2 and world1 resources, but only for stopping, not for starting. -Frank > -Original Message- > From: Frank DiMeo [mailto:frank.di...@bigbandn

Re: [Pacemaker] bug in ordering syntax?

2009-12-02 Thread Frank DiMeo
I think I see a loop formed in the logic: world4_stop_0 ubuntu2 -> world3_stop_0 ubuntu_2 -> world2_stop_0 ubuntu_2 -> world1_stop_0 ubuntu_2 -> world4_stop_0 ubuntu2 As I recall in my reading, loops are really, really bad. ;) Bug in the ordering syntax logic generat

Re: [Pacemaker] another basic configuration question

2009-12-02 Thread Frank DiMeo
I ran the command: crm_standby -U ubuntu_2 -v on this seems to work to put ubuntu_2 into standby. -Frank > -Original Message- > From: Andrew Beekhof [mailto:and...@beekhof.net] > Sent: Wednesday, December 02, 2009 5:51 AM > To: pacemaker@oss.clusterlabs.org > Subject:

[Pacemaker] bug in ordering syntax?

2009-11-30 Thread Frank DiMeo
Has anyone else noticed this behavior? Is this a bug, or am I misusing this compact syntax somehow? -Frank ___ Pacemaker mailing list Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Re: [Pacemaker] is ptest 1.06 working correctly?

2009-11-30 Thread Frank DiMeo
Actually, I don't know what you mean by the phrase "you don't have any transitions in live cib". Shouldn't ptest generate a graphical representation of the actions to be carried out on resources? -Frank > -Original Message- > From: Rasto Levrinc [

Re: [Pacemaker] is ptest 1.06 working correctly?

2009-11-30 Thread Frank DiMeo
So ptest can analyze transitions that have already happened on a live node? I thought it could analyze the configuration and predict behavior. I suppose that's not correct? -Frank > -Original Message- > From: Rasto Levrinc [mailto:rasto.levr...@linbit.com] > Sent: Monda

Re: [Pacemaker] is ptest 1.06 working correctly?

2009-11-30 Thread Frank DiMeo
I actually did use "--" on the long options, for some reason the cut/paste in MS outlook collapsed them. As you see from the enclosed files in my previous posting, the files are actually generated, there's just not much in them. -Frank > -Original Message- >

[Pacemaker] is ptest 1.06 working correctly?

2009-11-30 Thread Frank DiMeo
g a package, or am I doing something wrong in invoking ptest? Thanks in

  1   2   >