99 questions
1
vote
0
answers
178
views
Windows C++ API BackupRead is stuck(?) when trying to fetch all the streams of a file
I am trying to investigate an issue where the Windows C++ API BackupRead, used in our software, appears to get stuck for few files.
I suspected large file streams to be the reason.
I wrote a small ...
0
votes
1
answer
118
views
Accidentally delete a resource group with NetApp account, Capacity Pool and Volume, chance to restore?
Is it possible to restore a Azure NetApp account / Capacity Pool / Volume if the resources accidentally deleted?
I know that restoring a deleted storage accounts as a resource is possible, is there ...
0
votes
0
answers
67
views
Visual Studio reports file modified when it is not
My team have our work files on a network drive. A while back, the old file server was replaced by a NetApp solution, and since then, we randomly (usually a couple of times a day) get the "File ...
0
votes
1
answer
368
views
Getting "There is no connectivity" when trying to manage an FSxN File System within BlueXP
I added a FSxN file system to my BlueXP canvas a few weeks ago and it was working perfectly until yesterday. Now, when I try to "enter it" I am presented with a "There is no ...
0
votes
1
answer
227
views
why apache Kafka documentation not gives the ability to use Kafka over NFS as Netapp
We read the latest apache documentation as https://kafka.apache.org/35/documentation.html
And what is interesting is that , documentation not mentioned the option to use storage over NFS As Netapp or ...
1
vote
0
answers
291
views
cant save user uploads in object storage
hi guys I just set up a gitlab instance in multi node architecture.
I also configured an s3 compatible storage using NetApp onTap s3.
this is my configuration for the object storage:
gitlab_rails['...
0
votes
1
answer
122
views
Why is Remove-NcSnapmirror removing SnapMirror relationship on BOTH source and destination? (NETAPP ONTAP PowerShell Toolkit)
TLDR: SSH command snapmirror delete works fine, PowerShell command Remove-NcSnapmirror misbehaves for SnapMirror relationship removal.
PowerShell cmdlet: The
Remove-NcSnapMirror
cmdlet is supposed to ...
0
votes
1
answer
113
views
Problem verifying content uploaded to Azure Blob
Good morning.
Currently we have an aggregate with the volume practically occupied, a snapmirror has been configured to copy the data to an Azure storage blob, in order, once copied to be able to free ...
0
votes
1
answer
569
views
NetApp ONTAP Ansible playbook working for single cluster, but failing with inventory file setup
Ansible inventory netapp.ontap
I just started to test my first playbooks in Ansible but unfortunately I already fail while setting up an inventory. I am trying to use the module na_ontap_ssh_command (...
0
votes
1
answer
258
views
NetApp & S3 put-bucket-lifecycle-configuration with a JSON file return all time MalformedXML
We have a problem on our StorageGrid with S3 Bucket !
When we try to put a Lifecycle Configuration on a S3 we all time have the same error :
An error occurred (MalformedXML) when calling the ...
0
votes
1
answer
111
views
NetApp ONTAP with Python netapp-ontap - create vault policy
I am trying to create a custom policy using netapp-ontap python library, version 9.11.1. I can do the same using the CLI snapmirror policy create as show here where I can specify -type vault. I don't ...
0
votes
1
answer
108
views
Enable SMB encryption for incoming SMB traffic using REST API
I am trying to enable SMB encryption in ONTAP using the REST API. I know how to do it using the CLI but can't find the rest endpoint to do the same. This is CLI command to do what I am trying to in ...
0
votes
1
answer
900
views
STATUS_ACCESS_DENIED (0xc0000022): Could not connect to - Azure Netapps File Share (Network Drive) access with smbj JAVA library
Trying to read files from Azure Netapps (Network Drive). We successfully mount and read files with Window File Explorer.
With the same credentials, we are trying with JAVA smbj library.
While ...
0
votes
1
answer
161
views
How to find SPNAME in Azure portal
Trying to access files from Azure Netapps via REST API by following documentation
https://learn.microsoft.com/en-us/azure/azure-netapp-files/azure-netapp-files-develop-with-rest-api
with POSTMAN rest ...
-1
votes
1
answer
579
views
Collect Azure Netapp Volume metrics
Right now I'm viewing the Azure NetApp volume metrics using Azure Portal metrics dashboard.I can see only one month old data. I'm planning to collect this data and save into SQL table. So that I have ...