ストレージレプリケーションアダプタ:ONTAP のクラスタピア間での低速 REST API 呼び出しにより、SRM でアレイ検出が失敗する
環境
- 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のArray Managerを使用してArray Pairを作成しようとすると、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.
OTVからONTAPへのREST APIトレースで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を使用:
{ "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" } }}