Re: [Pacemaker] Fw: Unable to start pacemaker due to WARN: do_cib_control: Couldn't complete CIB registration [In reply to]

2011-12-06 Thread Florian Haas
Hi Graham, On Tue, Dec 6, 2011 at 8:06 AM, Graham Rawolle wrote: > I too am having all sorts of dramas getting pacemaker to start. > > Andrew you mentioned the new way “ver:1” to start the pacemaker daemons. > > The problem is that the two packaged versions of pacemaker that I can find > for open

[Pacemaker] CMAN - Pacemaker - Porftpd setup

2011-12-06 Thread Bensch, Kobus
Hello everyone I am new to clusters and have been playing with the above and I think I am nearly there. The one thing I am struggling with is an Active/Active Proftpd. I have tried various things and have read a lot of stuff on clusterlabs.org and various other wikis. When I run crm_mon I get:

Re: [Pacemaker] CMAN - Pacemaker - Porftpd setup

2011-12-06 Thread Florian Haas
Hello, On Tue, Dec 6, 2011 at 2:36 PM, Bensch, Kobus wrote: > colocation ftpsite-with-webip inf: ActiveFTPSite WebIP > colocation website-with-ip inf: ActiveFTPSite WebIP > order apache-after-ip inf: WebIP ActiveFTPSite > order propftpd-after-webip inf: WebIP ActiveFTPSite Any specific reasons f

Re: [Pacemaker] CMAN - Pacemaker - Porftpd setup

2011-12-06 Thread Bensch, Kobus
Hi Florian Thanks for the reply. 1.) No reason. I can get rid of one of each 2.) The result of crm_mon -rf Last updated: Tue Dec 6 14:14:23 2011 Stack: cman Current DC: rhel6-n2 - partition with quorum Version: 1.1.5-5.el6-01e86afaaa6d4a8c4836f68df80ababd6ca3902f 2 Nodes configured,

Re: [Pacemaker] CMAN - Pacemaker - Porftpd setup

2011-12-06 Thread Florian Haas
On Tue, Dec 6, 2011 at 3:16 PM, Bensch, Kobus wrote: > Hi Florian > > Thanks for the reply. > > 1.) No reason. I can get rid of one of each Did you, and if so has it changed the situation? > 2.) The result of crm_mon -rf OK, no failcounts. Can you create a CIB dump with "cibadmin -Q > /tmp/cib.

Re: [Pacemaker] CMAN - Pacemaker - Porftpd setup

2011-12-06 Thread Bensch, Kobus
Hi Florian 1.) I removed these and made no change. New config show node rhel6-n1 node rhel6-n2 primitive ClusterIP ocf:heartbeat:IPaddr2 \ params ip="192.168.56.111" cidr_netmask="32" clusterip_hash="sourceip" \ op monitor interval="30s" primitive FTPSite ocf:heartbeat:proftpd \

[Pacemaker] silencing cibadmin on query

2011-12-06 Thread Larry Brigman
We have some monitoring scripts that do cib queries several times a minute. We looked at changing the syslog logging levels in corosync config file but pacemaker seems to ignore that setting. Is there a way to cause cibadmin to not log info level requests or just not log the queries? _

[Pacemaker] List of Primitives

2011-12-06 Thread Charles DeVoe
I am trying to find out what a primitive is and if there is a list of the primitives.  Can some point me to the documentation on this?  Thanks. ___ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemake

Re: [Pacemaker] List of Primitives

2011-12-06 Thread Florian Haas
On Tue, Dec 6, 2011 at 10:23 PM, Charles DeVoe wrote: > > I am trying to find out what a primitive is and if there is a list of the > primitives.  Can some point me to the documentation on this?  Thanks. "crm configure help primitive" and "crm ra list ocf" should help. Cheers, Florian -- Need

Re: [Pacemaker] List of Primitives

2011-12-06 Thread Rasto Levrinc
On Tue, Dec 6, 2011 at 10:23 PM, Charles DeVoe wrote: > > I am trying to find out what a primitive is and if there is a list of the > primitives.  Can some point me to the documentation on this?  Thanks. If you mean, what a specific primitive is then: crm ra meta or check out the GUI. Rasto

Re: [Pacemaker] silencing cibadmin on query

2011-12-06 Thread Rasto Levrinc
On Tue, Dec 6, 2011 at 5:54 PM, Larry Brigman wrote: > We have some monitoring scripts that do cib queries several times a minute. > We looked at changing the syslog logging levels in corosync config file but > pacemaker > seems to ignore that setting. > > Is there a way to cause cibadmin to not l

Re: [Pacemaker] silencing cibadmin on query

2011-12-06 Thread Larry Brigman
On Tue, Dec 6, 2011 at 2:06 PM, Rasto Levrinc wrote: > On Tue, Dec 6, 2011 at 5:54 PM, Larry Brigman > wrote: > > We have some monitoring scripts that do cib queries several times a > minute. > > We looked at changing the syslog logging levels in corosync config file > but > > pacemaker > > seems

Re: [Pacemaker] CMAN - Pacemaker - Porftpd setup

2011-12-06 Thread Florian Haas
On Tue, Dec 6, 2011 at 3:47 PM, Bensch, Kobus wrote: > 2.) I pasted the outcome here http://pastebin.com/uPcHiM4p So, you should be seeing lines akin to the following in your logs: ERROR: clone_rsc_colocation_rh: Cannot interleave clone ActiveFTPSite and WebIP because they do not support the sam

Re: [Pacemaker] silencing cibadmin on query

2011-12-06 Thread Andrew Beekhof
On Wed, Dec 7, 2011 at 9:24 AM, Larry Brigman wrote: > > > On Tue, Dec 6, 2011 at 2:06 PM, Rasto Levrinc > wrote: >> >> On Tue, Dec 6, 2011 at 5:54 PM, Larry Brigman >> wrote: >> > We have some monitoring scripts that do cib queries several times a >> > minute. >> > We looked at changing the sys

Re: [Pacemaker] [PATCH]Build error of pacemaker-1.0.12

2011-12-06 Thread Andrew Beekhof
On Tue, Dec 6, 2011 at 12:59 PM, nozawat wrote: > Hi Andrew, > >  I became success by adding the following options at the time of ./configure. >  --enable-fatal-warnings=no > >  I added this option and built, but did not add it recently in old days ;-) I think I started adding it because of glib

[Pacemaker] Corosync 1.3.4 build problems

2011-12-06 Thread Graham Rawolle
Hi all, I am trying to build Corosync 1.3.4 for openSUSE-11.4. I'm currently using a packaged version 1.4.2 of Corosync but cannot get it to start Pacemaker. The openSUSE packaged versions of Pacemaker do not support configuring the Pacemaker service with "ver:1", and my suspicion is that Coro

Re: [Pacemaker] Trouble with Xen high availability. Can't get it.

2011-12-06 Thread Andreas Kurz
Hello, comments inline ... On 12/06/2011 01:17 AM, Богомолов Дмитрий Викторович wrote: > Hello , thanks for your answer. > > 06 декабря 2011, 02:08 от Andreas Kurz : >> Hello, >> >> On 12/05/2011 12:57 PM, Богомолов Дмитрий Викторович wrote: >>> Hello. I made a cluster with two nodes(Ubuntu 11.1

Re: [Pacemaker] How to use monitor action in VIrtualDomain resource agent

2011-12-06 Thread Andreas Kurz
Hello, On 12/05/2011 05:27 AM, Fil wrote: > Hi, > > I have a 2 node cluster (corosync 1.4.2 pacemaker 1.1.6). I need to > control couple of virtual machines in this cluster and be able to live > migrate them between nodes. Up until now all my tests worked, but as > soon as I started using monitor

Re: [Pacemaker] Cleanup on Master/Slave DRBD resource changes, the roles

2011-12-06 Thread Andreas Kurz
Hello Georgios, sorry for the late reply ... overlooked your reply ... On 12/02/2011 12:19 PM, Georgios Kasapoglou wrote: > Hello Andreas, first of all, thanks for the quick reply. I've noticed > that stop and start is executed on any resource when I'm running cleanup > on. Which also affects al

[Pacemaker] Service failed to load 'pacemaker'

2011-12-06 Thread Graham Rawolle
Hi all, I am trying to run Corosync and Pacemaker on openSUSE-11.4. There are two machines, each with 2 network interfaces. One interface on each is connected via a crossover cable on a private network 192.168.100.0 and the other interface is connected via a switch to our internal network

Re: [Pacemaker] [PATCH]Build error of pacemaker-1.0.12

2011-12-06 Thread nozawat
Hi Andrew, I requested pull. https://github.com/ClusterLabs/pacemaker-1.0/pull/1 Regards, Tomo 2011/12/7 Andrew Beekhof : > On Tue, Dec 6, 2011 at 12:59 PM, nozawat wrote: >> Hi Andrew, >> >>  I became success by adding the following options at the time of ./configure. >>  --enable-fatal-warn

Re: [Pacemaker] How to use monitor action in VIrtualDomain resource agent

2011-12-06 Thread Fil
Hi Andreas, bellow is the grep you requested. Also while looking into this problem I came up with some interesting issues with VirtualDomain resource agent. Since my /etc/libvirt/qemu directory is an NFS share VirtualDomain sometimes complains it can't read the /etc/libvirt/qemu/test.xml file. Thi

Re: [Pacemaker] Pacemaker Active-Active Load Balancing Issue

2011-12-06 Thread Brett Delle Grazie
Hi, Ensure you have enabled multicast MAC addresses on your network equipment (firewall, switch etc). Alternatively assign static multicast MAC to cluster IP address on firewall. Kind regards, Brett Sent from my mobile On Nov 16, 2011 10:41 PM, "IVAN GARCIA" wrote: > Hi Nick > > Yes I can ping o