跳转到主内容

无法从"集群" IP空间中删除 A250 e0d 端口

i
Knowledge Base guidance

This article may include metadata, visibility, validation state, and related support guidance.

适用于

  • ONTAP 9.9
  • AFF A250
  • AFF C250

问题描述

  • 尝试将 A250 e0d 端口从"集群" IP 空间移至"默认" IP 空间失败。
 
A250::> network port broadcast-domain show
 
IPspace Broadcast           Update
Name   Domain Name MTU   Port List  Status Details
------- ----------- ------ ----------------------------- --------------
Cluster Cluster   9000
              Node1:e0c  complete
              Node1:e0d  complete
              Node2:e0c  complete
              Node2:e0d  complete
 
A250::>network port modify -node Node1 -port e0d -ipspace default
 
Error: 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 Statusdegraded,且降级原因为 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