我们刚刚部署了几台服务器(hp dl360p g8),初次启动后,我们注意到没有任何networking设备显示为有线。 Ethtool不显示任何链接。 更奇怪的是,我们看到了8个网卡。 服务器只有4个物理nics。 LSPCI也显示8个nics。
03:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01) 03:00.1 Ethernet controller: Broadcom Corporation NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01) 03:00.2 Ethernet controller: Broadcom Corporation NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01) 03:00.3 Ethernet controller: Broadcom Corporation NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01) 04:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01) 04:00.1 Ethernet controller: Broadcom Corporation NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01) 04:00.2 Ethernet controller: Broadcom Corporation NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01) 04:00.3 Ethernet controller: Broadcom Corporation NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
有谁之前经历过这个吗? 我怎样才能解决它的一个新的安装?
实际上,我认为你的网卡只有8个: BCM5719是一个四端口网卡,有4个物理网卡,我希望能看到16个端口,但也许我错过了一些东西。
编辑:所以,我不明白BCM5719是如何build立的。 这可能是因为它的四端口实际上是由每个NIC两个双端口组成的,然后在您的服务器上连接4个NIC×2个双端口= 8个PCI设备。 BCM5719网站上的文件应该说明,我还没有完成所有的通过。
结束了解决,这是一个虚拟的时刻。 我们的标准公司内部服务器标准发生了变化,除了板载4端口网卡外,他们现在还包括一个BCM5719 4端口网卡。 我在BIOS中禁用了这个function,在/ etc / sysconfig / network-scripts / ifcfg-eth *名称和DEVICE =值之间进行了交换,并删除了modprobe.conf中的行。 这一切都回到了预期的eth0-eth4,并似乎解决了我们的networking问题。 感谢协助任何方式的人!