Re: [Pacemaker] Errors while compiling

2014-03-16 Thread Andrew Beekhof
Its looking for cmap_handle_t which will be in one of the corosync headers. What version of corosync have you got installed? On 15 Mar 2014, at 12:18 am, Stephan Buchner wrote: > Hm, i installed "libcrmcluster1-dev" and "libcrmcommon2-dev" on my debian > system, still the same error :/ > > Am

Re: [Pacemaker] pacemaker RHEL6 with cman

2014-03-16 Thread Alex Samad - Yieldbroker
Hi More digging. Seems like corosync started with cman used /etc/cluster/cluster.conf To make it use udpu transport is pretty easy change to A > -Original Message- > From: Digimer [mailto:li...@alteeve.ca] > Sent: Monday, 17 March 2014 11:20 AM > To: The Pacemaker cluster

Re: [Pacemaker] pacemaker RHEL6 with cman

2014-03-16 Thread Digimer
Corosync is still used. It provides communications and membership, cman provides quorum and DLM. I've not used pacemaker on EL6/cman, so I can't offer a suggested corosync config, but what you had before should still be fine, if it was working before. On 16/03/14 07:55 PM, Alex Samad - Yield

Re: [Pacemaker] pacemaker RHEL6 with cman

2014-03-16 Thread Alex Samad - Yieldbroker
Hmm okay so what I get is corosync is not no longer used. So when I type pcs cluster status Cluster Status: Last updated: Mon Mar 17 10:53:54 2014 Last change: Fri Mar 14 15:13:46 2014 via cibadmin on devrp1 Stack: cman Current DC: devrp1 - partition with quorum Version: 1.1.10-14.el6-368c726

Re: [Pacemaker] pacemaker RHEL6 with cman

2014-03-16 Thread Digimer
On 16/03/14 07:19 PM, Alex Samad - Yieldbroker wrote: Hi I am in the process of migrating away from the pcmk plugin for corosync and converting to cman. So from what I gather its Pacemaker -> cman -> corosync Can I still configure corosync with /etc/corosync/corosync.conf I want to change

[Pacemaker] pacemaker RHEL6 with cman

2014-03-16 Thread Alex Samad - Yieldbroker
Hi I am in the process of migrating away from the pcmk plugin for corosync and converting to cman. So from what I gather its Pacemaker -> cman -> corosync Can I still configure corosync with /etc/corosync/corosync.conf I want to change from multicast to udpu or is there a way to do that fr