Hi All,
I'm trying the following command but it fails. I think I'm missing something basic. Can anyone help me?
PS C:\Users\Administrator.QANBENG> Connect-NaController -Name 10..20.30.40 -rpc
Connect-NaController : RPC Error: The RPC server is unavailable. Code 0x6BA.
At line:1 char:1
+ Connect-NaController -Name 10.20.30.40 -rpc
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidResult: (10.226.208.232:NaController) [Connect-NaController], EAPITRANSMISSION
+ FullyQualifiedErrorId : RpcConnectionFailed,DataONTAP.PowerShell.SDK.ConnectNaController
I've enabled domain login to my Aray and I can login successfully using the give user. I login to a Windows machine with same Domain credentials and execute the above command. But it always fails.
Can anyone point me to where should I start debugging?
My Toolkit version:
PS C:\Users\Administrator.QANBENG> Get-NaToolkitVersion
Major Minor Build Revision
----- ----- ----- --------
3 2 0 62
My Array version:
NetApp Release R8.2.1RCxN_140113_0500 7-Mode: Mon Jan 13 05:31:38 PST 2014 <1>
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.