<?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: DataONTAP powershell cannot connect to a cluster in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/DataONTAP-powershell-cannot-connect-to-a-cluster/m-p/130441#M28385</link>
    <description>&lt;P&gt;Support had me changed "system services web modify -http-enabled true" even though other working clusters had that set to false, and that fixed the issue. &amp;nbsp;Confirmed&amp;nbsp;self-signed certificates are still valid so&amp;nbsp;unclear why this fixed it but powershell login works OK now.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Apr 2017 22:01:34 GMT</pubDate>
    <dc:creator>BenCoughtry</dc:creator>
    <dc:date>2017-04-24T22:01:34Z</dc:date>
    <item>
      <title>DataONTAP powershell cannot connect to a cluster</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/DataONTAP-powershell-cannot-connect-to-a-cluster/m-p/130319#M28368</link>
      <description>&lt;P&gt;Hi all, I'm having trouble connecting to 1 CDOT cluster but can connect to others from same server with matching hardware and OnTap versions. Below is what I've checked already. &amp;nbsp;I CAN reach onbox system manager OK as well as SSH to the cluster mgmt LIF, but powershell connections and thus WFA connections fail. &amp;nbsp;Details:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;PS C:\Windows\system32&amp;gt; Connect-NcController san2001c-cluster.eci.cloud -Credential admin&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;Connect-NcController : Object reference not set to an instance of an object.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;At line:1 char:1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;+ Connect-NcController san2001c-cluster.eci.cloud -Credential admin&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;+ CategoryInfo : InvalidResult: (san2001c-cluster.eci.cloud:NcController) [Connect-NcController], NullRef&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;erenceException&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;+ FullyQualifiedErrorId : HttpConnectionFailed,DataONTAP.C.PowerShell.SDK.ConnectNcController&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;PS C:\Windows\system32&amp;gt; Connect-NcController san2001c-cluster.eci.cloud -Credential admin -https&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;Connect-NcController : API invoke failed.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;At line:1 char:1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;+ Connect-NcController san2001c-cluster.eci.cloud -Credential admin -https&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;+ CategoryInfo : InvalidResult: (san2001c-cluster.eci.cloud:NcController) [Connect-NcController], NaExcep&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;tion&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;+ FullyQualifiedErrorId : HttpConnectionFailed,DataONTAP.C.PowerShell.SDK.ConnectNcController&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Things I've tried:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Connect to another cluster also running ontap 9.1from same powershell server -&amp;gt; connect OK&lt;/LI&gt;&lt;LI&gt;Connect to affected cluster&amp;nbsp;using systemscope credentials -&amp;gt; same error as above on affected cluster but OK on other 9.1 clusters&lt;/LI&gt;&lt;LI&gt;Compared configuration of the following match for both affected cluster and working cluster (both clusters run ontap 9.1:&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;vserver services web show&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;web access show&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;security ssh show&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;security ssl show&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;firewall policy show&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;security certificate show&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;There are NO firewalls between the&amp;nbsp;powershell server and affected cluster&lt;/LI&gt;&lt;LI&gt;I've tried powershell connections from other&amp;nbsp;Windows servers running different&amp;nbsp;Windows OS, powershell and DataONTAP plugin versions&amp;nbsp;-&amp;gt; same error&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Other information:&lt;/P&gt;&lt;P&gt;-DataONTAP plugin version 4.1.0&lt;/P&gt;&lt;P&gt;-Powershell version 4.0&lt;/P&gt;&lt;P&gt;-.NET v 3.5 and 4.5 feature are installed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions would be&amp;nbsp;appreciated. &amp;nbsp;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 15:10:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/DataONTAP-powershell-cannot-connect-to-a-cluster/m-p/130319#M28368</guid>
      <dc:creator>BenCoughtry</dc:creator>
      <dc:date>2025-06-04T15:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: DataONTAP powershell cannot connect to a cluster</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/DataONTAP-powershell-cannot-connect-to-a-cluster/m-p/130320#M28369</link>
      <description>&lt;P&gt;^^&lt;/P&gt;&lt;P&gt;The connection needs API access to the cluster&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;security login show &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to have API access&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, i've seen those really wierd errors once in a while&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 17:43:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/DataONTAP-powershell-cannot-connect-to-a-cluster/m-p/130320#M28369</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2017-04-20T17:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: DataONTAP powershell cannot connect to a cluster</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/DataONTAP-powershell-cannot-connect-to-a-cluster/m-p/130324#M28371</link>
      <description>&lt;P&gt;Do I not already have this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;san2001c-cluster::*&amp;gt; sec login show&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;(security login show)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Vserver: san2001c-cluster&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Authentication Acct Is-Nsswitch&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;User/Group Name Application Method Role Name Locked Group&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;---------------- ----------- --------- ---------------- ------ -----------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;admin console password admin no no&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;admin http password admin no no&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;admin ontapi password admin no no&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;admin service-processor&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;password admin no no&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;admin ssh password admin no no&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 18:20:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/DataONTAP-powershell-cannot-connect-to-a-cluster/m-p/130324#M28371</guid>
      <dc:creator>BenCoughtry</dc:creator>
      <dc:date>2017-04-20T18:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: DataONTAP powershell cannot connect to a cluster</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/DataONTAP-powershell-cannot-connect-to-a-cluster/m-p/130325#M28372</link>
      <description>&lt;P&gt;Yes, looks good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And you are connecting to the other cluster successfully from the same computer?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 18:52:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/DataONTAP-powershell-cannot-connect-to-a-cluster/m-p/130325#M28372</guid>
      <dc:creator>JGPSHNTAP</dc:creator>
      <dc:date>2017-04-20T18:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: DataONTAP powershell cannot connect to a cluster</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/DataONTAP-powershell-cannot-connect-to-a-cluster/m-p/130327#M28373</link>
      <description>&lt;P&gt;Correct &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &amp;nbsp;Just this 1 cluster is problematic, others work just fine and are running same OnTap versions, and apparently same configuration, as far as I can tell.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 19:01:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/DataONTAP-powershell-cannot-connect-to-a-cluster/m-p/130327#M28373</guid>
      <dc:creator>BenCoughtry</dc:creator>
      <dc:date>2017-04-20T19:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: DataONTAP powershell cannot connect to a cluster</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/DataONTAP-powershell-cannot-connect-to-a-cluster/m-p/130441#M28385</link>
      <description>&lt;P&gt;Support had me changed "system services web modify -http-enabled true" even though other working clusters had that set to false, and that fixed the issue. &amp;nbsp;Confirmed&amp;nbsp;self-signed certificates are still valid so&amp;nbsp;unclear why this fixed it but powershell login works OK now.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 22:01:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/DataONTAP-powershell-cannot-connect-to-a-cluster/m-p/130441#M28385</guid>
      <dc:creator>BenCoughtry</dc:creator>
      <dc:date>2017-04-24T22:01:34Z</dc:date>
    </item>
  </channel>
</rss>

