em1:看门狗超时 - 重置 - freebsd 8.3 /网络关闭

时间:2012-08-21 11:09:12

标签: networking timeout freebsd watchdog

我有一个我无法找到的重大问题,也没有头脑或尾巴。我搜索了这个错误,但我没有找到任何相关的解决方案。

问题:

我有大约8台服务器,全部运行freebsd 8.3 p3 / p4。这个文件服务器正在推动300-400 mb / s。

这是第二次发生。网卡似乎死了。我有2个网卡,我可以通过专用网络到达服务器,一切正常,只有公共网络完全关闭。我尝试重新启动网络接口:/etc/rc.d/netif restart&&服务路由重启| ifconfig em1 down&& ifconfig em1 up,但没有成功。

如果我重新启动服务器,我只能恢复连接。

以下是dmesg.boot的输出,显示网卡驱动程序信息。

em0: <Intel(R) PRO/1000 Network Connection 7.3.2> port 0xf020-0xf03f mem 0xf7b00000-0xf7b1ffff,0xf7b25000-0xf7b25fff irq 20 at device 25.0 on pci0
em0: Using an MSI interrupt
em0: [FILTER]
em0: Ethernet address: 00:25:90:7a:8e:9f
ehci0: <EHCI (generic) USB 2.0 controller> mem 0xf7b24000-0xf7b243ff irq 16 at device 26.0 on pci0
em1: <Intel(R) PRO/1000 Network Connection 7.3.2> port 0xd000-0xd01f mem 0xf7900000-0xf791ffff,0xf7920000-0xf7923fff irq 16 at device 0.0 on pci3
em1: Using MSIX interrupts with 3 vectors
em1: [ITHREAD]
em1: [ITHREAD]
em1: [ITHREAD]
em1: Ethernet address: 00:25:90:7a:8e:9e

----------------------------

pciconf -lv
em1@pci0:3:0:0: class=0x020000 card=0x000015d9 chip=0x10d38086 rev=0x00 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Intel 82574L Gigabit Ethernet Controller (82574L)'
    class      = network
    subclass   = ethernet
em0@pci0:0:25:0:        class=0x020000 card=0x150215d9 chip=0x15028086 rev=0x05 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = network
    subclass   = ethernet

我真的很喜欢调试和解决这个问题的一些帮助,因为它通常发生在我睡觉的时候,随意的几天,这让我发疯。我爱我的睡眠。

1 个答案:

答案 0 :(得分:2)

这是一个超微服务器,对吧?

cat /var/run/dmesg.boot | grep MSI em0:使用MSI中断 em1:使用带有3个向量的MSIX中断

你的回答可能在这里:http://forums.freebsd.org/showthread.php?t=27736

相关问题