ifgroupのポートでリンクダウンと報告されるが、物理的には稼働している
環境
- ONTAP 9
- ネットワーク
- インターフェイスグループ(IFGRP)
- LACP(Link Aggregation Control Protocol)
- LACP Data Units(LACPDUs)
問題
- IFGRP内の複数のポートが
network port ifgrp showでダウンとして表示され、IFGRPがERRORを報告します:
Node:<node_name>
Interface Group Name: a0a
Distribution Function: ip
Create Policy: multimode_lacp
MAC Address: xx:xx:xx:xx:xx:xx
Port Participation: partial
Network Ports: e1a, e1b, e1c, e1d
Up Ports: e1b, e1d
Down Ports: e1a, e1cMM/DD/YYYY 00:00:00 VSERVER ERROR net.ifgrp.lacp.link.inactive: ifgrp a0a, port e0a has transitioned to an inactive state. The interface group is in a degraded state.- ただし、
sysconfig -aはポートを物理的にupとして表示します:
e0d MAC Address: xx:xx:xx:xx:xx:xx (auto-10g_sr-fd-up)
e0c MAC Address: xx:xx:xx:xx:xx:xx (auto-10g_sr-fd-up)
e0b MAC Address: xx:xx:xx:xx:xx:xx (auto-10g_sr-fd-up)
e0a MAC Address: xx:xx:xx:xx:xx:xx (auto-10g_sr-fd-up)
- これにより、pingの損失やI/Oパフォーマンスの低下が発生する可能性があります。