Re: [Pacemaker] CRM help

2009-10-30 Thread Dejan Muhamedagic
Hi again, You can make a quick change yourself, providing that you run a very recent version of crm. Lookup a line which says: if len(args < 3): and replace it with: if len(args) < 3: Thanks, Dejan On Fri, 30 Oct 2009 15:20 +0100, "Dejan Muhamedagic" wrote: > Hi, > > On Fri, 30 Oct 2009 1

Re: [Pacemaker] CRM help

2009-10-30 Thread Dejan Muhamedagic
Hi, On Fri, 30 Oct 2009 11:08 +0100, "Lars Marowsky-Bree" wrote: > On 2009-10-29T12:34:22, Eliot Gable wrote: > > > Yes, files are there. See my first post. Ran ocf-tester on mysql RA and get > > this: > > > > /usr/lib/ocf/resource.d/heartbeat/mysql passed all tests > > > > But, after modify

Re: [Pacemaker] CRM help

2009-10-30 Thread Lars Marowsky-Bree
On 2009-10-29T12:34:22, Eliot Gable wrote: > Yes, files are there. See my first post. Ran ocf-tester on mysql RA and get > this: > > /usr/lib/ocf/resource.d/heartbeat/mysql passed all tests > > But, after modifying the crm Python code to uncomment one of the error > messages, I see this: > >

Re: [Pacemaker] CRM help

2009-10-29 Thread Eliot Gable
pient, please call me immediately. BROADVOX is a registered trademark of Broadvox, LLC. -Original Message- From: Johan Verrept [mailto:johan.verr...@able.be] Sent: Thursday, October 29, 2009 12:24 PM To: pacemaker@oss.clusterlabs.org Subject: Re: [Pacemaker] CRM help have you checked the

Re: [Pacemaker] CRM help

2009-10-29 Thread Johan Verrept
please > call me immediately. BROADVOX is a registered trademark of Broadvox, LLC. > > > -Original Message- > From: Eliot Gable [mailto:ega...@broadvox.com] > Sent: Thursday, October 29, 2009 12:02 PM > To: pacemaker@oss.clusterlabs.org > Subject: Re: [Pacemake

Re: [Pacemaker] CRM help

2009-10-29 Thread Eliot Gable
erlabs.org Subject: Re: [Pacemaker] CRM help Ok, I figured out I need to change the clone to primitive to define the thing first and then reference the primitive using the clone command. I now no longer get the object does not exist message, but it now says it cannot find the resource age

Re: [Pacemaker] CRM help

2009-10-29 Thread Johan Verrept
me immediately. BROADVOX is a registered trademark of Broadvox, LLC. > > > -Original Message- > From: Eliot Gable [mailto:ega...@broadvox.com] > Sent: Thursday, October 29, 2009 11:52 AM > To: pacemaker@oss.clusterlabs.org > Subject: Re: [Pacemaker] CRM help > > Ok, that s

Re: [Pacemaker] CRM help

2009-10-29 Thread Eliot Gable
@oss.clusterlabs.org Subject: Re: [Pacemaker] CRM help Ok, that still does not work. When I run the script, it just sits there and does nothing (does not even return me to the prompt). When I hit CTRL-C to try to terminate it, it just gives me the same errors I was getting before about ocf:heartbeat:apache

Re: [Pacemaker] CRM help

2009-10-29 Thread Johan Verrept
From: Eliot Gable [mailto:ega...@broadvox.com] > Sent: Thursday, October 29, 2009 11:48 AM > To: pacemaker@oss.clusterlabs.org > Subject: Re: [Pacemaker] CRM help > > Nevermind. I had a leading 'configure' statement by itself. > > Eliot Gable > Senior Engineer

Re: [Pacemaker] CRM help

2009-10-29 Thread Eliot Gable
. -Original Message- From: Eliot Gable [mailto:ega...@broadvox.com] Sent: Thursday, October 29, 2009 11:48 AM To: pacemaker@oss.clusterlabs.org Subject: Re: [Pacemaker] CRM help Nevermind. I had a leading 'configure' statement by itself. Eliot Gable Senior Engineer 1228 Euclid Ave, Suite 390

Re: [Pacemaker] CRM help

2009-10-29 Thread Eliot Gable
: Thursday, October 29, 2009 11:47 AM To: pacemaker@oss.clusterlabs.org Subject: Re: [Pacemaker] CRM help That just results in syntax errors on every line. Eliot Gable Senior Engineer 1228 Euclid Ave, Suite 390 Cleveland, OH 44115 Direct: 216-373-4808 Fax: 216-373-4657 ega...@broadvox.net CO

Re: [Pacemaker] CRM help

2009-10-29 Thread Eliot Gable
29, 2009 11:42 AM To: pacemaker@oss.clusterlabs.org Subject: Re: [Pacemaker] CRM help If you use scripted input to crm, use full command lines: CRM < In the past, I have always done things by manually creating a CIB XML > file and then importing it. But, to save time, I thought I would try

Re: [Pacemaker] CRM help

2009-10-29 Thread Johan Verrept
If you use scripted input to crm, use full command lines: CRM < In the past, I have always done things by manually creating a CIB XML > file and then importing it. But, to save time, I thought I would try > CRM. So, I made this script: > > > > #!/bin/bash > > > > crm< > configure > > e

[Pacemaker] CRM help

2009-10-29 Thread Eliot Gable
In the past, I have always done things by manually creating a CIB XML file and then importing it. But, to save time, I thought I would try CRM. So, I made this script: #!/bin/bash crm