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.
If I want to create a new cluster by using new-nccluster, should the cluster must be already exist and the nodes must already in the cluster?
... View more
I have a sandbox cluster running 9.11.1P6 that I used to test a script I developed using the 9.11.1 version of the PowerShell Toolkit. The following line works in the sandbox: $destpath = ($vserver+":"+$destinationvolume) $sminfo = Get-NcSnapmirror -Destination $destpath $sminfo then contains all the parameters relating to a specific snapmirror relationship which I use for automation. FYI, I connect to the controller at a previous point in the script and the variables are all set correctly. However, when I try to run the same script against a production cluster running Data ONTAP 9.11.1P5, it fails and $sminfo returns an empty object. I have tried adding -ONTAPI and -ZapiCall but that did not work. For business reasons I cannot upgrade the production cluster for several months so I need to find out if there is a problem with my script or a problem with P5. I checked the ONTAP release notes and cannot find anything specific to this problem. Any insight would be appreciated.
... View more
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