<?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 Need help for ONTAP ZTP (Zero Touch Provisioning) in Community Related Discussions</title>
    <link>https://community.netapp.com/t5/Community-Related-Discussions/Need-help-for-ONTAP-ZTP-Zero-Touch-Provisioning/m-p/454801#M870</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I am trying to set up ZTP (Zero Touch Provisioning) For AFF250 following &lt;A href="https://community.netapp.com/t5/ONTAP-Discussions/Netapp-Zero-Touch-Provisioning/td-p/144223" target="_blank"&gt;https://community.netapp.com/t5/ONTAP-Discussions/Netapp-Zero-Touch-Provisioning/td-p/144223&lt;/A&gt;, I can assign the IPs to mgmt_auto LIF for both nodes using DHCP, I assigned 10.0.0.91 to node1 and 10.0.0.92 to node2 and choose 10.0.0.23 as cluster mgmt IP. I created a json file file.json with content:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&lt;BR /&gt;"name": "aa-stge-clus-01",&lt;BR /&gt;"location": "CL4",&lt;BR /&gt;"dns_domains": [&lt;BR /&gt;"example.com"&lt;BR /&gt;],&lt;BR /&gt;"name_servers": [&lt;BR /&gt;"10.0.0.33"&lt;BR /&gt;],&lt;BR /&gt;"ntp_servers": [&lt;BR /&gt;"10.0.0.33"&lt;BR /&gt;],&lt;BR /&gt;"management_interface": {&lt;BR /&gt;"ip": {&lt;BR /&gt;"address": "10.0.0.23",&lt;BR /&gt;"netmask": "255.255.255.0",&lt;BR /&gt;"gateway": "10.0.0.1"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"password": "Netapp1!",&lt;BR /&gt;"nodes": [&lt;BR /&gt;{&lt;BR /&gt;"cluster_interface": {&lt;BR /&gt;"ip": {&lt;BR /&gt;"address": "169.254.1.1"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"name": "aa-aa-stge01-01",&lt;BR /&gt;"management_interface": {&lt;BR /&gt;"ip": {&lt;BR /&gt;"address": "10.0.0.91"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"cluster_interface": {&lt;BR /&gt;"ip": {&lt;BR /&gt;"address": "169.254.1.2"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"name": "aa-aa-stge01-02",&lt;BR /&gt;"management_interface": {&lt;BR /&gt;"ip": {&lt;BR /&gt;"address": "10.0.0.92"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And run the command: curl --user admin: -X POST '&lt;A href="https://10.0.0.91/api/cluster?keep_precluster_config=true" target="_blank"&gt;https://10.0.0.91/api/cluster?keep_precluster_config=true&lt;/A&gt;' -H 'accept: application/hal+json' -d @./files.json --insecure It only changed admin password for node1 I also tried: curl --user admin: -X POST '&lt;A href="https://10.0.0.91/api/cluster" target="_blank"&gt;https://10.0.0.91/api/cluster&lt;/A&gt;' -H 'accept: application/hal+json' -d @./files.json --insecure Based on Creating the cluster from. &lt;A href="https://docs.netapp.com/us-en/ontap-restapi/ontap/cluster_endpoint_overview.html#discovering-the-nodes" target="_blank"&gt;https://docs.netapp.com/us-en/ontap-restapi/ontap/cluster_endpoint_overview.html#discovering-the-nodes&lt;/A&gt; I will also only change the password for the node1. When I tried to ssh, I have to enable ssh for admin by the following command through console security login create -user-or-group-name admin -application ssh -authentication-method password -role admin How can I create the cluster after I assign IPs through DHCP and enable ssh for admin account through REST API (without console)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 30 Aug 2024 19:39:56 GMT</pubDate>
    <dc:creator>PengZ</dc:creator>
    <dc:date>2024-08-30T19:39:56Z</dc:date>
    <item>
      <title>Need help for ONTAP ZTP (Zero Touch Provisioning)</title>
      <link>https://community.netapp.com/t5/Community-Related-Discussions/Need-help-for-ONTAP-ZTP-Zero-Touch-Provisioning/m-p/454801#M870</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am trying to set up ZTP (Zero Touch Provisioning) For AFF250 following &lt;A href="https://community.netapp.com/t5/ONTAP-Discussions/Netapp-Zero-Touch-Provisioning/td-p/144223" target="_blank"&gt;https://community.netapp.com/t5/ONTAP-Discussions/Netapp-Zero-Touch-Provisioning/td-p/144223&lt;/A&gt;, I can assign the IPs to mgmt_auto LIF for both nodes using DHCP, I assigned 10.0.0.91 to node1 and 10.0.0.92 to node2 and choose 10.0.0.23 as cluster mgmt IP. I created a json file file.json with content:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&lt;BR /&gt;"name": "aa-stge-clus-01",&lt;BR /&gt;"location": "CL4",&lt;BR /&gt;"dns_domains": [&lt;BR /&gt;"example.com"&lt;BR /&gt;],&lt;BR /&gt;"name_servers": [&lt;BR /&gt;"10.0.0.33"&lt;BR /&gt;],&lt;BR /&gt;"ntp_servers": [&lt;BR /&gt;"10.0.0.33"&lt;BR /&gt;],&lt;BR /&gt;"management_interface": {&lt;BR /&gt;"ip": {&lt;BR /&gt;"address": "10.0.0.23",&lt;BR /&gt;"netmask": "255.255.255.0",&lt;BR /&gt;"gateway": "10.0.0.1"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"password": "Netapp1!",&lt;BR /&gt;"nodes": [&lt;BR /&gt;{&lt;BR /&gt;"cluster_interface": {&lt;BR /&gt;"ip": {&lt;BR /&gt;"address": "169.254.1.1"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"name": "aa-aa-stge01-01",&lt;BR /&gt;"management_interface": {&lt;BR /&gt;"ip": {&lt;BR /&gt;"address": "10.0.0.91"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"cluster_interface": {&lt;BR /&gt;"ip": {&lt;BR /&gt;"address": "169.254.1.2"&lt;BR /&gt;}&lt;BR /&gt;},&lt;BR /&gt;"name": "aa-aa-stge01-02",&lt;BR /&gt;"management_interface": {&lt;BR /&gt;"ip": {&lt;BR /&gt;"address": "10.0.0.92"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And run the command: curl --user admin: -X POST '&lt;A href="https://10.0.0.91/api/cluster?keep_precluster_config=true" target="_blank"&gt;https://10.0.0.91/api/cluster?keep_precluster_config=true&lt;/A&gt;' -H 'accept: application/hal+json' -d @./files.json --insecure It only changed admin password for node1 I also tried: curl --user admin: -X POST '&lt;A href="https://10.0.0.91/api/cluster" target="_blank"&gt;https://10.0.0.91/api/cluster&lt;/A&gt;' -H 'accept: application/hal+json' -d @./files.json --insecure Based on Creating the cluster from. &lt;A href="https://docs.netapp.com/us-en/ontap-restapi/ontap/cluster_endpoint_overview.html#discovering-the-nodes" target="_blank"&gt;https://docs.netapp.com/us-en/ontap-restapi/ontap/cluster_endpoint_overview.html#discovering-the-nodes&lt;/A&gt; I will also only change the password for the node1. When I tried to ssh, I have to enable ssh for admin by the following command through console security login create -user-or-group-name admin -application ssh -authentication-method password -role admin How can I create the cluster after I assign IPs through DHCP and enable ssh for admin account through REST API (without console)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2024 19:39:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Community-Related-Discussions/Need-help-for-ONTAP-ZTP-Zero-Touch-Provisioning/m-p/454801#M870</guid>
      <dc:creator>PengZ</dc:creator>
      <dc:date>2024-08-30T19:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need help for ONTAP ZTP (Zero Touch Provisioning)</title>
      <link>https://community.netapp.com/t5/Community-Related-Discussions/Need-help-for-ONTAP-ZTP-Zero-Touch-Provisioning/m-p/454876#M871</link>
      <description>&lt;P&gt;Does anyone have any idea what I can try?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2024 21:56:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Community-Related-Discussions/Need-help-for-ONTAP-ZTP-Zero-Touch-Provisioning/m-p/454876#M871</guid>
      <dc:creator>PengZ</dc:creator>
      <dc:date>2024-09-04T21:56:31Z</dc:date>
    </item>
  </channel>
</rss>

