<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cannot Connect to Cluster Via PowerShell in OnTAP 9.3 in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Cannot-Connect-to-Cluster-Via-PowerShell-in-OnTAP-9-3/m-p/141868#M31409</link>
    <description>&lt;P&gt;Hi Thomas,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's definately possible to connect to ONTAP 9.3 using the PSTK. Did you create a domain tunnel on the new cluster to ensure you can authenticate using a domain account? Can you SSH to cluster as the domain account and does it work manually using:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Connect-NcController -Name $cluster -HTTPS -Credential (Get-Credential) -ErrorAction Stop&lt;/PRE&gt;
&lt;P&gt;Assuming the cluster LIF IP address is resolvable in DNS? Also assuming that you've checked the cached credentials are valid? EG&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;PS C:\&amp;gt; Add-NcCredential -Controller cluster1.testlab.local -Credential (Get-Credential)

cmdlet Get-Credential at command pipeline position 1
Supply values for the following parameters:
Credential

Name                   Credential                                HostUser
----                   ----------                                --------
cluster1.testlab.local System.Management.Automation.PSCredential TESTLAB\mbeattie


PS C:\&amp;gt; $credentials = Get-NcCredential -Controller cluster1.testlab.local
PS C:\&amp;gt; $credentials

Name                   &lt;U&gt;&lt;STRONG&gt;Credential&lt;/STRONG&gt;&lt;/U&gt;                                HostUser
----                   ----------                                --------
cluster1.testlab.local System.Management.Automation.PSCredential TESTLAB\mbeattie


PS C:\&amp;gt; $credentials.&lt;U&gt;&lt;STRONG&gt;Credential&lt;/STRONG&gt;&lt;/U&gt;

UserName                     Password
--------                     --------
admin    System.Security.SecureString

PS C:\&amp;gt; $credentials.&lt;U&gt;&lt;STRONG&gt;Credential&lt;/STRONG&gt;&lt;/U&gt;.GetNetworkCredential().Password
&lt;STRONG&gt;N0tMyP@ssW0rd!:-}&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;/Matt&lt;/P&gt;</description>
    <pubDate>Thu, 02 Aug 2018 06:29:37 GMT</pubDate>
    <dc:creator>mbeattie</dc:creator>
    <dc:date>2018-08-02T06:29:37Z</dc:date>
    <item>
      <title>Cannot Connect to Cluster Via PowerShell in OnTAP 9.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Cannot-Connect-to-Cluster-Via-PowerShell-in-OnTAP-9-3/m-p/141863#M31408</link>
      <description>&lt;P&gt;I am at a&amp;nbsp;division&amp;nbsp;site for one week setting up a new 2620. This is our first time to use OnTAP 9.3 and I think that might be our issue. I have to be able to script throttling of SnapMirror jobs from our remote offices or the jobs slam the local network, however I've hit a major roadblock and can't get past it. What's worse, I was just told NetApp Support doesn't support the PowerShell Toolkit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the issue. I've set credentials for the new cluster using Add-NcCredential. This works without error. I show the list of the current cache and it shows all of our filers and clusters, including the new one. I've added the domain account used for credentials as an account on the filer and assigned it ontapi, http, and ssh, all as admin. I've also enabled http in system web services. Despite all of this, when I enter&amp;nbsp;Connect-NcController -Name &amp;lt;cluster&amp;gt;, I get the error "Incorrect credentials". I have logged in to the server with the service account I am using and I get the same thing. We are on PowerShell Toolkit 4.5 P1, and we do have Putty 0.70 64-bit installed on the D drive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried everything I can think of including comparing settings between other systems where this is working fine. The only difference is OS - the others are 9.1 or 9.2 Anyone have any ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 13:27:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Cannot-Connect-to-Cluster-Via-PowerShell-in-OnTAP-9-3/m-p/141863#M31408</guid>
      <dc:creator>TMADOCTHOMAS</dc:creator>
      <dc:date>2025-06-04T13:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Connect to Cluster Via PowerShell in OnTAP 9.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Cannot-Connect-to-Cluster-Via-PowerShell-in-OnTAP-9-3/m-p/141868#M31409</link>
      <description>&lt;P&gt;Hi Thomas,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's definately possible to connect to ONTAP 9.3 using the PSTK. Did you create a domain tunnel on the new cluster to ensure you can authenticate using a domain account? Can you SSH to cluster as the domain account and does it work manually using:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Connect-NcController -Name $cluster -HTTPS -Credential (Get-Credential) -ErrorAction Stop&lt;/PRE&gt;
&lt;P&gt;Assuming the cluster LIF IP address is resolvable in DNS? Also assuming that you've checked the cached credentials are valid? EG&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;PS C:\&amp;gt; Add-NcCredential -Controller cluster1.testlab.local -Credential (Get-Credential)

cmdlet Get-Credential at command pipeline position 1
Supply values for the following parameters:
Credential

Name                   Credential                                HostUser
----                   ----------                                --------
cluster1.testlab.local System.Management.Automation.PSCredential TESTLAB\mbeattie


PS C:\&amp;gt; $credentials = Get-NcCredential -Controller cluster1.testlab.local
PS C:\&amp;gt; $credentials

Name                   &lt;U&gt;&lt;STRONG&gt;Credential&lt;/STRONG&gt;&lt;/U&gt;                                HostUser
----                   ----------                                --------
cluster1.testlab.local System.Management.Automation.PSCredential TESTLAB\mbeattie


PS C:\&amp;gt; $credentials.&lt;U&gt;&lt;STRONG&gt;Credential&lt;/STRONG&gt;&lt;/U&gt;

UserName                     Password
--------                     --------
admin    System.Security.SecureString

PS C:\&amp;gt; $credentials.&lt;U&gt;&lt;STRONG&gt;Credential&lt;/STRONG&gt;&lt;/U&gt;.GetNetworkCredential().Password
&lt;STRONG&gt;N0tMyP@ssW0rd!:-}&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;/Matt&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 06:29:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Cannot-Connect-to-Cluster-Via-PowerShell-in-OnTAP-9-3/m-p/141868#M31409</guid>
      <dc:creator>mbeattie</dc:creator>
      <dc:date>2018-08-02T06:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Connect to Cluster Via PowerShell in OnTAP 9.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Cannot-Connect-to-Cluster-Via-PowerShell-in-OnTAP-9-3/m-p/141875#M31410</link>
      <description>&lt;P&gt;We 100% use ps toolkit on 9.3,9.4,9.1,9.2 -&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 11:51:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Cannot-Connect-to-Cluster-Via-PowerShell-in-OnTAP-9-3/m-p/141875#M31410</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2018-08-02T11:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Connect to Cluster Via PowerShell in OnTAP 9.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Cannot-Connect-to-Cluster-Via-PowerShell-in-OnTAP-9-3/m-p/141878#M31411</link>
      <description>&lt;P&gt;Thank you both for your responses.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/2305"&gt;@mbeattie&lt;/a&gt;, I believe you have pointed out my issue. I knew it would be something I overlooked. I have not yet set up a domain tunnel because the CIFS server won't be cutover to the new system until tonight. So ... of course a domain account that I added isn't authenticating yet :\. Argh! Thank you for saving me hours more of head scratching. I'll update this thread after we cutover tonight to verify that resolved the issue (hopefully).&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 14:08:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Cannot-Connect-to-Cluster-Via-PowerShell-in-OnTAP-9-3/m-p/141878#M31411</guid>
      <dc:creator>TMADOCTHOMAS</dc:creator>
      <dc:date>2018-08-02T14:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Connect to Cluster Via PowerShell in OnTAP 9.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Cannot-Connect-to-Cluster-Via-PowerShell-in-OnTAP-9-3/m-p/141892#M31417</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/2305"&gt;@mbeattie&lt;/a&gt;, the domain authentication tunnel was the issue. Thank you again!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 13:04:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Cannot-Connect-to-Cluster-Via-PowerShell-in-OnTAP-9-3/m-p/141892#M31417</guid>
      <dc:creator>TMADOCTHOMAS</dc:creator>
      <dc:date>2018-08-03T13:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Connect to Cluster Via PowerShell in OnTAP 9.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Cannot-Connect-to-Cluster-Via-PowerShell-in-OnTAP-9-3/m-p/141893#M31418</link>
      <description>&lt;P&gt;Uh. makes sense...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Aug 2018 13:11:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Cannot-Connect-to-Cluster-Via-PowerShell-in-OnTAP-9-3/m-p/141893#M31418</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2018-08-03T13:11:05Z</dc:date>
    </item>
  </channel>
</rss>

