将LIF添加到DNS子网后、AutoSupport发送失败
适用场景
- ONTAP 9
- AutoSupport
问题描述
- 在与DNS相同的子网中添加新的LIF后、AutoSupport将失败并进行名称解析:
::> system node autosupport check show-details -instance
Node: cluster1-01
AutoSupport Check Type: http-put-destination
Status of the Check: failed
Detailed Description of Error: HTTP/S PUT connectivity check failed for destination: https://support.netapp.com/put/AsupPut/. Error: Could not resolve host - 'support.netapp.com'
Corrective Action: Use "dns check" command to check DNS connection
...
- DNS状态显示超时:
::> dns check -vserver cluster1
Vserver Name Server Status Status Details
------------- --------------- ------------ --------------------------
cluster1 192.168.1.11 down Operation timed out.
- 在管理Vserver中添加了一个新的LIF、该LIF与DNS位于同一子网中
cluster1::*> network interface show -vserver cluster1
Logical Status Network Current Current Is
Vserver Interface Admin/Oper Address/Mask Node Port Home
----------- ---------- ---------- ------------------ ------------- ------- ----
cluster1
...
cluster_mgmt up/up 192.168.0.101/24 cluster1-01 e0c true
intercluster_1 up/up 192.168.1.121/24 cluster1-01 e0d true
...