适用于VMware vSphere的ONTAP工具:无法从密钥库检索证书
适用场景
问题描述
升级到或部署OTV 9.x后、"Storage Systems"(存储系统)菜单中的集群将标记为 Unknown
单击未知集群以检索更多详细信息时、您会在摘要页面中看到以下错误:
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/:?]
...