On Thu, Nov 20, 2008 at 21:36, Wolf Noble <[EMAIL PROTECTED]> wrote:
>
>
>
> On 11/19/08 11:47 PM, "Andrew Beekhof" <[EMAIL PROTECTED]> wrote:
>
> On Thu, Nov 20, 2008 at 02:48, Wolf Noble <[EMAIL PROTECTED]> wrote:
>> Hi Gang.
>>
>> I have a 4 vm node cluster. (centos5)
>> I, using the gui, paused one node (db02) in the cluster.
>> All resources failed off of it.
>>
>> I then shutdown heartbeat,
>>
>> Chkconfig -levels 2345 heartbeat off
>>
>> yum remove heartbeat-stonith heartbeat-pils heartbeat heartbeat-gui openais
>>
>> wget 
>> http://download.opensuse.org/repositories/server:/ha-clustering/CentOS_5/server:ha-clustering.repo
>>  -O /etc/yum.repos.d/server_ha-clustering.repo
>>
>> yum --disablerepo base --enablerepo server_ha-clustering install openais 
>> heartbeat-common heartbeat-resources heartbeat pacemaker pacemaker-pygui 
>> libopenais2 libpacemaker3
>>
>> Reboot
>>
>> Then attempted to start heartbeat, whereupon the box would endlessly reboot 
>> itself thanks to CIB dumping core (hence the disabling heartbeat at boot)
>>
>> Any ideas how to rectify?
>
> use "crm respawn" in ha.cf to prevent the rebooting
> beyond that, i'd need a stack trace.
>
> with gdb installed, run:
>    gdb /usr/lib/heartbeat/crmd /var/lib/heartbeat/cores/hacluster/core.2674
>
> (or if core.2674 doesnt exist, gdb /usr/lib/heartbeat/crmd
> /var/lib/heartbeat/cores/hacluster/core)
>
> then at the gdb prompt, type: where
> and reply with the output
>
> I got similar results irregardless if I used the normal heartbeat/pacemaker, 
> or if I have heartbeat-debug and pacemaker-debug installed as well.
> Here's info with both debug packages installed:  (cib.xml is the same as 
> before, with the same cib.xml.sig)
> Thanks!
>

Sorry, I'm an idiot and got the command line wrong.

> [EMAIL PROTECTED] log]# gdb /usr/lib/heartbeat/crmd 
> /var/lib/heartbeat/cores/hacluster/core.8320

I should have said:
   gdb /usr/lib/heartbeat/cib /var/lib/heartbeat/cores/hacluster/core.8320

Can you rerun please?
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to