NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Microsoft Virtualization Discussions

NetApp ONTAP PowerShell Toolkit

avi21106
2,799 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
2,584 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
2,468 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
1,977 Views

Hi, could you please send the debug logs to [email protected]? This will assist us in pinpointing the issue. You can enable the debug logs using the Set-NaToolkitConfiguration debug command. Thank you!

Public