ONTAP Tools for VMware vSphere:无法从 Keystore 检索证书
适用于
问题
升级或部署 OTV 9.x 后,Storage Systems 菜单中的集群标记为 Unknown
当您单击未知群集以检索更多详细信息时,您会在 Summary 页面中看到以下错误:
Could not retrieve Certificate from Keystore.
如果尝试添加群集或通过修改菜单更新证书,则尝试将失败。在 vsc.log 文件中,您将看到类似于以下内容的错误:
[2023-05-22T19:02:08,904Z] [qtp527939020-51854] [ERROR] deleteCertificateOnONTAP() Exception :
java.lang.Exception: Could not delete Certificate as response code is 404 Error: "null" is an invalid value for field "uuid" (<UUID>)
at com.netapp.commons.OntapRESTApiConnectionManager.deleteCertificateOnONTAP(OntapRESTApiConnectionManager.java:101) ~[commons.jar:?]
at com.netapp.vscv.server.StorageSystemConfigurationUtils.deleteCertificateOnONTAP(StorageSystemConfigurationUtils.java:262) ~[classes/:?]
at com.netapp.vscv.server.DataServiceImpl.updateController(DataServiceImpl.java:1927) ~[classes/:?]
...