My customer is creating a quota rule for a specific user using RestAPI, but the call is creating another user " " when the command is run. Example - Created volume and quota, no rule created us01cmqa::> vol show QUOTA_TEST_10 Vserver Volume Aggregate State Type Size Available Used% --------- ------------ ------------ ---------- ---- ---------- ---------- ----- us01cmqavs1 QUOTA_TEST_10 us01cmqat1f03_nvme_aggr1 online RW 100GB 95.00GB 0% us01cmqa::> quota policy rule show -volume QUOTA_TEST_10 -vserver us01cmqavs1 There are no entries matching your query. Executed the API for creating the rule aneeshpa@us01nasadmin3:~ $ curl -X POST -u "user:********" -k -H "accept: application/json" -H "Content-Type: application/json" -d '{"qtree":{"nme":"quota_test_10"},"space":{"hard_limit":"2147483648"},"svm":{"name":"us01cmqavs1"},"type":"user","volume":{"name":"QUOTA_TEST_10"},"users":[{"name":"user1"}]}' { "job": { "uuid": "d0fb5f95-ab22-11f0-9b12-00a098c54541", "_links": { "self": { "href": "/api/cluster/jobs/d0fb5f95-ab22-11f0-9b12-00a098c54541" } } } } With the above API we have created a rule for one user only, but one more extra entry came, wanted to check is there any way to avoid the extra entry us01cmqa::> quota policy rule show -volume QUOTA_TEST_10 -vserver us01cmqavs1 Vserver: us01cmqavs1 Policy: default Volume: QUOTA_TEST_10 Soft Soft User Disk Disk Files Files Type Target Qtree Mapping Limit Limit Limit Limit Threshold ----- -------- ------- ------- -------- ------- ------ ------- --------- user "" "" off - - - - - user aneeshpa quota_test_10 off 2GB - - - - The entry for user - aneeshpa is expected, but customer isn't sure why user " " is also being created
... View more
Hello. We plan to use the "cluster-remove-node API" to remove ONTAP nodes. As far as I checked the options of "cluster-remove-node API", it seems that the process to execute "eligibility=false" when the node to be removed is the master node is not included. It is difficult to check the contents of the API source code, but does the API actually include processing for "eligibility=false"?
... View more
Hello Community, Getting below error while importing the ONTAP module, please help. PS C:\Program Files\WindowsPowerShell\Modules\NetApp.ONTAP> Import-Module .\NetApp.ONTAP.psd1 Import-Module : Could not load file or assembly 'file:///C:\Program Files\WindowsPowerShell\Modules\NetApp.ONTAP\OntapiPS.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515) At line:1 char:1 + Import-Module .\NetApp.ONTAP.psd1 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [Import-Module], FileLoadException + FullyQualifiedErrorId : FormatXmlUpdateException,Microsoft.PowerShell.Commands.ImportModuleCommand Regards, Kabir
... View more
Hello everyone, I have set up Grafana on the customer site. Is there a way to upload and analyze performance archive data, instead of collecting data in real time? I mean, a method to view the data in Grafana within the customer’s environment, rather than using pas.activeiq or SmartSolve. I would appreciate any advice. Thank you.
... View more
Hello community, I try to read the contents of a volume snapshot by using Read-NcDirectory but I get always "WARNING: Record doesn't exist". The volume itself is readable, also the .snapshot directory, but not the contents of a snapshot. Using NFS or CIFS there is no problem to read the contents. snapdir-acces of the volume: true 172.17.208.200 is a Vserver LIF. Login user role: vsadmin Login user application: http PSTK Version: 9.16.1.2501 ONTAP Version: 9.12.1P3 PS C:\Windows\system32> Connect-NcController 172.17.208.200
Name Address Vserver Version
---- ------- ------- -------
172.17.208.200 172.17.208.200 mytestvs NetApp Release 9.12.1P3: Tue May 02 13:02:11 UTC 2023
PS C:\Windows\system32> Read-NcDirectory -Path /vol/mytestvol/.snapshot
Name Type Size Created Modified Owner Group Perm Empty
---- ---- ---- ------- -------- ----- ----- ---- -----
. directory 4 KB 5/19/2021 2/27/2025 0 0 777 False
.. directory 4 KB 5/19/2021 1/31/2025 0 0 777 False
daily.2025-02-21_0010 directory 4 KB 5/19/2021 1/31/2025 0 0 777 False
PS C:\Windows\system32> Read-NcDirectory -Path /vol/mytestvol/.snapshot/daily.2025-02-21_0010
WARNING: Record doesn't exist
PS C:\Windows\system32> Every hint / idea is welcome.
... View more