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.
Hello, I just upgraded from version 9.10.1.2111 to version 9.11.1.2208 of the PowerShell Toolkit. After the upgrade, all of my PowerShell scripts fail with the message shown below. Any ideas as to the cause? I reverted to the VMware snapshot I took before upgrading and verified I can run the exact same commands pre-upgrade without any errors. Connect-NcController : The remote server returned an error: (401) Unauthorized. FullyQualifiedErrorId : HttpConnectionFailed,DataONTAP.C.PowerShell.SDK.ConnectNcController
... View more
Hey there Since upgrading to Netapp Ontap Powershell Toolkit 9.11.1.2208 from PStoolkit 9.10.1.2111, AD login does not work anymore on our controllers: Connect-NcController : The remote server returned an error: (401) Unauthorized. At line:1 char:1 + Connect-NcController XXX + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidResult: (XXX:NcController) [Connect-NcController], WebException + FullyQualifiedErrorId : HttpConnectionFailed,DataONTAP.C.PowerShell.SDK.ConnectNcController However, when using PStoolkit 9.10.1.2111, AD login works without issues (even after reverting back from PStoolkit 9.11.1.2208). When using local accounts, the connection works without issues. Setting the option -https also does not help. Best regards Erik
... View more
Hi I just updated the toolkit version to 9.12.1. Suddenly there are is no more output of the: get-ncvol/VolumeVserverDrProtectionAttributes/* All sub-attributes return no output at all. So, I can't really check anymore if there are volumes without DR-Protection? Further the -StartTime option from Get-NcEmsMessage has been removed. How can I check the events from the last 24h now? I am currently running 9.10.1 which should be supported with the 9.12.1 Kit. Thanks
... View more
Hello Community, We currently try to update to PSTK 9.12.1.2302. But when you use Get-NcSnapshot -volume $volume You get an exception: Object reference not set to an instance of an object. Same when you use New-NcSnapshot command. Did anyone here get a solution or is PSTK only usable with "-zapi" legacy switch? Regards Dennis
... View more
This works fine to the same array under an old module 9.7.0.0 but fails with this error under 9.11.1.2208 and 9.12.1.2302 Get-NcLun : JSON integer 5556847471 is too large or small for an Int32. Path 'statistics.latency_raw.read', line 151, position 24. At line:1 char:1 + Get-NcLun + ~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Get-NcLun], ArgumentException + FullyQualifiedErrorId : JSON integer 5556847471 is too large or small for an Int32. Path 'statistics.latency_raw .read', line 151, position 24.,DataONTAP.C.PowerShell.SDK.Cmdlets.Lun.GetNcLun Any ideas?
... View more