4つの物理NICを持つSLES12は、これをbond0に配置します。
eth0に「リンクが検出されました:いいえ」と表示されます。
しかし、bond0からeth0を削除して「ifup eth0」を実行すると、「リンクが検出されました:はい」と表示され、eth0のすべてが大丈夫です。
今後:
SERVER:/etc/sysconfig/network # ethtool eth0
Settings for eth0:
Supported ports: [ FIBRE ]
Supported link modes: 10000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: No
Advertised link modes: 10000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: No
Speed: Unknown!
Duplex: Unknown! (255)
Port: Direct Attach Copper
PHYAD: 0
Transceiver: external
Auto-negotiation: off
Supports Wake-on: umbg
Wake-on: g
Current message level: 0x00000007 (7)
drv probe link
Link detected: no
SERVER:/etc/sysconfig/network #
bond0からeth0を削除します。
SERVER:/var/log # ifenslave -d bond0 eth0
SERVER:/var/log # ifup eth0 # this re-adds the eth0 to the bond0
後ろに:
SERVER:/etc/sysconfig/network # ethtool eth0
Settings for eth0:
Supported ports: [ FIBRE ]
Supported link modes: 10000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: No
Advertised link modes: 10000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: No
Speed: 10000Mb/s
Duplex: Full
Port: Direct Attach Copper
PHYAD: 0
Transceiver: external
Auto-negotiation: off
Supports Wake-on: umbg
Wake-on: g
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
SERVER:/etc/sysconfig/network #
大きな問題:この動作の原因は何ですか?
物理的な問題ではなく、一部の構成やバグのようですね。
修正する:スイッチ側を確認してみると構成が大丈夫に見えますね!