Customer is sending SNMP traps to ScienceLogic. As they're SNMP and cannot be modified, has anyone worked with ScienceLogic and know if there's capabilities within the application to automate messages sent to pagers?
... View more
I'm looking for help on creating some powershell code that retrieves the current DACLs of a volume (or directory path) and stores it as a security descriptor. I had come across this page on the web (http://www.craig-tolley.co.uk/2016/02/09/assigning-permissions-to-a-volume-through-the-netapp-powershell-toolkit/) and it guided me through applying new permissions using the OnTap Powershell toolkit - however I cannot devise a way to modify the code so that an ACE can be removed or added to the ACL (Security Descriptor). I presume it's some combination of Get-NcFileDirectorySecurity and (New-NcFileDirectorySecurityNtfs or Add-NcFileDirectorySecurityNtfsDacl). I've investigated all of the *NcFileDirectorySecurity* cmdlets, and only Get-NCFileDirectorySecurity appears to retrieve currently applied permissions, but it cannot be pipe'd into another cmdlet 😞 My larger objective is to build a WFA command that allows a user to add/remove an AD Group from their volume. I've found the Powershell toolkit to be much quicker and straightforward than using (Get-Acl / Set-Acl) connect-NcController $ClusterName $volName = "vol_test_3" $Vserver = "svm-lab-a" Get-NcFileDirectorySecurity -Path "/$volName" -VserverContext $Vserver | New-NcFileDirectorySecurityNtfs -SecurityDescriptor $VolName #this part doesn't work! First cmdlet returns ACLs, but doesn't store it within SecurityDescriptor. Get-NcFileDirectorySecurityNtfsDacl -SecurityDescriptor $volName -Vserver $vserver #my output is {Administrators,Users,CREATOR OWNER, SYSTEM}. I'm hoping to capture the DACLs of "/$VolName" - such as displayed by (Get-NcFileDirectorySecurity -Path "/$volName" -VserverContext $Vserver).acls
... View more
We have an old FAS2520 in the cluster setup. We want to remove these. Unfortunately we cannot remove the system, it remains at Operation "Deletion" (Operation state "In Progress"). We restarted the Active IQ Manager, to no avail. The system has also been decommissioned for a long time. We use Active IQ Manager 9.13P1. Does anyone have an idea what else we can do?
... View more
Active IQ Unified Manager 9.16 Values that should be GB are reported as TB , values that are TB are reported as PB. The volume qtree quota overcommitted threshold set at 400% is breached. 25.88 PiB (94642.86%) of 28.00 TiB is committed. 6.82 TiB (24.37%) is used. Details (Physical) Total Capacity 40.00 TiB100.00% Data Capacity 28.00 TiB70.00% Used 6.82 TiB24.37% Free 21.18 TiB75.63% Snapshot Reserve 12.00 TiB30.00% Used 8.19 MiB0.00% Free 12.00 TiB100.00% Volume Thresholds Nearly Full Threshold (Global level) 26.32 TiB94% Full Threshold (Global level) 27.44 TiB98% Other Details Qtree Quota Committed Capacity: 25.88 PiB Qtree Quota Over committed Capacity: 25.85 PiB
... View more