Discuss NetApp solutions for Microsoft Private Cloud and the Hyper-V platform, including FlexPod Datacenter, OnCommand Plug-in for Microsoft, and ONTAP PowerShell Toolkit.
Discuss NetApp solutions for Microsoft Private Cloud and the Hyper-V platform, including FlexPod Datacenter, OnCommand Plug-in for Microsoft, and ONTAP PowerShell Toolkit.
I use Powershell to create a script, ONTAP Powershell Version is 9.14.1 I user get-ncdisk command to get disk information, and my environment is simulator, At the beginning the command [get-ncdisk] can be use, but suddenly I can't use get-ncdisk, and system force me to use -zapi to performance, but zapi can't get some information, for example when I don't -use -zapi, I can see Shelf ID but If I use -zapi, the Shelf ID Field is empty, how can fix this problem?
... View more
I login to scvmm use the account [scvmmsvc] I create a CIFS SVM, and create a share, and give the scvmmsvc ntfs and cifs permission both full controller But When I create a library share in SCVMM, it show me error, it tell me I don't have share permission, Is anyone tell me how to create a library share in SCVMM?
... View more
Hi all, I'm experiencing an issue with the Netapp.ONTAP powershell module. Any time I run Get-NcCifsSessionFile, I get this error: PS C:\Users\user> Get-NcCifsSessionFile Get-NcCifsSessionFile: Error converting value 15619890882604747598 to type 'System.Nullable`1[System.Int64]'. Path 'session.identifier', line 26, position 38. Other commands do work, but this one and a few others (I don't remember which offhand) all get this integer conversion error. Per a thread back in March, this was supposedly resolved, but I am getting this today. For reference we're running a AFF C30 on 9.16.1P5. Thanks!
... View more
SInce Upgrading NetApp.ONTAP PowerShell Toolkit to 9.16 the Used (Percent) column is empty. example: PS > Get-NcAggr -Controller $na33 aggr_data_n12 Name State TotalSize Used Available Disks RaidType RaidSize Volumes ---- ----- --------- ---- --------- ----- -------- -------- ------- aggr_data_n12 online 69,2 TB 12,6 TB 46 23 PS > Get-NcAggr aggr_data_n12 |gm -Name Used TypeName: DataONTAP.C.Types.Aggr.AggrAttributes Name MemberType Definition ---- ---------- ---------- Used ScriptProperty System.Object Used {get=try { $this.AggrSpaceAttributes.PercentUsedCapacity } catch [Exception] ... Other columns are also empty (RaidType, Volumes).
... View more