<?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: ZAPI is not enabled in pre-cluster mode in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/ZAPI-is-not-enabled-in-pre-cluster-mode/m-p/134322#M2467</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Thanks for the reply.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Interesting though - I just tried it with the 9.1 Simulator and it connected (without manually creating a LIF) - just ran node setup, Ctrl-C, then set the password.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You might want to verify all your network mappings (vmnic-&amp;gt;virtual netowrk-&amp;gt;ONTAP port e0?).&amp;nbsp; I set all 4 of mine to "Host-Only" which is vmnet1. If I recall, the default uses NAT on a couple vmnics..&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The first two vmnics (e0a and e0b) are for cluster interconnects and do not need host access.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you verify you could ping the IP address you assigned in node setup before creating the LIF?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Yes, I can ping the the node address and access with a browser.&amp;nbsp; I do not know what the difference is between the LIF created by node setup or manual. I'll have to look deeper.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, there are a limited number of ZAPI commands that work before the cluster is created...I haven't checked this lately but seems to still be correct &lt;IMG src="https://community.netapp.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Allowed Precluster&amp;nbsp;ZAPI calls:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;net-interface-create&lt;/LI&gt;&lt;LI&gt;net-interface-modify&lt;/LI&gt;&lt;LI&gt;net-interface-delete&lt;/LI&gt;&lt;LI&gt;net-port-modify&lt;/LI&gt;&lt;LI&gt;net-device-discovery-get-iter&lt;/LI&gt;&lt;LI&gt;net-port-get-iter&lt;/LI&gt;&lt;LI&gt;net-interface-get-iter&lt;/LI&gt;&lt;LI&gt;storage-disk-get-iter&lt;/LI&gt;&lt;LI&gt;aggr-spare-get-iter&lt;/LI&gt;&lt;LI&gt;cf-status&lt;/LI&gt;&lt;LI&gt;system-get-node-info-iter&lt;/LI&gt;&lt;LI&gt;net-options-get&lt;/LI&gt;&lt;LI&gt;net-options-modify&lt;/LI&gt;&lt;LI&gt;net-cluster-ping&lt;/LI&gt;&lt;LI&gt;security-login-modify-password&lt;/LI&gt;&lt;LI&gt;system-node-discovery-get-iter&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;So if a PowerShell cmdlet uses any ZAPI calls not listed above BEFORE the cluster is created - you will get the "ZAPI is not enabled in pre-cluster mode" error.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This is good stuff. It looks like some additional setup may be required before I can create the cluster since New-NcCluster does not work. That's another question.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Sep 2017 18:11:53 GMT</pubDate>
    <dc:creator>ronaldmajor</dc:creator>
    <dc:date>2017-09-07T18:11:53Z</dc:date>
    <item>
      <title>ZAPI is not enabled in pre-cluster mode</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/ZAPI-is-not-enabled-in-pre-cluster-mode/m-p/134287#M2460</link>
      <description>&lt;P&gt;I am scripting the tasks to build a new filer with PSTK 4.4 and it is failing at the first step. I am testing on a 9.1 simulator.&lt;/P&gt;&lt;P&gt;I manually set the node management IP and execute Connect-NcController then get the following result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS C:\Scripts&amp;gt; Connect-NaController 192.168.146.21 -HTTPS&lt;BR /&gt;&lt;STRONG&gt;Connect-NaController : ZAPI is not enabled in pre-cluster mode.&lt;/STRONG&gt;&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Connect-NaController 192.168.146.21 -HTTPS&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : InvalidResult: (192.168.146.21:NaController) [Connect-NaController], EAPIPRIVILEGE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : HttpConnectionFailed,DataONTAP.PowerShell.SDK.ConnectNaController&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 19:37:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/ZAPI-is-not-enabled-in-pre-cluster-mode/m-p/134287#M2460</guid>
      <dc:creator>ronaldmajor</dc:creator>
      <dc:date>2017-09-06T19:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: ZAPI is not enabled in pre-cluster mode</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/ZAPI-is-not-enabled-in-pre-cluster-mode/m-p/134289#M2461</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/2461"&gt;@ronaldmajor&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you seen this post by&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/37407"&gt;@JohnChampion&lt;/a&gt;:&amp;nbsp;&lt;A href="http://netapp.io/2017/03/17/automate-cluster-setup-12-steps-with-ontap-powershell-toolkit-4-1/" target="_self"&gt;Automate Cluster Setup in 12-Steps with ONTAP PowerShell Toolkit 4.1&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;He walks through the process of setting up a cluster using the PowerShell Toolkit.&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, 06 Sep 2017 21:19:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/ZAPI-is-not-enabled-in-pre-cluster-mode/m-p/134289#M2461</guid>
      <dc:creator>asulliva</dc:creator>
      <dc:date>2017-09-06T21:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: ZAPI is not enabled in pre-cluster mode</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/ZAPI-is-not-enabled-in-pre-cluster-mode/m-p/134311#M2462</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; I did see that post and am using those techniques. Looking back at the prerequisites, step 2 may be the part that I need to work on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the simulator, I "Clean configuration and initialize all disks."&amp;nbsp; After the clean and filer reboots it asks for the node network information. I enter the IP information and then it it says to use a browser to complete the setup. At this point I, use Ctrl-C to break out of the setup and set the admin password. I then use the Connect-NcController with the node IP and provide the admin user and password to log in. This is where I get the error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could this be specific to the simulator. I have a FAS2520 to test with, but do not have it ready to use at this time.&lt;/P&gt;&lt;P&gt;I was hoping to test with the simulator before tackling the real thing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 15:09:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/ZAPI-is-not-enabled-in-pre-cluster-mode/m-p/134311#M2462</guid>
      <dc:creator>ronaldmajor</dc:creator>
      <dc:date>2017-09-07T15:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: ZAPI is not enabled in pre-cluster mode</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/ZAPI-is-not-enabled-in-pre-cluster-mode/m-p/134319#M2464</link>
      <description>&lt;P&gt;OK, I found that if I break out of the cluster setup after boot, set the admin password, and manually create the node management lif, then Connect-NcController works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like&amp;nbsp; a level of manual effort must be accomplished before automation can be used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 17:30:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/ZAPI-is-not-enabled-in-pre-cluster-mode/m-p/134319#M2464</guid>
      <dc:creator>ronaldmajor</dc:creator>
      <dc:date>2017-09-07T17:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: ZAPI is not enabled in pre-cluster mode</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/ZAPI-is-not-enabled-in-pre-cluster-mode/m-p/134320#M2465</link>
      <description>&lt;P&gt;Glad you got it working!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Interesting though - I just tried it with the 9.1 Simulator and it connected (without manually creating a LIF) - just ran node setup, Ctrl-C, then set the password.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You might want to verify all your network mappings (vmnic-&amp;gt;virtual netowrk-&amp;gt;ONTAP port e0?).&amp;nbsp; I set all 4 of mine to "Host-Only" which is vmnet1. If I recall, the default uses NAT on a couple vmnics..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you verify you could ping the IP address you assigned in node setup before creating the LIF?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, there are a limited number of ZAPI commands that work before the cluster is created...I haven't checked this lately but seems to still be correct &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Allowed Precluster&amp;nbsp;ZAPI calls:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;net-interface-create&lt;/LI&gt;&lt;LI&gt;net-interface-modify&lt;/LI&gt;&lt;LI&gt;net-interface-delete&lt;/LI&gt;&lt;LI&gt;net-port-modify&lt;/LI&gt;&lt;LI&gt;net-device-discovery-get-iter&lt;/LI&gt;&lt;LI&gt;net-port-get-iter&lt;/LI&gt;&lt;LI&gt;net-interface-get-iter&lt;/LI&gt;&lt;LI&gt;storage-disk-get-iter&lt;/LI&gt;&lt;LI&gt;aggr-spare-get-iter&lt;/LI&gt;&lt;LI&gt;cf-status&lt;/LI&gt;&lt;LI&gt;system-get-node-info-iter&lt;/LI&gt;&lt;LI&gt;net-options-get&lt;/LI&gt;&lt;LI&gt;net-options-modify&lt;/LI&gt;&lt;LI&gt;net-cluster-ping&lt;/LI&gt;&lt;LI&gt;security-login-modify-password&lt;/LI&gt;&lt;LI&gt;system-node-discovery-get-iter&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;So if a PowerShell cmdlet uses any ZAPI calls not listed above BEFORE the cluster is created - you will get the "ZAPI is not enabled in pre-cluster mode" error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 17:56:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/ZAPI-is-not-enabled-in-pre-cluster-mode/m-p/134320#M2465</guid>
      <dc:creator>JohnChampion</dc:creator>
      <dc:date>2017-09-07T17:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: ZAPI is not enabled in pre-cluster mode</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/ZAPI-is-not-enabled-in-pre-cluster-mode/m-p/134322#M2467</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Thanks for the reply.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Interesting though - I just tried it with the 9.1 Simulator and it connected (without manually creating a LIF) - just ran node setup, Ctrl-C, then set the password.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You might want to verify all your network mappings (vmnic-&amp;gt;virtual netowrk-&amp;gt;ONTAP port e0?).&amp;nbsp; I set all 4 of mine to "Host-Only" which is vmnet1. If I recall, the default uses NAT on a couple vmnics..&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The first two vmnics (e0a and e0b) are for cluster interconnects and do not need host access.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you verify you could ping the IP address you assigned in node setup before creating the LIF?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Yes, I can ping the the node address and access with a browser.&amp;nbsp; I do not know what the difference is between the LIF created by node setup or manual. I'll have to look deeper.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, there are a limited number of ZAPI commands that work before the cluster is created...I haven't checked this lately but seems to still be correct &lt;IMG src="https://community.netapp.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Allowed Precluster&amp;nbsp;ZAPI calls:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;net-interface-create&lt;/LI&gt;&lt;LI&gt;net-interface-modify&lt;/LI&gt;&lt;LI&gt;net-interface-delete&lt;/LI&gt;&lt;LI&gt;net-port-modify&lt;/LI&gt;&lt;LI&gt;net-device-discovery-get-iter&lt;/LI&gt;&lt;LI&gt;net-port-get-iter&lt;/LI&gt;&lt;LI&gt;net-interface-get-iter&lt;/LI&gt;&lt;LI&gt;storage-disk-get-iter&lt;/LI&gt;&lt;LI&gt;aggr-spare-get-iter&lt;/LI&gt;&lt;LI&gt;cf-status&lt;/LI&gt;&lt;LI&gt;system-get-node-info-iter&lt;/LI&gt;&lt;LI&gt;net-options-get&lt;/LI&gt;&lt;LI&gt;net-options-modify&lt;/LI&gt;&lt;LI&gt;net-cluster-ping&lt;/LI&gt;&lt;LI&gt;security-login-modify-password&lt;/LI&gt;&lt;LI&gt;system-node-discovery-get-iter&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;So if a PowerShell cmdlet uses any ZAPI calls not listed above BEFORE the cluster is created - you will get the "ZAPI is not enabled in pre-cluster mode" error.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This is good stuff. It looks like some additional setup may be required before I can create the cluster since New-NcCluster does not work. That's another question.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 18:11:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/ZAPI-is-not-enabled-in-pre-cluster-mode/m-p/134322#M2467</guid>
      <dc:creator>ronaldmajor</dc:creator>
      <dc:date>2017-09-07T18:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: ZAPI is not enabled in pre-cluster mode</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/ZAPI-is-not-enabled-in-pre-cluster-mode/m-p/134325#M2468</link>
      <description>&lt;P&gt;I'm doing some tests using the 9.1 and 9.2 simulators. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like if you're building a &lt;STRONG&gt;single node cluster&lt;/STRONG&gt;, the &lt;STRONG&gt;2 ports assigned to the Cluster ipspace need to be moved to the Default ipspace&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got it to work on 9.2 sim - but I corrupted my root volume on the 9.1 sim &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also used the &lt;STRONG&gt;-NodeCount 1&lt;/STRONG&gt; parameter on the New-NcCluster cmdlet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will update once I get through a few runs.&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, 07 Sep 2017 19:11:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/ZAPI-is-not-enabled-in-pre-cluster-mode/m-p/134325#M2468</guid>
      <dc:creator>JohnChampion</dc:creator>
      <dc:date>2017-09-07T19:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: ZAPI is not enabled in pre-cluster mode</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/ZAPI-is-not-enabled-in-pre-cluster-mode/m-p/134327#M2470</link>
      <description>&lt;P&gt;OK - I'm assuming you're building a &lt;STRONG&gt;single node cluste&lt;/STRONG&gt;r with the &lt;STRONG&gt;9.1 simulator&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran node setup and set the admin password&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I moved e0a and e0b out of the Cluster ipspace and placed them in the Default ipspace&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;net port modify -node localhost -port e0a -ipsapce Default&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;net port modify -node localhost -port e0b -ipsapce Default&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Rebooted (may not be necessary but I wanted to make sure the changes stuck)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PS&amp;gt; Import-Module DataONTAP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PS&amp;gt;&amp;nbsp;Connect-NcController {node IP}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PS&amp;gt;&amp;nbsp;New-NcCluster -ClusterName TEST -License {whatever} -NodeCount 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS&amp;gt; Get-NcClusterCreateProgress&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;CurrentStatusMessage : Cluster has been created.&lt;BR /&gt;IsComplete : True&lt;BR /&gt;NcController : 192.168.201.11&lt;BR /&gt;Status : success&lt;BR /&gt;IsCompleteSpecified : True&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TEST::&amp;gt; cluster show&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Node &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Health &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Eligibility&lt;/P&gt;&lt;P&gt;------------------------------- &amp;nbsp;------------------ &amp;nbsp;------------&lt;/P&gt;&lt;P&gt;TEST-01 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; true &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a 2-node 9.1 simulator that I can zero and try as well - I'm curious &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 19:52:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/ZAPI-is-not-enabled-in-pre-cluster-mode/m-p/134327#M2470</guid>
      <dc:creator>JohnChampion</dc:creator>
      <dc:date>2017-09-07T19:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: ZAPI is not enabled in pre-cluster mode</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/ZAPI-is-not-enabled-in-pre-cluster-mode/m-p/134413#M2474</link>
      <description>&lt;P&gt;When I moved the cluster ports to the Default IPspace New-NcCluster worked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use Set-NcNetPort to change the cluster port IPspace but it fails.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS C:\windows\system32&amp;gt; Set-NcNetPort -Node localhost -Name e0b -Ipspace Default&lt;BR /&gt;Set-NcNetPort : You must provide one or more values to apply your changes.&lt;BR /&gt;At line:1 char:1&lt;BR /&gt;+ Set-NcNetPort -Node localhost -Name e0b -Ipspace Default&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : InvalidOperation: (192.168.146.21:NcController) [Set-NcNetPort], EINVALIDINPUTERROR&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId : ApiException,DataONTAP.C.PowerShell.SDK.Cmdlets.Net.SetNcNetPort&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know if this is not supported in ONTAP 9.1 or if I am missing an argument. I am using PSTK 4.4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2017 12:42:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/ZAPI-is-not-enabled-in-pre-cluster-mode/m-p/134413#M2474</guid>
      <dc:creator>ronaldmajor</dc:creator>
      <dc:date>2017-09-12T12:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: ZAPI is not enabled in pre-cluster mode</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/ZAPI-is-not-enabled-in-pre-cluster-mode/m-p/439364#M3236</link>
      <description>&lt;P&gt;I know it's an old thread, but just for other to follow.&amp;nbsp; I have managed to setup a simulator with zero human interaction, using the vmware api Vmware.vim.usbScanCodeSpec.&amp;nbsp; this allows you to interact with a vm through a vcenter connection.&amp;nbsp; I used this to interupt boot, using option 4, setup cluster.&amp;nbsp; The rest can then be done ansible or code of preference.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 14:38:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/ZAPI-is-not-enabled-in-pre-cluster-mode/m-p/439364#M3236</guid>
      <dc:creator>mirko</dc:creator>
      <dc:date>2022-10-26T14:38:50Z</dc:date>
    </item>
  </channel>
</rss>

