Getting below error while trying to call Qtree Rename API. Why is the SVM going in lock status ? PATCH /api/storage/qtrees/9fee2a62-xxxxxxxxxxxxxxx/1025?return_timeout=120 : {"export_policy":{"id":xxxxxxxxxxxx,"name":"default"}} :: Error: This SVM is temporarily locked from changes while recording the configuration baseline. Try again in a few minutes or manually stop configuration replication by running "vserver config-replication pause" and retry the command.
... View more
I am trying to resolve the ActiveIQ Suggestion “The node is not configured to save configuration backups to a remote location.” We don’t really understand why POST is the defaulted method for HTTPS and how we cannot change it to PUT as is explained by the KB article the ActiveIQ Suggestion links us to: The web server to which you are uploading the configuration backup file must have PUT operations enabled for HTTP and POST operations enabled for HTTPS. For more information, see your web server's documentation. The problem we are facing is that Artifactory does not support POST for HTTPS and this is where we are attempting to have our backups land. Artifactory returns a 405 when we attempt to use POST. ::*> system configuration backup upload -node storage-cold-01 -backup storage-cold.8hour.2025-03-20.02_15_00.7z -destination <artifactory link> -rest-method POST Enter the username: <username> Enter the password: Uploading the configuration backup file. Error: command failed: Upload operation of configuration backup file exited with error: Failed to upload configuration backup file "/mroot/etc/backups/config/storage-cold.8hour.2025-03-20.02_15_00.7z" to <artifactory link>. Error: HTTP response code said error : The requested URL returned error: 405. ::*> We are able to use ‘system configuration backup upload’ with ‘-rest-method PUT’. We notice there is no way to adjust the REST method that the scheduled backup uses though. I opened a technical support case regarding this and have been told that I must ask about this in here.
... View more
Hi, I am trying to retrieve the Service Processor information using PowerShell via REST API. I notice in the ONTAP REST API Online Reference that there doesn't seem to be a section under the 'Schemes' section: However, I notice there is a 'Models' section: With a Service Processor section under it: How do I use this section to create a URI in order to GET the SP config pls? Or do I need to use an alterative method? Thanks
... View more
I have a script that I'm trying to convert from using ZAPI over to Rest. Most things seem to work so far with the exception of when I use get-ncvol and it only returns a subset of the volumes. I'm not able to find the pattern here as to how it picks/chooses. at first I thought it was a hard limit on how many volumes would get returned but the number returned keeps changing even if I run the exact same command. always around 100 but sometimes it's 115 and others it's 97 ect.. as far as I can tell this issue is unique to the volume pull.. I get 8000 qtree's when I try and pull all of those without issue. #update I just tried against a different netapp cluster and it returned all of the volumes. so this seems to maybe be an issue with just this cluster. #version NetApp Release 9.14.1P12: Tue Mar 25 23:16:26 UTC 2025 ##update update I just tried a 3rd cluster with over 2000 volumes on it and only 41 returned. Same version of ontap.
... View more
looking for an aquivlenet to ZAPI "aggr-spare-get-iter" or the CLI call "aggr show-spare-disks" Helpfull would also be a rest api replacement for "disk partition show"
... View more