ONTAP Discussions
ONTAP Discussions
Hi, I am new to Netapp. When I use " Connect -NController X.X.X.X " with credentials, I am getting this error. can someone help me with this?
Connect-NcController : Not a clustered Data ONTAP controller
At line:1 char:1
+ Connect-NcController 192.168.2.16 -Http
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidResult: (192.168.2.16:NcController) [Connect-NcController], InvalidOperationExc
tion
+ FullyQualifiedErrorId : Not a clustered Data ONTAP controller,DataONTAP.C.PowerShell.SDK.ConnectNcController
Thanks.
Solved! See The Solution
Are you trying to connect to cdot or 7-mode
if 7-mode you need connect-nacontroller
Are you trying to connect to cdot or 7-mode
if 7-mode you need connect-nacontroller
Hi,
I am not sure about cdotor 7-mode but the device is not clustered.
When I use Connect-NaconnectorI am getting this:
PS C:\Windows\system32> Connect-NaController 192.168.2.16
Connect-NaController : Failed to load ntapadmin64 DLL
At line:1 char:1
+ Connect-NaController 192.168.2.16
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidResult: (192.168.2.16:NaController) [Connect-NaController], Exception
+ FullyQualifiedErrorId : RpcConnectionFailed,DataONTAP.PowerShell.SDK.ConnectNaController
Thanks
Hi,
I am not sure about cdotor 7-mode but the device is not clustered.
When I use Connect-NaconnectorI am getting this:
PS C:\Windows\system32> Connect-NaController 192.168.2.16
Connect-NaController : Failed to load ntapadmin64 DLL
At line:1 char:1
+ Connect-NaController 192.168.2.16
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidResult: (192.168.2.16:NaController) [Connect-NaController], Exception
+ FullyQualifiedErrorId : RpcConnectionFailed,DataONTAP.PowerShell.SDK.ConnectNaController
Thanks
What is the windows version you are using? I'm facing the same issue and my windws is win server 2016.
Does anyone know how to get out of it?
sinhaa
Please try use command
$connection = Connect-NaController $filername -credential ${Credential}
Netapp cdot 9.8 we have used powershell to connect i got below error.Please help me.
PS C:\Program Files (x86)\PowerShell> Connect-NaController 10.178.16.27 -credential {admin}
Connect-NaController : The term 'Connect-NaController' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At line:1 char:1
+ Connect-NaController 10.178.16.27 -credential {admin}
+ ~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Connect-NaController:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException