SRAのdiscoverコマンドが次のエラーで失敗する:storage IP is not defined or valid
- Views:
- 5
- Visibility:
- Public
- Votes:
- 0
- Category:
- ontap-storage-replication-adapter
- Specialty:
- virt
- Last Updated:
環境
- ストレージレプリケーションアダプタ(SRA)
- VMware vSphere向けONTAPツール(OTV)
問題
SRA command 'discover devices' failed. Storage IP is not defined or valid. The IP address provided for the storage system is either
null or invalid. Provide a valid IP address for the storage system
次のエラーがvvolp.logに表示されることがあります。
2021-12-20T19:37:58,683Z (DEBUG) [] retryIfApplicable: message=com.netapp.offtap3.ontap.ApiFailedException: entry doesn't exist (errno=15661) nae=com.netapp.offtap3.ontap.ApiFailedException: entry doesn't exist (errno=15661) and isRecoverable=false and isVolumeBusy=false
2021-12-20T19:37:58,683Z (WARN ) [] invokeZAPI(13): failed OntapConnectionImpl{ipAddress=X.X.X.X, userName=admin, port=443, ssl=true} API failed. entry doesn't exist (errno=15661) null
2021-12-20T19:31:17,522Z (INFO ) [] Fetching ONTAP data from URL- https://X.X.X.X/api/cluster/peers
2021-12-20T19:31:17,522Z (INFO ) [] Parsed URL : https://X.X.X.X/api/cluster/peers
2021-12-20T19:31:17,522Z (ERROR) [] Error while fetching data from ONTAP REST https://X.X.X.X/api/cluster/peers
java.net.URISyntaxException: Illegal character in path at index 20: https://admin:@X.X.X.X/api/cluster/peers
at java.net.URI$Parser.fail(URI.java:2936) ~[?:?]