SRA discover command fails with error: storage IP is not defined or valid
- Views:
- 243
- Visibility:
- Public
- Votes:
- 2
- Category:
- ontap-storage-replication-adapter
- Specialty:
- VIRT
- Last Updated:
Applies to
Storage replication adaptor (SRA)
ONTAP tools for VMware vSphere (OTV)
Issue
"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".
The following error might be displayed on 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) ~[?:?]