Microsoft Virtualization Discussions

NetApp ONTAP PowerShell Toolkit

avi21106
1,128 Views

Deal All,
I have installed ONTAP PowerShell Toolkit 9.15.1 to automate health check report. Executing below command does not show
used space both for aggregates and volumes
get-ncaggr

get-ncvol


I m using ONTAP version 9.12.x  but the ONTAP PowerShell Toolkit is at  9.15.1. 
m i missing anything ?  Appreciate you guidance.

 

3 REPLIES 3

abochmann
913 Views

Something seems broken in the newer PowerShell Toolkit versions when talking to older ONTAP versions. We also see both missing results and missing values (for compression / dedup attributes in get-ncvol, for example) when using recent PowerShell Toolkit versions with ONTAP 9.10.1P19.

Our current workaround, at least for get-ncvol, is to use it with the -ONTAPI parameter.

Ashun
797 Views

hi

 

My ONTAP and PSTK versions are both 9.13, and the situation is the same as yours and the command does not show the used space. I don't know why,
However, the arguments -ONTAPI or -ZapiCall can be used after get-ncvol and get-ncaggr to make the used space visible

saharsh
306 Views

Hi, could you please send the debug logs to ng-ontap-pstk-queries@netapp.com? This will assist us in pinpointing the issue. You can enable the debug logs using the Set-NaToolkitConfiguration debug command. Thank you!

Public