-
monitor storage volume capacity over time
Out biggest challenge is staying on top of growing volumes but also not knowing what folders are growing within the volumes. Does anyone know of a tool or script that can monitor volumes and do a deep dive as to what folders are grwoing. We have Active iq but it just gives you the volume growth not folder level. Does…
-
Netapp FAS 8020 ONTAP 9.8P18 Support Direct Connection multiple Fibre Channel HBA
Hello Everybody, Netapp community, My Name Heru , beginner storage engineer. Can I Ask is that Netapp FAS 8020 ONTAP version 9.8P18 can support direct connection point to point topology Fibre Channel HBA with server running Redhat Linux Ent 10 ? Thank you for your answers.
-
CIFS share permission backup and restore it on snapmirror volume
I followed the .\backupSharesAcls.ps and .\restoreSharesAcls.ps1 script to backup the share and ACL permissions from source volume and restore it on destination volume. Does the restore snapmirror destination should also have same SVM name as in production ? I created same volume name and namespace in destination but SVM…
-
windows server 2025 join domain failed
I have a test lab with ONTAP simulator at 9.13.1 version, and Microsoft published windows server 2025 last month, so I want test ONTAP with new OS. 1.Windows server 2025 is installed and active directory service is installed. 2. During the cifs create procedure, it shows an error: Machine account creation procedure failed.…
-
CIFS LIF IP not reachable on when hosted on port Type VLAN
CIFS LIF IP not reachable on when hosted on port Type VLAN ( a0a-200, a0a-150 etc..) But works fine moved to port type if-grp (a0a) any further configuration needed on NetApp end? We are using Cisco switches for the data 10Gbps connectivity. We have both singlemode and multimode_lacp policies for two different clusters for…
-
CIFS: Mount share on SLES with SMB 2.x does not work
Hello, we trying to mount a NetApp CIFS share on SLES 11 with SMB 2.1 as follows: Mount -v -o auto, username = xxxxxx, password = xxxxxx, workgroup = XXXXXX, uid = hostftp, gid = users, vers = 2.1, noserverino // <server> / <shared name> / <local_folder> / <local_subserver> Mount and access work, but the mount seems to be…
-
Change in CIFS functionality since upgrade to ONTAP 9.1
We upgraded our 2 Clusters from ONTAP 8.3.2 to 9.1 Since upgrading we have noticed a change when trying to access a CIFS share when the user connecting is logged onto a different AD domain to the SVM. The end user no longer get challenged for a user ID and password. Instead because the user ID is the same it tries to use…
-
After domain migration ntfs permission back to old permission
Hi All, vserver few years ago we migrated Z.com to X.com. Now we did migration x.com to y.com. Most of the share security groups back to z.com. verified Security group also migrated same on active directory end. Same security groups are created on y.com( new domain ) we just want know, how the acls getting, from y.com for…
-
PowerShell Cmdlet to convert audit log XML files to CSV
For a project I needed to convert Ontap Audit Log XML files to CSV. As I couldn't find any existing solutions, I wrote the following small PowerShell Cmdlet. I'd be glad to receive feedback or suggestions for improvements. An example XML audit event log is attached and the resulting CSV file. Just paste the Cmdlet code…
-
SMB file audit delete events
Hi I have a question concerning SMB file audit delete events. We see two different types of events: EVENT_ID: 4659 "Open Object with the intent to delete" EVENT_ID: 4660 "Delete Object" When we delete a file, event 4659 is always generated, but 4660 not in every case. 4660 is created when deleting MS-Office .tmp files for…