AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 1005607
Accepted
DarkVex
DarkVex
Asked: 2020-03-05 11:45:50 +0800 CST2020-03-05 11:45:50 +0800 CST 2020-03-05 11:45:50 +0800 CST

HP NC523SFP 未检测到链路

  • 772

我有两个 HP NC523SFP 10Gb 2 端口(一个在 HP DL380e Gen8 上,另一个在 Dell PowerEdge 2950 上)两个系统都有 Centos 7,卡被检测到并且运行相同的固件。我已经使用 10Gtek SFP-H10GB-CU2M 电缆直接连接服务器,根据其他一些在网上发现的帖子看起来兼容(我也尝试过使用 10Gtek SFP-H10GB-CU2M 电缆)但问题是之间没有检测到链接这两张卡.. 在这些卡的另外两个插槽上,我有光纤适配器 10Gtek AXS85-192-M3-Cisco2,它们通过 LC-SC 光纤电缆连接到 Cisco 交换机,但这些都没有检测到链路。这里是两台服务器的 ethtool 输出:

DL380e Gen8(好像光纤和铜线收发器都认)

[root@hpe ~]# ifconfig ens4f0
ens4f0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 8c:dc:d4:91:5e:50  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 90

[root@hpe ~]# ifconfig ens4f1
ens4f1: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 8c:dc:d4:91:5e:54  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 91

[root@hpe ~]# ethtool ens4f0
Settings for ens4f0:
        Supported ports: [ TP FIBRE ]
        Supported link modes:   10000baseT/Full
        Supported pause frame use: No
        Supports auto-negotiation: No
        Supported FEC modes: Not reported
        Advertised link modes:  10000baseT/Full
        Advertised pause frame use: No
        Advertised auto-negotiation: No
        Advertised FEC modes: Not reported
        Speed: Unknown!
        Duplex: Unknown! (255)
        Port: Twisted Pair
        PHYAD: 0
        Transceiver: internal
        Auto-negotiation: off
        MDI-X: Unknown
        Supports Wake-on: g
        Wake-on: g
        Current message level: 0x00000000 (0)
        Link detected: no

[root@hpe ~]# ethtool ens4f1
Settings for ens4f1:
        Supported ports: [ TP FIBRE ]
        Supported link modes:   10000baseT/Full
        Supported pause frame use: No
        Supports auto-negotiation: No
        Supported FEC modes: Not reported
        Advertised link modes:  10000baseT/Full
        Advertised pause frame use: No
        Advertised auto-negotiation: No
        Advertised FEC modes: Not reported
        Speed: Unknown!
        Duplex: Unknown! (255)
        Port: FIBRE
        PHYAD: 1
        Transceiver: internal
        Auto-negotiation: off
        Supports Wake-on: g
        Wake-on: g
        Current message level: 0x00000000 (0)
        Link detected: no

戴尔 PowerEdge 2950

[root@dell ~]# ifconfig enp8s0f0
enp8s0f0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether c4:34:6b:cc:cf:60  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 31

[root@dell ~]# ifconfig enp8s0f1
enp8s0f1: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether c4:34:6b:cc:cf:64  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 32

[root@dell ~]# ethtool enp8s0f0
Settings for enp8s0f0:
        Supported ports: [ TP FIBRE ]
        Supported link modes:   10000baseT/Full
        Supported pause frame use: No
        Supports auto-negotiation: No
        Supported FEC modes: Not reported
        Advertised link modes:  10000baseT/Full
        Advertised pause frame use: No
        Advertised auto-negotiation: No
        Advertised FEC modes: Not reported
        Speed: Unknown!
        Duplex: Unknown! (255)
        Port: Other
        PHYAD: 0
        Transceiver: internal
        Auto-negotiation: off
        Supports Wake-on: g
        Wake-on: g
        Current message level: 0x00000000 (0)    
        Link detected: no

[root@dell ~]# ethtool enp8s0f1
Settings for enp8s0f1:
        Supported ports: [ TP FIBRE ]
        Supported link modes:   10000baseT/Full
        Supported pause frame use: No
        Supports auto-negotiation: No
        Supported FEC modes: Not reported
        Advertised link modes:  10000baseT/Full
        Advertised pause frame use: No
        Advertised auto-negotiation: No
        Advertised FEC modes: Not reported
        Speed: Unknown!
        Duplex: Unknown! (255)
        Port: FIBRE
        PHYAD: 1
        Transceiver: internal
        Auto-negotiation: off
        Supports Wake-on: g
        Wake-on: g
        Current message level: 0x00000000 (0)
        Link detected: no

我可以检查什么?我试图强制链接速度,但我得到“不允许操作”我注意到在戴尔上铜电缆被检测为“端口:其他”

hp-proliant dell-poweredge 10gbethernet qlogic sfp
  • 1 1 个回答
  • 540 Views

1 个回答

  • Voted
  1. Best Answer
    DarkVex
    2020-03-09T09:50:37+08:002020-03-09T09:50:37+08:00

    问题解决了,戴尔 2950 上的 enp8s0f0 端口坏了​​。我已经移动了 enp8s0f1 上的 DAC 电缆,现在我有了链接。确定这一点的测试是:

    • 在 HP 上循环 DAC 电缆 -> Link OK
    • 在戴尔上循环 DAC 电缆 -> Link KO
    • 0

相关问题

  • HP ProLiant Health Panel 的文档在哪里?

  • 为什么我的 dl380 G3 将风扇摇得这么高(我该如何停止它?)

  • 我可以从实时 RAID 1 阵列中移除磁盘吗?

  • 在 HP Smart Array P400 上禁用 RAID 功能

  • 使用新的 HD (HP DL380 G3) 扩展 Raid5

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve