<?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 NetApp access using connect-nccontroller in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-access-using-connect-nccontroller/m-p/170631#M6460</link>
    <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This may be silly question to many, but recently new to the POSH module&amp;nbsp; for ONTAP, and working with it to extract some data for a customer. However I have a jump host that I have to use, and when I try to connect I'm getting errors such as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Connect-nccontroller : Could not connect to xx.yy.aa.zz on port 80 for protocol HTTP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought this would default to HTTPS, but presuming it can't connect on this port for some reason (which is odd as system manager can) - can anyone shed any light please as quite an urgent issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 10:11:56 GMT</pubDate>
    <dc:creator>Simon_Woodcock</dc:creator>
    <dc:date>2025-06-04T10:11:56Z</dc:date>
    <item>
      <title>NetApp access using connect-nccontroller</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-access-using-connect-nccontroller/m-p/170631#M6460</link>
      <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This may be silly question to many, but recently new to the POSH module&amp;nbsp; for ONTAP, and working with it to extract some data for a customer. However I have a jump host that I have to use, and when I try to connect I'm getting errors such as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Connect-nccontroller : Could not connect to xx.yy.aa.zz on port 80 for protocol HTTP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought this would default to HTTPS, but presuming it can't connect on this port for some reason (which is odd as system manager can) - can anyone shed any light please as quite an urgent issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:11:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-access-using-connect-nccontroller/m-p/170631#M6460</guid>
      <dc:creator>Simon_Woodcock</dc:creator>
      <dc:date>2025-06-04T10:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp access using connect-nccontroller</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-access-using-connect-nccontroller/m-p/170645#M6461</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The default for&amp;nbsp;&lt;SPAN&gt;POSH&amp;nbsp;is to use https and if failed it will drop to http. if you want to set it to use https or http directly, just use the -http or -https parameter&amp;nbsp;when issuing the Connect-nccontroller.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ex:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PS &amp;gt;&amp;nbsp;&amp;nbsp;Connect-Nccontroller -Name cluster1 -http or -https&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;which network IP address are you using to connect via PS (cluster-mgmt lif or node mgmt-lif etc...)? and is it the same IP used to connect to sysmgr.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also, can you share the output of the connect-nccontroller with -verbose paramter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To get http to work while troubleshooting the reason behind https not working, check wether it is enabled on the cluster level:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;cluster::&amp;gt;&amp;nbsp;system services web show&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;External Web Services: true&lt;BR /&gt;HTTP Port: 80&lt;BR /&gt;HTTPS Port: 443&lt;BR /&gt;Protocol Status: online&lt;BR /&gt;Per Address Limit: 80&lt;BR /&gt;Wait Queue Capacity: 192&lt;BR /&gt;HTTP Enabled: false&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;HTTP is disabled by default, you can enable using the command below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;cluster::&amp;gt; system services web modify -http-enabled true&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this answer your question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&amp;nbsp;&lt;/SPAN&gt;&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>Fri, 08 Oct 2021 01:46:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-access-using-connect-nccontroller/m-p/170645#M6461</guid>
      <dc:creator>hmoubara</dc:creator>
      <dc:date>2021-10-08T01:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp access using connect-nccontroller</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-access-using-connect-nccontroller/m-p/171124#M6468</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/12342"&gt;@Simon_Woodcock&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Were you able to connect successfully, following&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/14855"&gt;@hmoubara&lt;/a&gt;&amp;nbsp;post?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 05:37:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-access-using-connect-nccontroller/m-p/171124#M6468</guid>
      <dc:creator>tahmad</dc:creator>
      <dc:date>2021-10-26T05:37:00Z</dc:date>
    </item>
  </channel>
</rss>

