无法从"集群" IP空间中删除 A250 e0d 端口
适用于
- ONTAP 9.9
- AFF A250
- AFF C250
问题描述
- 尝试将 A250 e0d 端口从"集群" IP 空间移至"默认" IP 空间失败。
A250::> network port broadcast-domain showIPspace Broadcast UpdateName Domain Name MTU Port List Status Details------- ----------- ------ ----------------------------- --------------Cluster Cluster 9000 Node1:e0c complete Node1:e0d complete Node2:e0c complete Node2:e0d completeA250::>network port modify -node Node1 -port e0d -ipspace defaultError: command failed: Port "e0d:" cannot be removed from IPspace "Cluster"because it is shared with the HA interconnect on this system.- 或成功从 ipspace 中删除 e0c/e0d,但 EMS 经常报告以下错误消息:
3/28/2022 15:45:05 Node1 ERROR vifmgr.port.shareBd: Port e0d is shared with the HA or DR interconnect but has been moved from broadcast domain "Cluster" to broadcast domain "-" of IPspace "Default".
Cluster::*> network port show -ipspace Cluster
Node: Cluster1-Node1
Ignore
Speed(Mbps) Health Health
Port IPspace Broadcast Domain Link MTU Admin/Oper Status Status
--------- ------------ ---------------- ---- ---- ----------- -------- ------
e0c Cluster - up 9000 auto/25000 healthy false
e0d Cluster - up 9000 auto/25000 healthy false
Node: Cluster1-Node2
Ignore
Speed(Mbps) Health Health
Port IPspace Broadcast Domain Link MTU Admin/Oper Status Status
--------- ------------ ---------------- ---- ---- ----------- -------- ------
e0c Cluster - up 9000 25000/25000 healthy false
e0d Cluster - up 9000 25000/25000 healthy false
- 从
network port show -health输出中,Health Status为degraded,且降级原因为l2_reachability状态。
cluster1::> network port show -health
Health
Node Port Link Status Degraded Reasons
-------- --------- ---- -------- -----------------------
Cluster1-Node1
e0c up degraded l2_reachability
e0d up degraded l2_reachability
Cluster1-Node2
e0c up degraded l2_reachability
e0d up degraded l2_reachability