Disabling IRQ#177

Issues related to hardware problems
Post Reply
nmishra3
Posts: 1
Joined: 2012/04/23 04:37:31

Disabling IRQ#177

Post by nmishra3 » 2012/04/23 05:36:01

Hi Team,

I am using CentOs as an OS For one Audit Management Application(ELM).

Everything was working fine but suddenly OS is prompting the below message.

message from syslogd@
acuarm kernel:Disabling IRQ #177

Where acuarm is the host name of my machine.

When I try to access my application .Its prompting for the below error.

Error:Error getting query result:Run query:Host does not exist.

Please help me out.

Thanks,
Namit

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Disabling IRQ#177

Post by pschaff » 2012/04/23 14:58:12

Welcome to the CentOS fora. Please see the recommended reading for new users linked in my signature.

You have not supplied sufficient information to get good help. Check /var/log/messages and dmesg for other references to IRQs and specifically to 177. The error appears to be related to networking. Is networking otherwise working?

It might also help to [url=http://www.centos.org/modules/newbb/viewtopic.php?topic_id=28723&forum=54]provide more information about your system[/url] by running "./getinfo.sh" and showing us the output file.

boeta87
Posts: 2
Joined: 2012/07/16 22:10:27

Re: Disabling IRQ#177

Post by boeta87 » 2012/07/16 22:23:28

Hi nmishra3,

I experienced the same error!
The reason for "Host does not exist" error, is because, when this IRQ message occurs, it disables your network as well for some reason!
By running "service network restart", you'll be able to resolve the issue... for now! Why it happens, im still trying to find out!

@pschaff , i will get back to this forum with the ./getinfo.sh data as well! Hopefully it can be resolved!
As we use Centos for our client servers and this problem only started recently, We've been trying to figure out whether its got something to do with hardware (Motherboard) --> as it is the only components that change with the latest servers that we installed! (and which experiences this problem)

Thanks in advance!

boeta87
Posts: 2
Joined: 2012/07/16 22:10:27

Re: Disabling IRQ#177

Post by boeta87 » 2012/07/16 22:27:30

this link may help! :-D

[url=http://www.question-defense.com/2010/10/11/centos-irq-errors-server-kernel-disabling-irq-177]http://www.question-defense.com/2010/10/11/centos-irq-errors-server-kernel-disabling-irq-177[/url]

by adding the bold line to your /boot/grub/grub.conf, depending on which kernel is your default. in this case its the first one!


# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.18-194.17.1.el5.centos.plus)
root (hd0,0)
[b]kernel /vmlinuz-2.6.18-194.17.1.el5.centos.plus ro root=/dev/VolGroup00/LogVol00 irqpoll[/b]
initrd /initrd-2.6.18-194.17.1.el5.centos.plus.img
title CentOS (2.6.18-164.11.1.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-164.11.1.el5 ro root=/dev/VolGroup00/LogVol00 irqpoll
initrd /initrd-2.6.18-164.11.1.el5.img
title CentOS (2.6.18-164.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-164.el5 ro root=/dev/VolGroup00/LogVol00
initrd /initrd-2.6.18-164.el5.img

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: Disabling IRQ#177

Post by pschaff » 2012/07/17 13:56:00

[b]boeta87[/b] - Welcome to the CentOS fora. Please see the recommended reading for new users linked in my signature.

Thanks for your posts; however, if you need help with your possibly-related problem please follow the guidance in [url=http://www.centos.org/modules/newbb/viewtopic.php?topic_id=28726&forum=54]Readme First[/url] and start your own topic, providing a [url=https://www.centos.org/modules/newbb/viewtopic.php?post_id=166950&topic_id=37031&forum=39]link to this one[/url] if needed for context. No not hijack somebody else's stale thread.

Hint: If adding additional information before an hour has passed you can edit your previous post, rather than posting again.

Post Reply