<?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: Enable-NcClusterHA Not Working (New-NcCluster) in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Enable-NcClusterHA-Not-Working-New-NcCluster/m-p/128154#M5277</link>
    <description>&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Enable-NcClusterHa is not the equivalent of "cluster ha modify", rather it is the equivalent of the CLI command "storage failover modify" and is using the "&lt;SPAN&gt;cf-service-enable" ZAPI&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
    <pubDate>Wed, 15 Feb 2017 18:27:09 GMT</pubDate>
    <dc:creator>asulliva</dc:creator>
    <dc:date>2017-02-15T18:27:09Z</dc:date>
    <item>
      <title>Enable-NcClusterHA Not Working (New-NcCluster)</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Enable-NcClusterHA-Not-Working-New-NcCluster/m-p/128153#M5276</link>
      <description>&lt;P&gt;Environment: NetApp PowerShell Toolkit 4.3, FAS2552 running ONTAP 9.1GA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on a new cluster setup script and trying the New-NcCluster cmdlet. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything works great with the exception of the last cmdlet - Enable-NcClusterHA. &amp;nbsp;This should (as I understand) be the equivalent of the CLI command "cluster ha modify -configured true". &amp;nbsp;I was able to set this correctly using a ZAPI call as well as the CLI....just not the cmdlet (?).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, during troubleshooting, I noticed that the Set-NcClusterHaMode is not really needed (?) - the appropriate options are already set correctly. So it'd probably be possible to skip this one along with the reboots - but going along with what has worked in the past.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Import-Module DataOntap&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Connect Node 1&lt;/P&gt;&lt;P&gt;Connect-NcController 10.0.10.14&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Create Cluster&lt;/P&gt;&lt;P&gt;New-NcCluster -ClusterName MASTER -License {license}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Check Progress&lt;/P&gt;&lt;P&gt;Get-NcClusterCreateProgress&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# TNSC&lt;/P&gt;&lt;P&gt;Set-NcNetOption -SwitchlessCluster $true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Cluster Mgmt Interface&lt;/P&gt;&lt;P&gt;New-NcNetInterface -Name MASTER_mgmt -Vserver MASTER -Role cluster_mgmt -Node MASTER-01 -Port e0M -Address 10.0.10.13 -Netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Connect Node 2&lt;/P&gt;&lt;P&gt;Connect-NcController 10.0.10.15&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Join Node 2 to Cluster&lt;/P&gt;&lt;P&gt;Add-NcCluster -ClusterName MASTER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Check Progress&lt;/P&gt;&lt;P&gt;Get-NcClusterCreateProgress&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Connect to Cluster&lt;/P&gt;&lt;P&gt;Connect-NcController 10.0.10.13&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Set HA Mode&lt;/P&gt;&lt;P&gt;Set-NcClusterHaMode -Node MASTER-01 -Enable&lt;BR /&gt;Set-NcClusterHaMode -Node MASTER-02 -Enable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Reboot&lt;/P&gt;&lt;P&gt;Restart-NcNode -IgnoreQuorumWarnings -Node MASTER-02&lt;BR /&gt;Restart-NcNode -IgnoreQuorumWarnings -Node MASTER-01&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Connect to Cluster&lt;/P&gt;&lt;P&gt;Connect-NcController 10.0.10.13&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Enable Cluster HA&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Enable-NcClusterHa -Node MASTER-01&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Enable-NcClusterHa -Node MASTER-02&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas why the Enable-NcClusterHa cmdlet is not working?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- John&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 15:26:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Enable-NcClusterHA-Not-Working-New-NcCluster/m-p/128153#M5276</guid>
      <dc:creator>JohnChampion</dc:creator>
      <dc:date>2025-06-04T15:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Enable-NcClusterHA Not Working (New-NcCluster)</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Enable-NcClusterHA-Not-Working-New-NcCluster/m-p/128154#M5277</link>
      <description>&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Enable-NcClusterHa is not the equivalent of "cluster ha modify", rather it is the equivalent of the CLI command "storage failover modify" and is using the "&lt;SPAN&gt;cf-service-enable" ZAPI&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 18:27:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Enable-NcClusterHA-Not-Working-New-NcCluster/m-p/128154#M5277</guid>
      <dc:creator>asulliva</dc:creator>
      <dc:date>2017-02-15T18:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Enable-NcClusterHA Not Working (New-NcCluster)</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Enable-NcClusterHA-Not-Working-New-NcCluster/m-p/128156#M5278</link>
      <description>&lt;P&gt;OK - so what cmdlet is the equivalent? &amp;nbsp;Do I have the cmdlets in the wrong order? &amp;nbsp;I've tried both sequences and cannot find any other cmdlet related to HA to make the final setting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 18:37:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Enable-NcClusterHA-Not-Working-New-NcCluster/m-p/128156#M5278</guid>
      <dc:creator>JohnChampion</dc:creator>
      <dc:date>2017-02-15T18:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Enable-NcClusterHA Not Working (New-NcCluster)</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Enable-NcClusterHA-Not-Working-New-NcCluster/m-p/128157#M5279</link>
      <description>&lt;P&gt;There is no cmdlet equivalent. &amp;nbsp;The API equivalent&amp;nbsp;for "cluster ha modify" is private, unsupported, undocumented, and deprecated...so probably not a good one to use. &amp;nbsp;Maybe use Invoke-NcSsh to change that setting?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 18:50:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Enable-NcClusterHA-Not-Working-New-NcCluster/m-p/128157#M5279</guid>
      <dc:creator>asulliva</dc:creator>
      <dc:date>2017-02-15T18:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Enable-NcClusterHA Not Working (New-NcCluster)</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Enable-NcClusterHA-Not-Working-New-NcCluster/m-p/128159#M5280</link>
      <description>&lt;P&gt;I'll go with Invoke-NcSSH for now - seems odd that just about every other cmdlet you need to build an HA pair/cluster is now available EXCEPT that last step - hopefully they'll work it out.&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;- John&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 18:53:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Enable-NcClusterHA-Not-Working-New-NcCluster/m-p/128159#M5280</guid>
      <dc:creator>JohnChampion</dc:creator>
      <dc:date>2017-02-15T18:53:12Z</dc:date>
    </item>
  </channel>
</rss>

