什么是 "HTTP PUT " 响应代码?
适用于
ONTAP 9
解答
- 在 ONTAP 中、
notifyd
服务可能会通过 HTTP 向 NetApp 发送 AutoSupport 消息。 - 如果消息上载中断或失败,
notifyd
则日志描述性消息可能包括HTTP PUT response error
状态代码。 - 有关说明,请参阅下表中的状态代码列表。使用此信息以及
notifyd
日志中的节点配置详细信息和其他信息排除故障。
例如:
notifyd
当日志指示HTTP PUT response error, status code 7
时,它表示“Failed to connect() to host or proxy
”。- 检查节点的网络接口和路由配置以了解
notifyd
如何到达代理或服务器。 - 然后排除节点与代理或服务器之间的 IP 网络连接故障。
以下是“HTTP PUT response error
”的状态代码。
CURLE_COULDNT_RESOLVE_PROXY (5)
Couldn't resolve proxy. The given proxy host could not be resolved.
CURLE_COULDNT_RESOLVE_HOST (6)
Couldn't resolve host. The given remote host was not resolved.
CURLE_COULDNT_CONNECT (7)
Failed to connect() to host or proxy.
CURLE_OPERATION_TIMEDOUT (28)
Operation timeout. The specified time-out period was reached according to the conditions.
CURLE_SEND_ERROR (55)
Failed sending network data.
CURLE_RECV_ERROR (56)
Failure with receiving network data.
CURLE_SSL_CACERT(60)(see article Netapp does not receive ASUPs with certificate validation enabled for Solution.)
Peer certificate cannot be authenticated with known CA certificates.
CURLE_FILESIZE_EXCEEDED (63)
Maximum file size exceeded.
其他信息
附加信息 _text