Microsoft Virtualization Discussions

NetApp ONTAP PowerShell Toolkit

avi21106
524 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.

 

2 REPLIES 2

abochmann
309 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
193 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

Public