I setup a CentOS 6 server to use with KVM/QEMU, and I am getting the following error a good bit, granted it doesn't seem to be causing any trouble. I figured I would post and see if anyone has any ideas on the issue, or if I can just dismiss it.
If I look at my logging/dmesg, I see:
do_IRQ: 19.217 No irq handler for vector (irq -1) do_IRQ: 3.178 No irq handler for vector (irq -1) do_IRQ: 19.179 No irq handler for vector (irq -1) do_IRQ: 3.220 No irq handler for vector (irq -1) do_IRQ: 18.213 No irq handler for vector (irq -1) do_IRQ: 18.79 No irq handler for vector (irq -1) do_IRQ: 3.144 No irq handler for vector (irq -1) do_IRQ: 18.201 No irq handler for vector (irq -1) do_IRQ: 18.124 No irq handler for vector (irq -1) do_IRQ: 18.160 No irq handler for vector (irq -1) do_IRQ: 19.208 No irq handler for vector (irq -1) do_IRQ: 3.147 No irq handler for vector (irq -1) do_IRQ: 18.117 No irq handler for vector (irq -1) do_IRQ: 3.103 No irq handler for vector (irq -1) do_IRQ: 3.169 No irq handler for vector (irq -1) do_IRQ: 18.201 No irq handler for vector (irq -1)
The machine is an HP ProLiant DL580-G5 series with 4x Xeon hexacore processors installed, along with 32G of RAM at this time. I am happy to post more dmesg output if it's of any help.
Kernel version is: 2.6.32-358.18.1.el6.x86_64
--- Howard Leadmon
On Thu, 5 Sep 2013, Howard Leadmon wrote:
I setup a CentOS 6 server to use with KVM/QEMU, and I am getting the following error a good bit, granted it doesn't seem to be causing any trouble. I figured I would post and see if anyone has any ideas on the issue, or if I can just dismiss it.
If I look at my logging/dmesg, I see: do_IRQ: 18.201 No irq handler for vector (irq -1)
The machine is an HP ProLiant DL580-G5 series with 4x Xeon hexacore processors installed, along with 32G of RAM at this time. I am happy to post more dmesg output if it's of any help.
Kernel version is: 2.6.32-358.18.1.el6.x86_64
I had this too.. Found this from googling
https://access.redhat.com/site/solutions/110053
-------------------------------------------------- Re: No irq handler for vector CentOS 6.4
Stop irqbalance
The message can appear when IRQs are moved between CPU cores. We can stop the irqbalance service moving IRQs by turning it off with:
chkconfig irqbalance off service irqbalance stop
Note that this will result in all interrupt requests being handled by a single CPU core, which may be detrimental to performance. -------------------------------------------------
On Thu, Sep 5, 2013 at 10:31 AM, Steve Brooks steveb@mcs.st-and.ac.uk wrote:
On Thu, 5 Sep 2013, Howard Leadmon wrote:
If I look at my logging/dmesg, I see: do_IRQ: 18.201 No irq handler for vector (irq -1)
Kernel version is: 2.6.32-358.18.1.el6.x86_64
I had this too.. Found this from googling
Google did not find this CentOS bug tracker entry ?
http://bugs.centos.org/view.php?id=6319
The latest centosplus kernel has a patch.
Akemi
Thanks for the input to everyone, and I will load the plus kernel below and give it a try. It hasn't seem to break anything, but for sure had me concerned..
--- Howard Leadmon
-----Original Message----- Subject: Re: [CentOS] Getting a do_IRQ: xx.xxx No irq handler for
vector(irq -
1), any ideas?
On Thu, Sep 5, 2013 at 10:31 AM, Steve Brooks steveb@mcs.st-and.ac.uk wrote:
On Thu, 5 Sep 2013, Howard Leadmon wrote:
If I look at my logging/dmesg, I see: do_IRQ: 18.201 No irq handler for vector (irq -1)
Kernel version is: 2.6.32-358.18.1.el6.x86_64
I had this too.. Found this from googling
Google did not find this CentOS bug tracker entry ?
http://bugs.centos.org/view.php?id=6319
The latest centosplus kernel has a patch.
Akemi
Howard Leadmon wrote:
I setup a CentOS 6 server to use with KVM/QEMU, and I am getting the following error a good bit, granted it doesn't seem to be causing any trouble. I figured I would post and see if anyone has any ideas on the issue, or if I can just dismiss it.
If I look at my logging/dmesg, I see:
do_IRQ: 19.217 No irq handler for vector (irq -1)
<snip> Had the same problem a month or so ago (you can see the thread in the archives). It appears, from the many hours of googling I did, to be a problem explicitly with HP servers.
mark
Howard Leadmon wrote:
I setup a CentOS 6 server to use with KVM/QEMU, and I am getting the following error a good bit, granted it doesn't seem to be causing any trouble. I figured I would post and see if anyone has any ideas on the issue, or if I can just dismiss it.
If I look at my logging/dmesg, I see:
do_IRQ: 19.217 No irq handler for vector (irq -1)
<snip> Had the same problem a month or so ago (you can see the thread in the archives). It appears, from the many hours of googling I did, to be a problem explicitly with HP servers.
Hi Mark, I am seein the same errors on many el6 machines (not HP) but based on Asus Sabertooth X79 workstation boards with Intel Core i7-3970X CPU's. . Steve
Well back to the drawing board over here, but I did get a kvm error it seems in the log as well this time. After restarting with the centosplus kernel as suggested, I still got:
do_IRQ: 18.146 No irq handler for vector (irq -1) kvm: 8547: cpu0 disabled perfctr wrmsr: 0xc1 data 0xabcd kvm: 8547: cpu0 disabled perfctr wrmsr: 0xc1 data 0xabcd do_IRQ: 18.104 No irq handler for vector (irq -1) do_IRQ: 3.136 No irq handler for vector (irq -1) do_IRQ: 3.74 No irq handler for vector (irq -1) do_IRQ: 18.162 No irq handler for vector (irq -1) do_IRQ: 18.164 No irq handler for vector (irq -1)
The kernel is currently: 2.6.32-358.18.1.el6.centos.plus.x86_64
--- Howard Leadmon
On Thu, Sep 5, 2013 at 2:50 PM, Howard Leadmon howard@leadmon.net wrote:
Well back to the drawing board over here, but I did get a kvm error it seems in the log as well this time. After restarting with the centosplus kernel as suggested, I still got:
do_IRQ: 18.146 No irq handler for vector (irq -1) kvm: 8547: cpu0 disabled perfctr wrmsr: 0xc1 data 0xabcd kvm: 8547: cpu0 disabled perfctr wrmsr: 0xc1 data 0xabcd do_IRQ: 18.104 No irq handler for vector (irq -1) do_IRQ: 3.136 No irq handler for vector (irq -1) do_IRQ: 3.74 No irq handler for vector (irq -1) do_IRQ: 18.162 No irq handler for vector (irq -1) do_IRQ: 18.164 No irq handler for vector (irq -1)
The kernel is currently: 2.6.32-358.18.1.el6.centos.plus.x86_64
Just checked the chipset of the HP ProLiant DL580-G5. It looks like Intel 7300. According to :
https://access.redhat.com/site/solutions/110053
the issue is related to Intel 5500 and 5520 chipsets. That might be the reason the patch did not work. Or it is also possible that the patch itself does not work.
Akemi
You are correct it's a 7300 based chipset, and though not the newest machine going, still a pretty darn quick box that is supposed to support virtualization.
Here is an lspci from the machine if it's of any help:
00:00.0 Host bridge: Intel Corporation 7300 Chipset Memory Controller Hub (rev 01) 00:01.0 PCI bridge: Intel Corporation 7300 Chipset PCI Express Port 1 (rev 01) 00:02.0 PCI bridge: Intel Corporation 7300 Chipset PCI Express Port 2 (rev 01) 00:03.0 PCI bridge: Intel Corporation 7300 Chipset PCI Express Port 3 (rev 01) 00:04.0 PCI bridge: Intel Corporation 7300 Chipset PCI Express Port 4 (rev 01) 00:05.0 PCI bridge: Intel Corporation 7300 Chipset PCI Express Port 5 (rev 01) 00:06.0 PCI bridge: Intel Corporation 7300 Chipset PCI Express Port 6 (rev 01) 00:07.0 PCI bridge: Intel Corporation 7300 Chipset PCI Express Port 7 (rev 01) 00:10.0 Host bridge: Intel Corporation 7300 Chipset FSB Registers (rev 01) 00:10.1 Host bridge: Intel Corporation 7300 Chipset FSB Registers (rev 01) 00:10.2 Host bridge: Intel Corporation 7300 Chipset FSB Registers (rev 01) 00:10.3 Host bridge: Intel Corporation 7300 Chipset FSB Registers (rev 01) 00:11.0 Host bridge: Intel Corporation 7300 Chipset Snoop Filter Registers (rev 01) 00:11.3 Host bridge: Intel Corporation 7300 Chipset Snoop Filter Registers (rev 01) 00:13.0 Host bridge: Intel Corporation 7300 Chipset Debug and Miscellaneous Registers (rev 01) 00:15.0 Host bridge: Intel Corporation 7300 Chipset FBD Branch 0 Registers (rev 01) 00:16.0 Host bridge: Intel Corporation 7300 Chipset FBD Branch 1 Registers (rev 01) 00:1c.0 PCI bridge: Intel Corporation 631xESB/632xESB/3100 Chipset PCI Express Root Port 1 (rev 09) 00:1d.0 USB controller: Intel Corporation 631xESB/632xESB/3100 Chipset UHCI USB Controller #1 (rev 09) 00:1d.1 USB controller: Intel Corporation 631xESB/632xESB/3100 Chipset UHCI USB Controller #2 (rev 09) 00:1d.2 USB controller: Intel Corporation 631xESB/632xESB/3100 Chipset UHCI USB Controller #3 (rev 09) 00:1d.3 USB controller: Intel Corporation 631xESB/632xESB/3100 Chipset UHCI USB Controller #4 (rev 09) 00:1d.7 USB controller: Intel Corporation 631xESB/632xESB/3100 Chipset EHCI USB2 Controller (rev 09) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d9) 00:1f.0 ISA bridge: Intel Corporation 631xESB/632xESB/3100 Chipset LPC Interface Controller (rev 09) 00:1f.2 IDE interface: Intel Corporation 631xESB/632xESB/3100 Chipset SATA IDE Controller (rev 09) 01:03.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI ES1000 (rev 02) 01:04.0 System peripheral: Compaq Computer Corporation Integrated Lights Out Controller (rev 03) 01:04.2 System peripheral: Compaq Computer Corporation Integrated Lights Out Processor (rev 03) 01:04.4 USB controller: Hewlett-Packard Company Integrated Lights-Out Standard Virtual USB Controller 01:04.6 IPMI SMIC interface: Hewlett-Packard Company Integrated Lights-Out Standard KCS Interface 02:00.0 RAID bus controller: Hewlett-Packard Company Smart Array Controller (rev 04) 03:00.0 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express Upstream Port (rev 01) 03:00.3 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express to PCI-X Bridge (rev 01) 04:00.0 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express Downstream Port E1 (rev 01) 04:01.0 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express Downstream Port E2 (rev 01) 04:02.0 PCI bridge: Intel Corporation 6311ESB/6321ESB PCI Express Downstream Port E3 (rev 01) 05:00.0 PCI bridge: Broadcom EPB PCI-Express to PCI-X Bridge (rev c3) 06:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet (rev 12) 07:00.0 PCI bridge: Broadcom EPB PCI-Express to PCI-X Bridge (rev c3) 08:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet (rev 12) 0b:00.0 PCI bridge: PLX Technology, Inc. PEX 8533 32-lane, 6-port PCI Express Switch (rev aa) 0c:00.0 PCI bridge: PLX Technology, Inc. PEX 8533 32-lane, 6-port PCI Express Switch (rev aa) 0c:01.0 PCI bridge: PLX Technology, Inc. PEX 8533 32-lane, 6-port PCI Express Switch (rev aa) 0c:09.0 PCI bridge: PLX Technology, Inc. PEX 8533 32-lane, 6-port PCI Express Switch (rev aa) 17:00.0 PCI bridge: PLX Technology, Inc. PEX 8533 32-lane, 6-port PCI Express Switch (rev aa) 18:01.0 PCI bridge: PLX Technology, Inc. PEX 8533 32-lane, 6-port PCI Express Switch (rev aa) 18:02.0 PCI bridge: PLX Technology, Inc. PEX 8533 32-lane, 6-port PCI Express Switch (rev aa) 18:08.0 PCI bridge: PLX Technology, Inc. PEX 8533 32-lane, 6-port PCI Express Switch (rev aa) 18:09.0 PCI bridge: PLX Technology, Inc. PEX 8533 32-lane, 6-port PCI Express Switch (rev aa) 18:0a.0 PCI bridge: PLX Technology, Inc. PEX 8533 32-lane, 6-port PCI Express Switch (rev aa)
If there is any other info on the machine that would be useful, let me know..
--- Howard Leadmon
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Akemi Yagi Sent: Thursday, September 05, 2013 6:32 PM To: CentOS mailing list Subject: Re: [CentOS] Getting a do_IRQ: xx.xxx No irq handler for
vector(irq-
1), any ideas?
On Thu, Sep 5, 2013 at 2:50 PM, Howard Leadmon howard@leadmon.net wrote:
Well back to the drawing board over here, but I did get a kvm error it seems in the log as well this time. After restarting with the
centosplus
kernel as suggested, I still got:
do_IRQ: 18.146 No irq handler for vector (irq -1) kvm: 8547: cpu0 disabled perfctr wrmsr: 0xc1 data 0xabcd kvm: 8547: cpu0 disabled perfctr wrmsr: 0xc1 data 0xabcd do_IRQ: 18.104 No irq handler for vector (irq -1) do_IRQ: 3.136 No irq handler for vector (irq -1) do_IRQ: 3.74 No irq handler for vector (irq -1) do_IRQ: 18.162 No irq handler for vector (irq -1) do_IRQ: 18.164 No irq handler for vector (irq -1)
The kernel is currently: 2.6.32-358.18.1.el6.centos.plus.x86_64
Just checked the chipset of the HP ProLiant DL580-G5. It looks like Intel 7300. According to :
https://access.redhat.com/site/solutions/110053
the issue is related to Intel 5500 and 5520 chipsets. That might be the reason the patch did not work. Or it is also possible that the patch itself does not work.
Akemi _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
From: Howard Leadmon howard@leadmon.net
do_IRQ: 18.104 No irq handler for vector (irq -1) do_IRQ: 3.136 No irq handler for vector (irq -1) do_IRQ: 3.74 No irq handler for vector (irq -1) do_IRQ: 18.162 No irq handler for vector (irq -1) do_IRQ: 18.164 No irq handler for vector (irq -1)
same on one of our SuperMicro servers: 00:00.0 Host bridge: Intel Corporation 5500 I/O Hub to ESI Port (rev 22) 00:01.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 (rev 22) 00:03.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 (rev 22) 00:07.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 (rev 22) 00:09.0 PCI bridge: Intel Corporation 7500/5520/5500/X58 I/O Hub PCI Express Root Port 9 (rev 22) 00:13.0 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub I/OxAPIC Interrupt Controller (rev 22) 00:14.0 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers (rev 22) 00:14.1 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers (rev 22) 00:14.2 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers (rev 22) 00:14.3 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub Throttle Registers (rev 22) 00:16.0 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22) 00:16.1 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22) 00:16.2 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22) 00:16.3 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22) 00:16.4 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22) 00:16.5 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22) 00:16.6 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22) 00:16.7 System peripheral: Intel Corporation 5520/5500/X58 Chipset QuickData Technology Device (rev 22) 00:1a.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4 00:1a.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5 00:1a.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6 00:1a.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2 00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller 00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 1 00:1c.4 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 5 00:1c.5 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 6 00:1d.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1 00:1d.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2 00:1d.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3 00:1d.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90) 00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller 00:1f.2 SATA controller: Intel Corporation 82801JI (ICH10 Family) SATA AHCI Controller 00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller 06:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection 07:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection 08:01.0 VGA compatible controller: Matrox Electronics Systems Ltd. MGA G200eW WPCM450 (rev 0a)
Dunno the cause or consequences but I think I got rid of the messages by adding 'pci=nomsi,noaer' to the grub kernel entry...
JD
Sep 1 04:04:02 sraid1v kernel: do_IRQ: 4.110 No irq handler for vector (irq -1) Sep 1 04:59:22 sraid1v kernel: do_IRQ: 4.102 No irq handler for vector (irq -1) Sep 1 05:42:22 sraid1v kernel: do_IRQ: 5.224 No irq handler for vector (irq -1) Sep 1 05:43:42 sraid1v kernel: do_IRQ: 5.121 No irq handler for vector (irq -1) Sep 1 05:56:02 sraid1v kernel: do_IRQ: 4.71 No irq handler for vector (irq -1) Sep 1 06:30:22 sraid1v kernel: do_IRQ: 5.222 No irq handler for vector (irq -1) Sep 1 06:32:22 sraid1v kernel: do_IRQ: 5.183 No irq handler for vector (irq -1) Sep 1 06:53:22 sraid1v kernel: do_IRQ: 4.224 No irq handler for vector (irq -1) Sep 1 07:04:42 sraid1v kernel: do_IRQ: 0.86 No irq handler for vector (irq -1) Sep 1 07:39:02 sraid1v kernel: do_IRQ: 3.189 No irq handler for vector (irq -1) Sep 1 07:54:42 sraid1v kernel: do_IRQ: 0.148 No irq handler for vector (irq -1) Sep 6 15:04:42 sraid1v kernel: do_IRQ: 5.85 No irq handler for vector (irq -1)
============================================================================= lspci output
00:00.0 Host bridge: Intel Corporation Xeon E5/Core i7 DMI2 (rev 07) 00:01.0 PCI bridge: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 1a (rev 07) 00:02.0 PCI bridge: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 2a (rev 07) 00:03.0 PCI bridge: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 3a in PCI Express Mode (rev 07) 00:05.0 System peripheral: Intel Corporation Xeon E5/Core i7 Address Map, VTd_Misc, System Management (rev 07) 00:05.2 System peripheral: Intel Corporation Xeon E5/Core i7 Control Status and Global Errors (rev 07) 00:05.4 PIC: Intel Corporation Xeon E5/Core i7 I/O APIC (rev 07) 00:11.0 PCI bridge: Intel Corporation C600/X79 series chipset PCI Express Virtual Root Port (rev 05) 00:16.0 Communication controller: Intel Corporation C600/X79 series chipset MEI Controller #1 (rev 05) 00:19.0 Ethernet controller: Intel Corporation 82579V Gigabit Network Connection (rev 05) 00:1a.0 USB controller: Intel Corporation C600/X79 series chipset USB2 Enhanced Host Controller #2 (rev 05) 00:1b.0 Audio device: Intel Corporation C600/X79 series chipset High Definition Audio Controller (rev 05) 00:1c.0 PCI bridge: Intel Corporation C600/X79 series chipset PCI Express Root Port 1 (rev b5) 00:1c.1 PCI bridge: Intel Corporation C600/X79 series chipset PCI Express Root Port 2 (rev b5) 00:1c.2 PCI bridge: Intel Corporation C600/X79 series chipset PCI Express Root Port 3 (rev b5) 00:1c.3 PCI bridge: Intel Corporation C600/X79 series chipset PCI Express Root Port 4 (rev b5) 00:1c.4 PCI bridge: Intel Corporation C600/X79 series chipset PCI Express Root Port 5 (rev b5) 00:1c.5 PCI bridge: Intel Corporation C600/X79 series chipset PCI Express Root Port 6 (rev b5) 00:1c.7 PCI bridge: Intel Corporation C600/X79 series chipset PCI Express Root Port 8 (rev b5) 00:1d.0 USB controller: Intel Corporation C600/X79 series chipset USB2 Enhanced Host Controller #1 (rev 05) 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a5) 00:1f.0 ISA bridge: Intel Corporation C600/X79 series chipset LPC Controller (rev 05) 00:1f.2 SATA controller: Intel Corporation C600/X79 series chipset 6-Port SATA AHCI Controller (rev 05) 00:1f.3 SMBus: Intel Corporation C600/X79 series chipset SMBus Host Controller (rev 05) 01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT 610] (rev a1) 01:00.1 Audio device: NVIDIA Corporation GF119 HDMI Audio Controller (rev a1) 03:00.0 RAID bus controller: Adaptec Series 7 6G SAS/PCIe 3 (rev 01) 06:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller 07:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller 08:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller 09:00.0 SATA controller: ASMedia Technology Inc. ASM1062 Serial ATA Controller (rev 01) 0a:00.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6315 Series Firewire Controller (rev 01) 0b:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9128 PCIe SATA 6 Gb/s RAID controller with HyperDuo (rev 11) ff:08.0 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link 0 (rev 07) ff:08.3 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 0 (rev 07) ff:08.4 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 0 (rev 07) ff:09.0 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link 1 (rev 07) ff:09.3 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 1 (rev 07) ff:09.4 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 1 (rev 07) ff:0a.0 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 0 (rev 07) ff:0a.1 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 1 (rev 07) ff:0a.2 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 2 (rev 07) ff:0a.3 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 3 (rev 07) ff:0b.0 System peripheral: Intel Corporation Xeon E5/Core i7 Interrupt Control Registers (rev 07) ff:0b.3 System peripheral: Intel Corporation Xeon E5/Core i7 Semaphore and Scratchpad Configuration Registers (rev 07) ff:0c.0 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07) ff:0c.1 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07) ff:0c.2 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07) ff:0c.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 0 (rev 07) ff:0c.7 System peripheral: Intel Corporation Xeon E5/Core i7 System Address Decoder (rev 07) ff:0d.0 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07) ff:0d.1 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07) ff:0d.2 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07) ff:0d.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 1 (rev 07) ff:0e.0 System peripheral: Intel Corporation Xeon E5/Core i7 Processor Home Agent (rev 07) ff:0e.1 Performance counters: Intel Corporation Xeon E5/Core i7 Processor Home Agent Performance Monitoring (rev 07) ff:0f.0 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Registers (rev 07) ff:0f.1 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller RAS Registers (rev 07) ff:0f.2 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 0 (rev 07) ff:0f.3 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 1 (rev 07) ff:0f.4 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 2 (rev 07) ff:0f.5 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 3 (rev 07) ff:0f.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 4 (rev 07) ff:10.0 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 0 (rev 07) ff:10.1 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 1 (rev 07) ff:10.2 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 0 (rev 07) ff:10.3 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 1 (rev 07) ff:10.4 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 2 (rev 07) ff:10.5 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 3 (rev 07) ff:10.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 2 (rev 07) ff:10.7 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 3 (rev 07) ff:11.0 System peripheral: Intel Corporation Xeon E5/Core i7 DDRIO (rev 07) ff:13.0 System peripheral: Intel Corporation Xeon E5/Core i7 R2PCIe (rev 07) ff:13.1 Performance counters: Intel Corporation Xeon E5/Core i7 Ring to PCI Express Performance Monitor (rev 07) ff:13.4 Performance counters: Intel Corporation Xeon E5/Core i7 QuickPath Interconnect Agent Ring Registers (rev 07) ff:13.5 Performance counters: Intel Corporation Xeon E5/Core i7 Ring to QuickPath Interconnect Link 0 Performance Monitor (rev 07) ff:13.6 System peripheral: Intel Corporation Xeon E5/Core i7 Ring to QuickPath Interconnect Link 1 Performance Monitor (rev 07)
On 09/05/2013 07:11 PM, Howard Leadmon wrote:
The machine is an HP ProLiant DL580-G5 series with 4x Xeon hexacore processors installed, along with 32G of RAM at this time. I am happy to post more dmesg output if it's of any help.
Checked for BIOS updates?
My DL380 G7 had similar problems, and they went away after a recent BIOS upgrade.
Mogens