-
How to check status of Vscanner services with WFA
Hi, I have developed a custom command in the WFA as below param ( [parameter(Mandatory=$true, HelpMessage="Cluster IP address")] [string]$Cluster, [parameter(Mandatory=$true, HelpMessage="Storage Virtual Machine name")] [string]$VserverName ) # connect to controller Connect-WfaCluster $Cluster # create the export policy…
-
using conditional execution in CLI
Is there a way to use conditional logic on the OnTap CLI between different fields? Like if I wanted to get all users that are over 1TB OR using more than 1million files? E.g. something like quota report (-disk-used >1TB | -files-used >1000000)
-
NetApp-Harvest Latency and IOPS counters
Dear all, TL;DR: Harvest gets very high Latency and IOPS values from Ontap 9.4 systems. We prepare a workaround to solve this partially. You can use our tool to analyze your data. In the past several months many Harvest users have reported that they see abnormally high latency and IOPS values in Grafana. We have been…
-
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…