Re: [Pacemaker] corosync/openais fails to start

2010-05-30 Thread Andrew Beekhof
On Thu, May 27, 2010 at 5:50 PM, Steven Dake wrote: > On 05/27/2010 08:40 AM, Diego Remolina wrote: >> >> Is there any workaround for this? Perhaps a slightly older version of >> the rpms? If so where do I find those? >> > > Corosync 1.2.1 doesn't have this issue apparently.  With corosync 1.2.1,

Re: [Pacemaker] corosync/openais fails to start

2010-05-27 Thread Vadym Chepkov
On May 27, 2010, at 11:40 AM, Diego Remolina wrote: > Is there any workaround for this? Perhaps a slightly older version of the > rpms? If so where do I find those? chkconfig corosync off chkconfig heartbeat on Unfortunately, that's what I had to do on PPC64 RHEL5 > > I cannot get the opens

Re: [Pacemaker] corosync/openais fails to start

2010-05-27 Thread Steven Dake
On 05/27/2010 10:20 AM, Gianluca Cecchi wrote: On Thu, May 27, 2010 at 5:50 PM, Steven Dake mailto:sd...@redhat.com>> wrote: On 05/27/2010 08:40 AM, Diego Remolina wrote: Is there any workaround for this? Perhaps a slightly older version of the rpms? If so where do I

Re: [Pacemaker] corosync/openais fails to start

2010-05-27 Thread Gianluca Cecchi
On Thu, May 27, 2010 at 5:50 PM, Steven Dake wrote: > On 05/27/2010 08:40 AM, Diego Remolina wrote: > >> Is there any workaround for this? Perhaps a slightly older version of >> the rpms? If so where do I find those? >> >> > Corosync 1.2.1 doesn't have this issue apparently. With corosync 1.2.1,

Re: [Pacemaker] corosync/openais fails to start

2010-05-27 Thread Steven Dake
On 05/27/2010 08:40 AM, Diego Remolina wrote: Is there any workaround for this? Perhaps a slightly older version of the rpms? If so where do I find those? Corosync 1.2.1 doesn't have this issue apparently. With corosync 1.2.1, please don't use "debug: on" keyword in your config options. I a

Re: [Pacemaker] corosync/openais fails to start

2010-05-27 Thread Diego Remolina
Ok, So for now the fix seems to be to remove the latest version of corosync: 1.2.2-1.1 and install the older rpms 1.2.1-1 Here is what I did: [r...@phys-ha01 corosync]# rpm -e --nodeps corosynclib corosync [r...@phys-ha01 corosync]# rpm -ivh http://www.clusterlabs.org/rpm/epel-5/x86_64/corosy

Re: [Pacemaker] corosync/openais fails to start

2010-05-27 Thread Diego Remolina
Is there any workaround for this? Perhaps a slightly older version of the rpms? If so where do I find those? I cannot get the opensuse-ha rpms any more so I am stuck with a non-functioning cluster. Diego Steven Dake wrote: This is a known issue on some platforms, although the exact cause is

Re: [Pacemaker] corosync/openais fails to start

2010-05-27 Thread Steven Dake
This is a known issue on some platforms, although the exact cause is unknown. I have tried RHEL 5.5 as well as CentOS 5.5 with clusterrepo rpms and been unable to reproduce. I'll keep looking. Regards -steve On 05/27/2010 06:07 AM, Diego Remolina wrote: Hi, I was running the old rpms from

[Pacemaker] corosync/openais fails to start

2010-05-27 Thread Diego Remolina
Hi, I was running the old rpms from the opensuse repo and wanted to change over to the latest packages from the clusterlabs repo in my RHEL 5.5 machines. Steps I took 1. Disabled the old repo 2. Set the nodes to standby (two node drbd cluster) and turned of openais 3. Enabled the new repo. 4.