Hi all, I have a requirement where when using the FlexCache SDK I need to be able to query the size of the FlexCache volumes. As the FlexCache SDK mirrors commands run on the Cluster themselves, there are no FlexCache specific commands to run to query the Total and Used size of a FlexCache volume. This is of course possible via the Volume resource in order to gather size detail, but the requirement here is to have this in the FlexCache SDK itself, so I was wondering if there's anything else to consider here with the FlexCache SDK for volume sizes, or do I need to simply use the Volume resources at my disposal to get the necessary size info?
... View more
Our NetApp was upgraded. We had an integration written in .Net using the ManageOntap.dll to pull snapshot info by volume using NaElement snapshot-get-iter. That integration was written against version 5.4. Since the upgrade to 9.8, the queries return 0 records. I've attached examples of requests and responses. Is there something I can update to get these queries returning results again or should I just look into using the rest api? I can't seem to find an updated version of the ManageOntap.dll. Is it still supported?
... View more
My customer uses the NaServer and NaElement classes of the NMSDK (5.6) to access the SOAP api. Due to requirements in the environment, they'll need to access the api through an https proxy. Are there examples of how to go about this?
... View more
Hello, I am trying to connect a vfiler on ontap 8.0.3P3 N7700 with SP 8.1.12 Connection for command incremental -spandiff P: does not work at all... net use connected with the snapdiff_user Name: snapdiff_p Info: Rid: 131081 Groups: snapdiff_group Full Name: Allowed Capabilities: login-http-admin,api-* Password min/max age in days: 0/4294967295 Status: enabled Name: snapdiff_group Info: Rid: 131077 Roles: snapdiff_role Name: snapdiff_role Info: Allowed Capabilities: login-http-admin,api-* options httpd. httpd.access legacy httpd.admin.access legacy httpd.admin.enable on httpd.admin.hostsequiv.enable off httpd.admin.max_connections 512 httpd.admin.ssl.enable off httpd.admin.top-page.authentication on httpd.autoindex.enable off httpd.bypass_traverse_checking off httpd.enable on httpd.log.format common (value might be overwritten in takeover) httpd.method.trace.enable off httpd.rootdir /vol/vol0/home/http httpd.timeout 300 (value might be overwritten in takeover) httpd.timewait.enable off (value might be overwritten in takeover) These are the settings from the netapp vfiler0 Below from the actual vfiler vfiler context p options httpd. httpd.access legacy httpd.admin.access legacy httpd.admin.enable off httpd.admin.hostsequiv.enable off httpd.admin.max_connections 512 httpd.admin.top-page.authentication on httpd.autoindex.enable off httpd.bypass_traverse_checking off httpd.enable off httpd.log.format common httpd.method.trace.enable off httpd.rootdir XXX I also tried enabling admin here, but same error. 14.02.2022 16:06:20.282 [002940] : ..\..\common\hci\NAHWInterface.cpp(5955): naEstablishConnection(): Opening conection to filer: server address = p user = snapdiff_p SVM name = not set requested version = 1.5 14.02.2022 16:06:20.282 [002940] : ..\..\common\hci\NAHWInterface.cpp(6036): naEstablishConnection(): Connection successfully opened. 14.02.2022 16:06:20.282 [002940] : ..\..\common\hci\NAHWInterface.cpp(6073): naEstablishConnection(): setting authentication type to LOGIN_PASSWORD . 14.02.2022 16:06:20.282 [002940] : ..\..\common\hci\NAHWInterface.cpp(6081): naEstablishConnection(): setting stored password for user 'snapdiff_p' on filer 'p'... 14.02.2022 16:06:20.282 [002940] : ..\..\common\hci\NAHWInterface.cpp(6124): naEstablishConnection(): getting filer version string ... 14.02.2022 16:06:21.305 [002940] : ..\..\common\hci\NAHWInterface.cpp(6137): naEstablishConnection(): system-get-version: failed: rc=10061, reason='Can't connect to host (err=10061).' 14.02.2022 16:06:21.305 [002940] : ..\..\common\hci\NAHWInterface.cpp(6146): naEstablishConnection(): authentication error. 14.02.2022 16:06:21.305 [002940] : ..\..\common\hci\NAHWInterface.cpp(6214): naEstablishConnection(): returning 6130. 14.02.2022 16:06:21.305 [002940] : ..\..\common\hci\NAHWInterface.cpp(8325): hwSystemInit(): Error connecting to filer. Exiting with rc = <6130> What can I do? Thanks!
... View more