跳转到主内容

存储复制适配器:ONTAP 中集群对等体之间的 REST API 调用缓慢导致 SRM 中的阵列发现失败

Views:
25
Visibility:
Public
Votes:
0
Category:
not set
Specialty:
not set
Last Updated:

适用于

  • ONTAP Tools for VMware vSphere (OTV) 10.x
  • NetApp Storage Replication Adapter (SRA) 10.x
  • VMware Site Recovery Manager(SRM)
  • VMware Live Site Recovery (vLSR)

问题

尝试使用 SRM 中的阵列管理器创建阵列对时,SRM 无法发现阵列,导致以下结果:

SRA command 'discoverArrays' failed. Storage Virtual Machine (SVM) name not found in storage system. Please provide valid Storage Virtual Machine (SVM) name.

从 OTV 日志:

{"file":"/app/sra-service/pkg/clientset/ontap/utils.go:295","jobId":"1799","level":"error","message":"getPeerUUIDByPeerArrayID failed to get svmPeers : getPeerUUIDByPeerArrayID svmPeers records are empty","timestamp":"2026-02-24T17:00:012Z","traceId":null,"vcguid":"8d3c27cf-c514-4420-9cba-282d18816410","x-correlation-id":"52c72c79-4795-4994-8993-50a321990f1b"}
{"file":"/app/sra-service/pkg/clientset/ontap/utils.go:226","jobId":"1799","level":"error","message":"getPeerSvmPoliciesByPeerUUID failed to getPeerClusterUUIDByPeerArrayID : getPeerUUIDByPeerArrayID svmPeers records are empty","timestamp":"2026-02-24T17:00:012Z","traceId":null,"vcguid":"8d3c27cf-c514-4420-9cba-282d18816410","x-correlation-id":"52c72c79-4795-4994-8993-50a321990f1b"}
{"file":"/app/sra-service/pkg/clientset/ontap/utils.go:188","jobId":"1799","level":"error","message":"getVaultSnapmirrorRelationshipMapForSource failed to getPeerSvmPoliciesByPeerSvmUUID : getPeerUUIDByPeerArrayID svmPeers records are empty","timestamp":"2026-02-24T17:00:012Z","traceId":null,"vcguid":"8d3c27cf-c514-4420-9cba-282d18816410","x-correlation-id":"52c72c79-4795-4994-8993-50a321990f1b"}

从 SRM 日志:

SRA command 'discoverArrays' failed. Peer array ID provided in the SRM input is incorrect. Check the SRM logs to verify the peer array ID.

使用 API 调用 curl -u admin -ik -H 'X-Trace-Threshold: 0' -X GET "https://cluster1.demo.netapp.com:443/api/svm/peers?fields=uuid,name,svm,peer,state&return_timeout=30&svm.uuid=43c0ca43-f2b2-11ee-9312-d039eab1e458 从 OTV 到 ONTAP 的 REST API 跟踪:

{
 "records": [
  ],
 "num_records": 0,
 "_links": {
  "self": {
   "href": "/api/svm/peers?fields=uuid,name,svm,peer,state&return_timeout=30&svm.uuid=43c0ca43-f2b2-11ee-9312-d039eab1e458"
   },
  "next": {
   "href": "/api/svm/peers?start.uuid=12bb6f72-460c-11f0-b670-d039eab1f958&fields=uuid,name,svm,peer,state&return_timeout=30&svm.uuid=43c0ca43-f2b2-11ee-9312-d039eab1e458"
   }
  }
}

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

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.