Hi All, NetApp support guided me to this place for support.
The issue is we need powershell scripting to work directly with a vserver so cluster rights are not needed for a customer.
PS > Connect-NcController -name clusterip -vserver vservername
Name Address Vserver Version
---- ------- ------- -------
works
Directly to the Vserver fails for me:
PS C> Connect-NcController vserverip
Connect-NcController : Incorrect credentials for vserverip.
At line:1 char:1
+ Connect-NcController vserverip
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidResult: (vserverip:NcController) [Connect-NcController], NaAuthException
+ FullyQualifiedErrorId : HttpConnectionFailed,DataONTAP.C.PowerShell.SDK.ConnectNcController
I already went over plenty of settings with NetApp support, online documentation but I'm not able to find the issue.
Any suggestions would be appreciated. Thanks!