Discuss NetApp solutions for Microsoft Private Cloud and the Hyper-V platform, including FlexPod Datacenter, OnCommand Plug-in for Microsoft, and ONTAP PowerShell Toolkit.
Discuss NetApp solutions for Microsoft Private Cloud and the Hyper-V platform, including FlexPod Datacenter, OnCommand Plug-in for Microsoft, and ONTAP PowerShell Toolkit.
i'm trying to get all cifs options from a svm via pstk (9.16.1.2501) using option -ZapiCall gives me all the options with values. Without this option there are only some options populated with settings, for most of them i see the value false. studying the help for the command didnt reveal how to do this via rest. Any help is appreciated.
... View more
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.
... View more
PowerShell Toolkit 9.16.1を使用するためのシステム要件について確認させてください。 PowerShell Toolkitをインストール予定のWindows2022サーバは現在.NET Framework 4.8が導入されていますが、 システム要件に記載がある.NET Framework 4.7.2 以外は動作しないのでしょうか? NetApp.ONTAP PowerShell ToolkitのインストールURLに下記記載があるのは確認済みとなっております。 https://mysupport.netapp.com/site/tools/tool-eula/ontap-powershell-toolkit Operating System Version Microsoft Windows PowerShell 5.1 or 7.3.4 or later Microsoft .NET Framework .NET Framework 4.7.2 Microsoft Windows 8.1,10, Server 2012 R2, 2016, 2019 ,2022
... View more
Please let me check the system requirements for using PowerShell Toolkit 9.16.1. The Windows 2022 server on which I plan to install the PowerShell Toolkit currently has .NET Framework 4.8 installed. Will it only work with .NET Framework 4.7.2, which is listed in the system requirements? I would like to know if it will work with .NET Framework 4.8. I have confirmed that the installation URL for the NetApp.ONTAP PowerShell Toolkit contains the following information: https://mysupport.netapp.com/site/tools/tool-eula/ontap-powershell-toolkit Operating System Version Microsoft Windows PowerShell 5.1 or 7.3.4 or later Microsoft .NET Framework .NET Framework 4.7.2 Microsoft Windows 8.1, 10, Server 2012 R2, 2016, 2019, 2022 Microsoft Windows 8.1,10, Server 2012 R2, 2016, 2019 ,2022
... View more
We found what appears to be a bug or unintended behavior with add-ncnfsservice. We want to create a new NFS service configuration on a vserver, but we want to have NFSv4.0 and NFSv4.1 disabled; only NFSv3 enabled. We first obtain a default configuration: $nfs_config = get-NcNfsService -template If we examine the template values, we can see that NFSv3 is enabled and NFSv4 is disabled: (I have shortened the output but I have attached the full output to my post) PS> $nfs_config Vserver GeneralAccess IsNfsv3 IsNfsv4 IsNfsv41 DefaultWindowsUser ------- ------------- ------- ------- -------- ------------------ True True False False Using this template, I create a new NFS service on my SVM: PS> add-NcNfsService -vservercontext XXXXXX -attributes $nfs_config Vserver GeneralAccess IsNfsv3 IsNfsv4 IsNfsv41 DefaultWindowsUser ------- ------------- ------- ------- -------- ------------------ XXXXXXX True True True True If I go to the OnTAP CLI and perform a "nfs show", it shows that v4.0 and v4.1 are enabled, which is not the desired config. Please comment and provide a resolution for this.
... View more