Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
