When running NDMP PowerShell commands, we have the following errors:
Get-NcNdmpNodeSession : Unable to find API: ndmp-node-session-info-get-iter
At line:1 char:1
+ Get-NcNdmpNodeSession -Controller $nas
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (ONY_SM1_CDOT1.e-i.net:NcController) [Get-NcNdmpNodeSession], EAPINOTFOUND
+ FullyQualifiedErrorId : ApiException,DataONTAP.C.PowerShell.SDK.Cmdlets.Ndmp.GetNcNdmpNodeSession
Get-NcNdmpVserverAttr : Unable to find API: ndmp-vserver-attributes-get-iter
At line:1 char:1
+ Get-NcNdmpVserverAttr -Controller $nas
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (ONY_SM1_CDOT1.e-i.net:NcController) [Get-NcNdmpVserverAttr], EAPINOTFOUND
+ FullyQualifiedErrorId : ApiException,DataONTAP.C.PowerShell.SDK.Cmdlets.Ndmp.GetNcNdmpVserverAttr
With "NetApp_PowerShell_Toolkit_4.3.0" and "NetApp Release 8.3.2 Cluster"
Any help would be greatly appreciated 🙂
Thanks