Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Linux-HA: Users

when eth1/eth2 shutdown and resume, heartbeat can not work any longer. is it a bug?

 

 

Linux-HA users RSS feed   Index | Next | Previous | View Threaded


yitonglu at gmail

Oct 29, 2007, 8:55 AM

Post #1 of 6 (329 views)
Permalink
when eth1/eth2 shutdown and resume, heartbeat can not work any longer. is it a bug?

I am using heartbeat 2.1.2 on centos 4.4. If the interfaces which heartbeat
is using are shutdown with ifconfig, and later are brought online, heartbeat
will restart itself. But after restart, heartbeat seems to have servery
problem. In the logs there are lots of following messages:

heartbeat[9413]: 2007/10/28_02:06:05 ERROR: Message hist queue is filling up
(151 messages in queue)
heartbeat[9413]: 2007/10/28_02:06:05 ERROR: Message hist queue is filling up
(152 messages in queue)
heartbeat[9413]: 2007/10/28_02:06:06 ERROR: Message hist queue is filling up
(153 messages in queue)
heartbeat[9413]: 2007/10/28_02:06:07 ERROR: Message hist queue is filling up
(154 messages in queue)
heartbeat[9413]: 2007/10/28_02:06:07 ERROR: Message hist queue is filling up
(155 messages in queue)

Is it a bug of heartbeat? Or shutting down the interfaces, eth1/eth2 in my
case, is simply not supported by heartbeat?

Thanks for your reply!
_______________________________________________
Linux-HA mailing list
Linux-HA [at] lists
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems


ikedaj at intellilink

Nov 1, 2007, 5:47 PM

Post #2 of 6 (309 views)
Permalink
RE: when eth1/eth2 shutdown and resume, heartbeat can not work any longer. is it a bug? [In reply to]

> I am using heartbeat 2.1.2 on centos 4.4. If the interfaces which
heartbeat
> is using are shutdown with ifconfig, and later are brought online,
heartbeat
> will restart itself. But after restart, heartbeat seems to have servery
> problem. In the logs there are lots of following messages:
>
> heartbeat[9413]: 2007/10/28_02:06:05 ERROR: Message hist queue is filling
up
> (151 messages in queue)
> heartbeat[9413]: 2007/10/28_02:06:05 ERROR: Message hist queue is filling
up
> (152 messages in queue)
> heartbeat[9413]: 2007/10/28_02:06:06 ERROR: Message hist queue is filling
up
> (153 messages in queue)
> heartbeat[9413]: 2007/10/28_02:06:07 ERROR: Message hist queue is filling
up
> (154 messages in queue)
> heartbeat[9413]: 2007/10/28_02:06:07 ERROR: Message hist queue is filling
up
> (155 messages in queue)
>
> Is it a bug of heartbeat? Or shutting down the interfaces, eth1/eth2 in my
> case, is simply not supported by heartbeat?

I was faced with the same problem yesterday.
It might be better to use "iptables" or "ifdown/ifup" instead of "ifconfig".
If anyone has information concerning why only "ifconfig" cause this,
please let me know.

Thanks,
Junko

_______________________________________________
Linux-HA mailing list
Linux-HA [at] lists
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems


Simon.Graham at stratus

Nov 1, 2007, 5:50 PM

Post #3 of 6 (307 views)
Permalink
RE: when eth1/eth2 shutdown and resume, heartbeat can not work any longer. is it a bug? [In reply to]

> > (154 messages in queue)
> > heartbeat[9413]: 2007/10/28_02:06:07 ERROR: Message hist queue is
> filling
> up
> > (155 messages in queue)
> >
> > Is it a bug of heartbeat? Or shutting down the interfaces, eth1/eth2
> in my
> > case, is simply not supported by heartbeat?
>
> I was faced with the same problem yesterday.
> It might be better to use "iptables" or "ifdown/ifup" instead of
> "ifconfig".
> If anyone has information concerning why only "ifconfig" cause this,
> please let me know.
>

I could be wrong, but I have a feeling ifconfig will NOT setup the
routes (including the all-important default route) whereas ifup does...

Simon
_______________________________________________
Linux-HA mailing list
Linux-HA [at] lists
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems


ikedaj at intellilink

Nov 1, 2007, 6:52 PM

Post #4 of 6 (310 views)
Permalink
RE: when eth1/eth2 shutdown and resume, heartbeat can not work any longer. is it a bug? [In reply to]

> > > Is it a bug of heartbeat? Or shutting down the interfaces, eth1/eth2
> > in my
> > > case, is simply not supported by heartbeat?
> >
> > I was faced with the same problem yesterday.
> > It might be better to use "iptables" or "ifdown/ifup" instead of
> > "ifconfig".
> > If anyone has information concerning why only "ifconfig" cause this,
> > please let me know.
> >
>
> I could be wrong, but I have a feeling ifconfig will NOT setup the
> routes (including the all-important default route) whereas ifup does...

I see.
ifconfig could not set one destination when I checked netstat.
maybe heartbeat needs that route.

by the way, I can find the reported message when some fire wall setting is
effective.

heartbeat[9413]: 2007/10/28_02:06:07 ERROR: Message hist queue is filling up
(155 messages in queue)

Thanks,
Junko

_______________________________________________
Linux-HA mailing list
Linux-HA [at] lists
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems


yitonglu at gmail

Nov 1, 2007, 7:19 PM

Post #5 of 6 (307 views)
Permalink
Re: when eth1/eth2 shutdown and resume, heartbeat can not work any longer. is it a bug? [In reply to]

On 11/1/07, Junko IKEDA <ikedaj [at] intellilink> wrote:
>
> > > > Is it a bug of heartbeat? Or shutting down the interfaces, eth1/eth2
> > > in my
> > > > case, is simply not supported by heartbeat?
> > >
> > > I was faced with the same problem yesterday.
> > > It might be better to use "iptables" or "ifdown/ifup" instead of
> > > "ifconfig".
> > > If anyone has information concerning why only "ifconfig" cause this,
> > > please let me know.
> > >
> >
> > I could be wrong, but I have a feeling ifconfig will NOT setup the
> > routes (including the all-important default route) whereas ifup does...
>
> I see.
> ifconfig could not set one destination when I checked netstat.
> maybe heartbeat needs that route.
>
> by the way, I can find the reported message when some fire wall setting is
> effective.
>
> heartbeat[9413]: 2007/10/28_02:06:07 ERROR: Message hist queue is filling
> up
> (155 messages in queue)
>
> Thanks,
> Junko
>
>
But it seems the command "/etc/init.d/network restart" may cause the same
problem
_______________________________________________
Linux-HA mailing list
Linux-HA [at] lists
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems


ikedaj at intellilink

Nov 1, 2007, 9:12 PM

Post #6 of 6 (308 views)
Permalink
RE: when eth1/eth2 shutdown and resume, heartbeat can not work any longer. is it a bug? [In reply to]

> > > I could be wrong, but I have a feeling ifconfig will NOT setup the
> > > routes (including the all-important default route) whereas ifup
does...
> >
> > I see.
> > ifconfig could not set one destination when I checked netstat.
> > maybe heartbeat needs that route.
> >
> > by the way, I can find the reported message when some fire wall setting
is
> > effective.
> >
> > heartbeat[9413]: 2007/10/28_02:06:07 ERROR: Message hist queue is
filling
> > up
> > (155 messages in queue)
> >
> > Thanks,
> > Junko
> >
> >
> But it seems the command "/etc/init.d/network restart" may cause the same
> problem

It worked when I specified IP address with ifconfig.
# ifconfig <device name> down
# ifconfig <device name> <IP address> up

Thank,
Junko

_______________________________________________
Linux-HA mailing list
Linux-HA [at] lists
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Linux-HA users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.