Options
- Mark all as New
- Mark all as Read
- Float this item to the top
- Subscribe
- Bookmark
- Subscribe to RSS Feed
- Threaded format
- Linear Format
- Sort by Topic Start Date
Board Activity
Dear Community support. we are using ONTAP PowerShell ToolKit to automate the failover failback procedure. We are unable to find the reverse sync script for failback. The source SVM is SVM1 and the destination SVM is DR_SVM1. volume on source is App_Repo_32k and destination App_Repo_32k_des Also kindly provide the correct failover and failback procedure with PowerShell ToolKit. Thanks
... View more
By Suhaib_AliContributorONTAP Rest API Discussions
a week ago
150 Views
0
0
Hello, I'm posting this on behalf of customer for NetBackup what we do in nutshell is 1.we establish replication relationship between source and target volume 2.call ontap.SnpamirrorTransfer() to enable replication ,we wait util we see transfer state is successful 3.call ontap.snapshot() on target volume and save attributes of snapshot residing on target volume what we have observed is if storage efficiency is enabled for target volume - after replication is successful , storage efficiency runs and updates uuid of already existing snapshot on target volume - Hence we have invalid uuid of snapshot as we have already picked up snapshot attributes mentioned at steps 3 - Due to this invalid uuid we fail to perform different operations like export/deport/delete operation for snapshot residing on target volume How can we retrieve valid attributes of snapshot if storage efficiency is enabled on target volume using python SDK we already have case #2010285475 opened ,respective support has asked to post query in this forum and get solution for this
... View more
By Tushar_KarandeContributorONTAP Rest API Discussions2025-03-0311:37 PM
1,946 Views
0
8
Hello, I am using ONTAP 9.11 and trying to upload a docx file to a netapp volume using the following REST API via postman: POST api/storage/volumes/volumeid/files. Content Type is multipart/form-data and the body is form-data with a key of file. The value is the actual file. I am receiving an error when attempting this: 400 - Could Not Parse multipart/form-data body When I upload a .txt file it works fine with 201 - Created response. Is it possible to upload a docx file?
... View more
By rshContributorONTAP Rest API Discussions
2 weeks ago
View By:
196 Views
0
0
Hello Community, Do we have a way to patch volume with a tag or annotation. Ideally i'm looking for something like this to work. I"m looking to see anything other than "comment" field. >>> with HostConnection(host,username=username,password=password, verify=False): ... volume = Volume(uuid=volume_uuid) ... volume.tags = ["high-priority", "backup"] ... volume.patch() ... volume.get() ... print(volume.to_dict()) $ /usr/bin/pip3 show netapp-ontap Name: netapp-ontap Version: 9.12.1.0 Kalyan
... View more
By kbhonagiriOccasional ContributorONTAP Rest API Discussions2025-02-0512:36 PM
804 Views
0
1
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
By ConnorHContributorONTAP Rest API Discussions2025-03-2511:10 AM
507 Views
1
1