此外,我知道远程照明驱动灯的技术,以便数据中心的技术人员进行热交换 – 网卡是否有类似的功能?
解决方法 与使用ID灯标识服务器或特定磁盘类似,ethtool实用程序具有-p开关:-p –IDentify
Initiates adapter-specific action intended to enable an operator
to easily IDentify the adapter by sight. Typically this involves blinking one or more LEDs on the specific network port.
或者,linux下的/ sys目录将具有到PCI端口的正确映射(在这种情况下,两个板载NIC和第二个双端口PCI卡):
# find /sys | grep -e eth.*/address/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/net/eth0/address/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.1/net/eth1/address/sys/devices/pci0000:00/0000:00:07.0/0000:03:00.0/net/eth2/address/sys/devices/pci0000:00/0000:00:07.0/0000:03:00.1/net/eth3/address总结
以上是内存溢出为你收集整理的linux – 网卡位置全部内容,希望文章能够帮你解决linux – 网卡位置所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)