-
AIQM annotation report
Hi Guys, Is there a way to generate a volume report with the annotation from AIQM? I do not see an option on GUI. Can anyone help with the steps to get it using REST API?
-
Report on file usage in folders
Hi! The built in report functions are quite few in ONTAP. I have some reports running via PS toolkit scripts, but I'm very new to PS. I have a customer who want to have reports on file usage on different folders in their folder structure. From CLI you can se inodes/files if you run: vserver security file-directory show…
-
Oracle ZFS "Raw to Usable Ratio" where is it hiding in the reports?
I am trying to do a report about Oracle ZFS array storage pools. Looking at the data source support matrix dated Dec 11, 2019, on page 183 under the Oracle ZFS data source under Insight -> Storage Pool -> Raw to Usable Ratio. I want to use this ratio to make the raw space match the usable space in an OCI report compared to…
-
Creating a report of NTFS permissions based on a CIFS Share
I want to make a report which will get all DACL *Specific permission based on root CIFS shares. * Specific permissions: Take Ownership and Change Permissions I'm using NetApp Powershell module. 1. So, first step is to get all CIFS Shares: Get-NcCifsShare -InformationVariable ShareName | Select Sharename 2. For each CIFS…