Microsoft Virtualization Discussions

NetApp ONTAP PowerShell Toolkit

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

 

1 REPLY 1

abochmann
75 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.

Public