As a part of using ZAPI for mirror management, we have hit upon following issues in the ongoing snap mirror testing.
We are able to create flex clone successfully using NMSDK. But while deleting the FlexClone we get following error:
Operation: volume-offline
out = na_server_invoke(s, "volume-offline",
"name", volumename,
NULL);
Operation: volume-destroy
out = na_server_invoke(s, "volume-destroy",
"name", volumename,
NULL);
Error code: 111
Error message: Can't connect to host (err=111)
This is for sure not related to firewall or port issue as it is working for create flex clone. Also, the API is running well on Windows platform and only fails on Linux.
Any inputs on possible cause of this error would help.
Following are the version information:
netapp manageability sdk = 9.3
ONTAP version = 9.3
Platform = Linux x86_64