Re: [Pacemaker] Custom OCF Resource Agents

2011-07-04 Thread Sean.Feeney
You are very correct. I realized that after several hours of pulling my hair out that night :-) Thanks, Sean Feeney From: Lars Ellenberg To: Date: 07/04/2011 02:48 PM Subject: Re: [Pacemaker] Custom OCF Resource Agents On Fri, Jul 01, 2011 at 02:47:02PM -0400, sean.fee

Re: [Pacemaker] Custom OCF Resource Agents

2011-07-04 Thread Lars Ellenberg
On Fri, Jul 01, 2011 at 02:47:02PM -0400, sean.fee...@sonydadc.com wrote: > Okay, my script is now passing the ocf-tester but it is exhibiting strange > behavior. It is based on: > > #!/bin/sh > service=smbd > if ps ax | grep -v grep | grep ${service} > /dev/null > then > echo "$service servi

Re: [Pacemaker] Custom OCF Resource Agents

2011-07-01 Thread Sean.Feeney
" Any ideas? Thanks, Sean Feeney From: Andrew Beekhof To: The Pacemaker cluster resource manager Date: 06/30/2011 10:07 PM Subject: Re: [Pacemaker] Custom OCF Resource Agents On Fri, Jul 1, 2011 at 7:32 AM, wrote: I have written a few ocf resource agents and need to debug. Is

Re: [Pacemaker] Custom OCF Resource Agents

2011-06-30 Thread Andrew Beekhof
On Fri, Jul 1, 2011 at 7:32 AM, wrote: > I have written a few ocf resource agents and need to debug. Is there any > way to do this outside of pacemaker/crm? ocf-tester is your friend :-) > If I need to do this within pacemaker/crm, will the cluster pick up my > changes to the ocf files automa

[Pacemaker] Custom OCF Resource Agents

2011-06-30 Thread Sean.Feeney
I have written a few ocf resource agents and need to debug. Is there any way to do this outside of pacemaker/crm? If I need to do this within pacemaker/crm, will the cluster pick up my changes to the ocf files automatically or do I need to run some sort of refresh or do I have to completely del