Re: [Pacemaker] Pacemaker does not support the '(null)' cluster infrastructure.

2011-09-19 Thread Andrew Beekhof
On Thu, Aug 25, 2011 at 6:41 PM, ihjaz Mohamed wrote:

> Facing the same issue with pacemaker-1.1.5 also. Does it mean the new
> versions of the Pacemaker no longer support Heartbeat.
>
>
On RHEL and its derivatives - yes.
Unless you recompile it yourself.

Newer versions also print "heartbeat" instead of "(null)" too, so it should
be a bit clearer.


> --- On *Thu, 25/8/11, Andreas Kurz * wrote:
>
>
> From: Andreas Kurz 
> Subject: Re: [Pacemaker] Pacemaker does not support the '(null)' cluster
> infrastructure.
> To: pacemaker@oss.clusterlabs.org
> Date: Thursday, 25 August, 2011, 3:20 AM
>
>
> On 08/24/2011 05:35 PM, ihjaz Mohamed wrote:
> > Hi All,
> >
> > Am using heartbeat-3.0.4 with pacemaker-1.1.2-7 on RHEL 6.
>
> that pacemaker version only supports corosync/cman as ccm ... and
> consider an update to latest 1.1.5
>
> Regards,
> Andreas
>
> >
> > When I start the heartbeat service am getting the following in the log:
> >
> > ---
> > Aug 24 20:47:36 aceblr075.com crmd: [17206]: info: do_cib_control: Could
> > not connect to the CIB service: connection failed
> >
> > Aug 24 20:47:36 aceblr075.com crmd: [17206]: WARN: do_cib_control:
> > Couldn't complete CIB registration 30 times... pause and retry
> >
> > Aug 24 20:47:36 aceblr075.com crmd: [17206]: ERROR: do_cib_control:
> > Could not complete CIB registration  30 times... hard error
> >
> > Aug 24 20:47:36 aceblr075.com crmd: [17206]: ERROR: do_log: FSA: Input
> > I_ERROR from do_cib_control() received in state S_STARTING
> >
> > Aug 24 20:47:36 aceblr075.com crmd: [17206]: info: do_state_transition:
> > State transition S_STARTING -> S_RECOVERY [ input=I_ERROR
> > cause=C_FSA_INTERNAL origin=do_cib_control ]
> >
> > Aug 24 20:47:36 aceblr075.com crmd: [17206]: ERROR: do_recover: Action
> > A_RECOVER (0100) not supported
> >
> > Aug 24 20:47:36 aceblr075.com crmd: [17206]: CRIT: get_cluster_type:
> > This installation of Pacemaker does not support the '(null)' cluster
> > infrastructure.  Terminating.
> >
> > Aug 24 20:47:36 aceblr075.com heartbeat: [17188]: WARN: Managed
> > /usr/lib64/heartbeat/crmd process 17206 exited with return code 100.
> > ---
> >
> >
> > Below is my ha.cf :
> >
> > 
> > debugfile /var/log/ha-debug
> >
> > logfile /var/log/ha-log
> >
> > logfacility local0
> >
> > keepalive 2
> >
> > deadtime 10
> >
> > warntime 5
> >
> > initdead 20
> > udpport 694
> > ucast eth1 10.10.10.2
> > auto_failback off
> >
> > node aceblr075.com
> > node aceblr076.com
> >
> > # Enable Pacemaker
> > crm respawn
> >
> > 
> >
> > Am I doing something wrong here?
> >
> >
> >
> > ___
> > Pacemaker mailing list: 
> > Pacemaker@oss.clusterlabs.org<http://mc/compose?to=Pacemaker@oss.clusterlabs.org>
> > http://oss.clusterlabs.org/mailman/listinfo/pacemaker
> >
> > Project Home: http://www.clusterlabs.org
> > Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> > Bugs:
> http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker
>
>
>
> -Inline Attachment Follows-
>
>
> ___
> Pacemaker mailing list: 
> Pacemaker@oss.clusterlabs.org<http://mc/compose?to=Pacemaker@oss.clusterlabs.org>
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs:
> http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker
>
>
> ___
> Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
>
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs:
> http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker
>
>
___
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker


Re: [Pacemaker] Pacemaker does not support the '(null)' cluster infrastructure.

2011-08-25 Thread Andreas Kurz
On 2011-08-25 10:41, ihjaz Mohamed wrote:
> Facing the same issue with pacemaker-1.1.5 also. Does it mean the new
> versions of the Pacemaker no longer support Heartbeat.

No, it means Redhat compiles its version without Heartbeat support.

Regards,
Andreas

> 
> --- On *Thu, 25/8/11, Andreas Kurz //* wrote:
> 
> 
> From: Andreas Kurz 
> Subject: Re: [Pacemaker] Pacemaker does not support the '(null)'
> cluster infrastructure.
> To: pacemaker@oss.clusterlabs.org
> Date: Thursday, 25 August, 2011, 3:20 AM
> 
> On 08/24/2011 05:35 PM, ihjaz Mohamed wrote:
> > Hi All,
> >
> > Am using heartbeat-3.0.4 with pacemaker-1.1.2-7 on RHEL 6.
> 
> that pacemaker version only supports corosync/cman as ccm ... and
> consider an update to latest 1.1.5
> 
> Regards,
> Andreas
> 
> >
> > When I start the heartbeat service am getting the following in the
> log:
> >
> > ---
> > Aug 24 20:47:36 aceblr075.com crmd: [17206]: info: do_cib_control:
> Could
> > not connect to the CIB service: connection failed
> >
> > Aug 24 20:47:36 aceblr075.com crmd: [17206]: WARN: do_cib_control:
> > Couldn't complete CIB registration 30 times... pause and retry
> >
> > Aug 24 20:47:36 aceblr075.com crmd: [17206]: ERROR: do_cib_control:
> > Could not complete CIB registration  30 times... hard error
> >
> > Aug 24 20:47:36 aceblr075.com crmd: [17206]: ERROR: do_log: FSA: Input
> > I_ERROR from do_cib_control() received in state S_STARTING
> >
> > Aug 24 20:47:36 aceblr075.com crmd: [17206]: info:
> do_state_transition:
> > State transition S_STARTING -> S_RECOVERY [ input=I_ERROR
> > cause=C_FSA_INTERNAL origin=do_cib_control ]
> >
> > Aug 24 20:47:36 aceblr075.com crmd: [17206]: ERROR: do_recover: Action
> > A_RECOVER (0100) not supported
> >
> > Aug 24 20:47:36 aceblr075.com crmd: [17206]: CRIT: get_cluster_type:
> > This installation of Pacemaker does not support the '(null)' cluster
> > infrastructure.  Terminating.
> >
> > Aug 24 20:47:36 aceblr075.com heartbeat: [17188]: WARN: Managed
> > /usr/lib64/heartbeat/crmd process 17206 exited with return code 100.
> > ---
> >
> >
> > Below is my ha.cf :
> >
> > 
> > debugfile /var/log/ha-debug
> >
> > logfile /var/log/ha-log
> >
> > logfacility local0
> >
> > keepalive 2
> >
> > deadtime 10
> >
> > warntime 5
> >
> > initdead 20
> > udpport 694
> > ucast eth1 10.10.10.2
> > auto_failback off
> >
> > node aceblr075.com
> > node aceblr076.com
> >
> > # Enable Pacemaker
> > crm respawn
> >
> > 
> >
> > Am I doing something wrong here?
> >
> >
> >
> > ___
> > Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
> 
> > http://oss.clusterlabs.org/mailman/listinfo/pacemaker
> >
> > Project Home: http://www.clusterlabs.org
> > Getting started:
> http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> > Bugs:
> http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker
> 
> 
> 
> -Inline Attachment Follows-
> 
> ___
> Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
> 
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
> 
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs:
> http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker
> 
> 
> 
> ___
> Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
> 
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: 
> http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker



signature.asc
Description: OpenPGP digital signature
___
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker


Re: [Pacemaker] Pacemaker does not support the '(null)' cluster infrastructure.

2011-08-25 Thread ihjaz Mohamed
Facing the same issue with pacemaker-1.1.5 also. Does it mean the new versions 
of the Pacemaker no longer support Heartbeat.

--- On Thu, 25/8/11, Andreas Kurz  wrote:

From: Andreas Kurz 
Subject: Re: [Pacemaker] Pacemaker does not support the '(null)' cluster 
infrastructure.
To: pacemaker@oss.clusterlabs.org
Date: Thursday, 25 August, 2011, 3:20 AM

On 08/24/2011 05:35 PM, ihjaz Mohamed wrote:
> Hi All,
> 
> Am using heartbeat-3.0.4 with pacemaker-1.1.2-7 on RHEL 6.

that pacemaker version only supports corosync/cman as ccm ... and
consider an update to latest 1.1.5

Regards,
Andreas

> 
> When I start the heartbeat service am getting the following in the log:
> 
> ---
> Aug 24 20:47:36 aceblr075.com crmd: [17206]: info: do_cib_control: Could
> not connect to the CIB service: connection failed
> 
> Aug 24 20:47:36 aceblr075.com crmd: [17206]: WARN: do_cib_control:
> Couldn't complete CIB registration 30 times... pause and retry
> 
> Aug 24 20:47:36 aceblr075.com crmd: [17206]: ERROR: do_cib_control:
> Could not complete CIB registration  30 times... hard error
> 
> Aug 24 20:47:36 aceblr075.com crmd: [17206]: ERROR: do_log: FSA: Input
> I_ERROR from do_cib_control() received in state S_STARTING
> 
> Aug 24 20:47:36 aceblr075.com crmd: [17206]: info: do_state_transition:
> State transition S_STARTING -> S_RECOVERY [ input=I_ERROR
> cause=C_FSA_INTERNAL origin=do_cib_control ]
> 
> Aug 24 20:47:36 aceblr075.com crmd: [17206]: ERROR: do_recover: Action
> A_RECOVER (0100) not supported
> 
> Aug 24 20:47:36 aceblr075.com crmd: [17206]: CRIT: get_cluster_type:
> This installation of Pacemaker does not support the '(null)' cluster
> infrastructure.  Terminating.
> 
> Aug 24 20:47:36 aceblr075.com heartbeat: [17188]: WARN: Managed
> /usr/lib64/heartbeat/crmd process 17206 exited with return code 100.
> ---
> 
> 
> Below is my ha.cf :
> 
> 
> debugfile /var/log/ha-debug
> 
> logfile /var/log/ha-log
> 
> logfacility local0
> 
> keepalive 2
> 
> deadtime 10
> 
> warntime 5
> 
> initdead 20
> udpport 694
> ucast eth1 10.10.10.2
> auto_failback off
> 
> node aceblr075.com
> node aceblr076.com
> 
> # Enable Pacemaker
> crm respawn
> 
> 
> 
> Am I doing something wrong here?
> 
> 
> 
> ___
> Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
> 
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: 
> http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker



-Inline Attachment Follows-

___
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker
___
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker


Re: [Pacemaker] Pacemaker does not support the '(null)' cluster infrastructure.

2011-08-24 Thread Andreas Kurz
On 08/24/2011 05:35 PM, ihjaz Mohamed wrote:
> Hi All,
> 
> Am using heartbeat-3.0.4 with pacemaker-1.1.2-7 on RHEL 6.

that pacemaker version only supports corosync/cman as ccm ... and
consider an update to latest 1.1.5

Regards,
Andreas

> 
> When I start the heartbeat service am getting the following in the log:
> 
> ---
> Aug 24 20:47:36 aceblr075.com crmd: [17206]: info: do_cib_control: Could
> not connect to the CIB service: connection failed
> 
> Aug 24 20:47:36 aceblr075.com crmd: [17206]: WARN: do_cib_control:
> Couldn't complete CIB registration 30 times... pause and retry
> 
> Aug 24 20:47:36 aceblr075.com crmd: [17206]: ERROR: do_cib_control:
> Could not complete CIB registration  30 times... hard error
> 
> Aug 24 20:47:36 aceblr075.com crmd: [17206]: ERROR: do_log: FSA: Input
> I_ERROR from do_cib_control() received in state S_STARTING
> 
> Aug 24 20:47:36 aceblr075.com crmd: [17206]: info: do_state_transition:
> State transition S_STARTING -> S_RECOVERY [ input=I_ERROR
> cause=C_FSA_INTERNAL origin=do_cib_control ]
> 
> Aug 24 20:47:36 aceblr075.com crmd: [17206]: ERROR: do_recover: Action
> A_RECOVER (0100) not supported
> 
> Aug 24 20:47:36 aceblr075.com crmd: [17206]: CRIT: get_cluster_type:
> This installation of Pacemaker does not support the '(null)' cluster
> infrastructure.  Terminating.
> 
> Aug 24 20:47:36 aceblr075.com heartbeat: [17188]: WARN: Managed
> /usr/lib64/heartbeat/crmd process 17206 exited with return code 100.
> ---
> 
> 
> Below is my ha.cf :
> 
> 
> debugfile /var/log/ha-debug
> 
> logfile /var/log/ha-log
> 
> logfacility local0
> 
> keepalive 2
> 
> deadtime 10
> 
> warntime 5
> 
> initdead 20
> udpport 694
> ucast eth1 10.10.10.2
> auto_failback off
> 
> node aceblr075.com
> node aceblr076.com
> 
> # Enable Pacemaker
> crm respawn
> 
> 
> 
> Am I doing something wrong here?
> 
> 
> 
> ___
> Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
> http://oss.clusterlabs.org/mailman/listinfo/pacemaker
> 
> Project Home: http://www.clusterlabs.org
> Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
> Bugs: 
> http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker




signature.asc
Description: OpenPGP digital signature
___
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker


[Pacemaker] Pacemaker does not support the '(null)' cluster infrastructure.

2011-08-24 Thread ihjaz Mohamed
Hi All,

Am using heartbeat-3.0.4 with pacemaker-1.1.2-7 on RHEL 6.

When I start the heartbeat service am getting the following in the log:

---
Aug 24 20:47:36 aceblr075.com crmd: [17206]: info: do_cib_control: Could not 
connect to the CIB service: connection failed

Aug 24 20:47:36 aceblr075.com crmd: [17206]: WARN: do_cib_control: Couldn't 
complete CIB registration 30 times... pause and retry

Aug 24 20:47:36 aceblr075.com crmd: [17206]: ERROR: do_cib_control: Could not 
complete CIB registration  30 times... hard error

Aug 24 20:47:36 aceblr075.com crmd: [17206]: ERROR: do_log: FSA: Input I_ERROR 
from do_cib_control() received in state S_STARTING

Aug 24 20:47:36 aceblr075.com crmd: [17206]: info: do_state_transition: State 
transition S_STARTING -> S_RECOVERY [ input=I_ERROR cause=C_FSA_INTERNAL 
origin=do_cib_control ]

Aug 24 20:47:36 aceblr075.com crmd: [17206]: ERROR: do_recover: Action 
A_RECOVER (0100) not supported

Aug 24 20:47:36 aceblr075.com crmd: [17206]: CRIT: get_cluster_type: This 
installation of Pacemaker does not support the '(null)' cluster 
infrastructure.  Terminating.

Aug 24 20:47:36 aceblr075.com heartbeat: [17188]: WARN: Managed 
/usr/lib64/heartbeat/crmd process 17206 exited with return code 100.
---


Below is my ha.cf :


debugfile /var/log/ha-debug

logfile /var/log/ha-log

logfacility local0

keepalive 2

deadtime 10

warntime 5

initdead 20
udpport 694
ucast eth1 10.10.10.2
auto_failback off

node aceblr075.com
node aceblr076.com

# Enable Pacemaker
crm respawn



Am I doing something wrong here?

___
Pacemaker mailing list: Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker