跳转到主内容

为什么某些NIC电缆断开测试不会生成ASUP?

Views:
16
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
CORE
Last Updated:

适用场景

  • ONTAP 9
  • AutoSupport (ASUP)

问题解答

由于ONTAP上的默认设置、在网络缆线断开测试期间、不会为某些NIC断开连接生成ASUP。
 
  • 观察到的行为:
  1. 服务(数据) NIC电缆断开连接 -未生成ASUP消息。
EMS日志:
[node: intr: netif.linkDown:info]: Ethernet e2a: Link down, check cable.
[node: intr: net.ifgrp.lacp.link.inactive:error]: ifgrp a0a, port e2a has transitioned to an inactive state. The interface group is in a degraded state.
[node: vifmgr: vifmgr.portdown:notice]: A link down event was received on node node, port e2a.
  1. 集群互连NIC电缆断开连接 -不生成ASUP消息。
EMS日志:
[node: intr: netif.linkDown:info]: Ethernet e1a: Link down, check cable.
[node: vifmgr: vifmgr.portdown:notice]: A link down event was received on node node, port e1a.
[node: vifmgr: vifmgr.clus.linkdown:EMERGENCY]: The cluster port e1a on node node has gone down unexpectedly.
[node: vifmgr: vifmgr.lifmoved.linkdown:notice]: LIF node_clus2 (on virtual server 4294967293), IP address 169.254.254.83, is being moved to node node, port e0a.
[node: vifmgr: vifmgr.reach.noreach:notice]: Network port e1a on node node cannot reach its expected broadcast domain Cluster:Cluster. No other broadcast domains appear to be reachable from this port.
  1. HA互连NIC电缆断开连接— 生成ASUP消息"HA互连已关闭"。
EMS日志:
[node: statd: ic.HAInterconnectDown:error]: HA interconnect: Interconnect down for 2 minutes: link0 down
[node: statd: callhome.hainterconnect.down:alert]: Call home for HA INTERCONNECT DOWN due to link0 down.
  1. 磁盘架连接NIC电缆断开连接-生成ASUP消息"磁盘冗余失败"。
EMS日志:
[node: intr: netif.linkDown:info]: Ethernet e4a-30: Link down, check cable.
[node: intr: nvmeof.timeout:notice]: Timeout on subnqn nqn.2014-08.org.nvmexpress.discovery, controller ID 9, qpair ID 0, sequence number 3704.
[node: intr: nvmeof.timeout:notice]: Timeout on subnqn nqn.2014-08.org.nvmexpress:1b96:1b96:241163800956:X4032WCOFB15TNVE, controller ID 9, qpair ID 0, sequence number 2017.
[node: intr: nvmeof.timeout:notice]: Timeout on subnqn nqn.2014-08.org.nvmexpress:1b96:1b96:241025800131:X4032WCOFB15TNVE, controller ID 9, qpair ID 0, sequence number 2066.
[node: dsa_disc: callhome.dsk.redun.fault:error]: Call home for DISK REDUNDANCY FAILED.
 
  • 原因:
    • 断开HA互连NIC磁盘架NIC连接后 、会报告"hainterconnect.down "和"dsk.redun.fault "被定义为发送ASUP、如下所示:
ontap914::> system node autosupport trigger show -fields autosupport-message,to,noteto -node ontap914-01  -autosupport-message *hainterconnect.down*
node     autosupport-message to    noteto
----------- ------------------- ------- -------
ontap914-01 hainterconnect.down enabled enabled
 
ontap914::> system node autosupport trigger show -fields autosupport-message,to,noteto -node ontap914-01  -autosupport-message *dsk.redun*
node     autosupport-message to    noteto
----------- ------------------- ------- -------
ontap914-01 dsk.redun.fault    enabled enabled
  • 但是、断开 服务(数据) NIC 集群互连NIC 连接会报告 netif.linkDown 和 vifmgr.portdown  等未定义为发送ASUP:

ontap914::> system node autosupport trigger show -fields autosupport-message,to,noteto -node ontap914-01  -autosupport-message *net*     

node     autosupport-message to    noteto
----------- ------------------- ------- -------
ontap914-01 clus.net.degraded   enabled enabled
ontap914-01 mcc.network.stats   disabled disabled
ontap914-01 netif.fatal.error   enabled enabled
ontap914-01 netif.init.failed   enabled enabled
ontap914-01 netif.uncorEccError enabled enabled
ontap914-01 netinet.dup.clustIP enabled enabled
6 entries were displayed.

ontap914::> system node autosupport trigger show -fields autosupport-message,to,noteto -node ontap914-01  -autosupport-message *vifmgr*
There are no entries matching your query.

追加信息

其他信息文本
NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.