-
volume "Tags" property always empty with Powershell cmdlet "get-ncvol"
Hello Everyone, I'm trying to get my volume tags set via System Manager with the simple powershell cmdlet "get-ncVol", but "Tags" property is always empty. I've also try the cmdlet with "-zapiCall" parameter, but having the same empty result. powershell SDK 9.15.1.2407 powershell 5.1 Windows 2019 Ontap 9.14.1P8 thanks in…
-
Powershell rest API get-ncvol not returning all volumes
I have a script that I'm trying to convert from using ZAPI over to Rest. Most things seem to work so far with the exception of when I use get-ncvol and it only returns a subset of the volumes. I'm not able to find the pattern here as to how it picks/chooses. at first I thought it was a hard limit on how many volumes would…
-
CIFS share
Hello, I want to know specific cifs share size allocation. How can I find its size? Does it have any relation with volume? Is it possible to consider Volume size as cifs share size? Regards, Atish Lohade
-
Encrypted Volume Creation
Hello friends, I have a question, I need to create an encrypted volume and I do not know how to do it I have a FAS2552 cabin as I read a little I have to encrypt the aggregate but I already have volumes that are in production so I just wanted to know if it can be done to a new volume then I do not know if I need a license.…
-
Mount NetApp Volume Snapshot as a new datastore in vSphere
Running NetApp Release 9.6P3 and VMWare ESXi 6.5. I have 3 separate datastores on the NetApp that are presented to the 4 ESXi hosts and all is well. I'm trying to test the process of mounting one of the volume snapshots that NetApp takes throughout the day and mount it as a new LUN in vSphere so I can interact with the…
-
PowerShell Toolkit: Create volume (FC / SAN) without junctionpath
Im trying to create volumes with a powershell script, but I cant find an option to create a volume without providing a junctionpath. When I create a flexvol via GUI, i can assign the storagetype "SAN (Used for FC/FCoE or iSCSI or NVMe access)", which doesnt create a junctionpath for the volume. Is there a way to create a…
-
Estimating the File/Folder count on a CIFS volume
Guys, I have a large CIFS volume (2TB+) with snapshots enabled and lots of files/directories. I'd like to try and estimate how many of each I have. Is there any accounting for this on the cluster? Perhaps the iNode count or the like? I'd rather not try and run something like TreeSize against it! Will take months!