<?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 Migrate data from a single node cluster to a single node cluster with CDOT 8.3 in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Migrate-data-from-a-single-node-cluster-to-a-single-node-cluster-with-CDOT-8-3/m-p/108300#M22405</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two FAS2240-4 in the office, one for production and the second one intended to use it for DR, the FAS with 18 disk of 2TB each that is in production has 3 disk for the root aggregate and the rest for data, so I need to wipe the system in order to take advantage of the HDD partitioning for the entry platforms in CDOT 8.3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Second system is fresh installed with CDOT 8.3 with the Root-Data HDD partitioning so now I want to move the Data and configuration to replace the first cluster with the second one.&lt;/P&gt;&lt;P&gt;Some body gave me a procedure to backup the configuration and restore it at the destination cluster but I believe that is not complete. After finish the procedure I have all duplicated and not working properly, even with missed data, so the procedure is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---------------------------------------------------&lt;BR /&gt;SYSTEM CONFIGRUATION BACKUPS FOR CLUSTERED ONTAP&lt;/P&gt;&lt;P&gt;SOURCE SYSTEM&lt;BR /&gt;---------------------------------&lt;BR /&gt;set -priv diagnostic&lt;BR /&gt;cluster identiy show&lt;BR /&gt;system configuration backup create -backup-name myBackup.7z -node node1 -backup-type cluster (Create a node backup of node1)&lt;BR /&gt;system configuration backup upload -node node1 -backup myBackup.7z -destination &lt;A href="ftp://username:password@ftp.server.com" target="_blank"&gt;ftp://username:password@ftp.server.com&lt;/A&gt; (Uploads a backup file to ftp)&lt;/P&gt;&lt;P&gt;DESTINATION SYSTEM&lt;BR /&gt;---------------------------------&lt;BR /&gt;## This would be done after setting up one node on the dr site, but prior to confguring the rest of the nodes&lt;BR /&gt;## you would basically stand up the system with ips and a base config, and load the config from the primary site&lt;BR /&gt;## and once it comes back up, you would setup &amp;amp; join the other nodes.&lt;BR /&gt;set -priv diagnostic&lt;BR /&gt;cluster identity show&lt;BR /&gt;system configuration backup download -node node1 -backup myBackup.7z -destination &lt;A href="ftp://username:password@ftp.server.com" target="_blank"&gt;ftp://username:password@ftp.server.com&lt;/A&gt;&lt;BR /&gt;system configuration recovery cluster recreate -from backup -backup myBackup.7z&lt;BR /&gt;system node reboot -node node1&lt;BR /&gt;cluster identity show&lt;BR /&gt;cluster identity modify -name newcluster&lt;BR /&gt;cluster identity show&lt;BR /&gt;system configutration recovery cluster modify -recovery-status complete&lt;/P&gt;&lt;P&gt;----------------------------------------------------&lt;/P&gt;&lt;P&gt;After doing this then I have problems with the folowing:&lt;BR /&gt;- Volumes without properties&lt;BR /&gt;- Network interfaces down and mixed with the old and new system&lt;BR /&gt;- Aggregates with no info (This table is currently empty)&lt;/P&gt;&lt;P&gt;- The node name is not able to rename it because it says that is already in use.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe that I need more information in order to complete the procedure well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that you can help me with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Miguel Valls&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 23:35:34 GMT</pubDate>
    <dc:creator>miguelvalls</dc:creator>
    <dc:date>2025-06-04T23:35:34Z</dc:date>
    <item>
      <title>Migrate data from a single node cluster to a single node cluster with CDOT 8.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Migrate-data-from-a-single-node-cluster-to-a-single-node-cluster-with-CDOT-8-3/m-p/108300#M22405</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two FAS2240-4 in the office, one for production and the second one intended to use it for DR, the FAS with 18 disk of 2TB each that is in production has 3 disk for the root aggregate and the rest for data, so I need to wipe the system in order to take advantage of the HDD partitioning for the entry platforms in CDOT 8.3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Second system is fresh installed with CDOT 8.3 with the Root-Data HDD partitioning so now I want to move the Data and configuration to replace the first cluster with the second one.&lt;/P&gt;&lt;P&gt;Some body gave me a procedure to backup the configuration and restore it at the destination cluster but I believe that is not complete. After finish the procedure I have all duplicated and not working properly, even with missed data, so the procedure is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---------------------------------------------------&lt;BR /&gt;SYSTEM CONFIGRUATION BACKUPS FOR CLUSTERED ONTAP&lt;/P&gt;&lt;P&gt;SOURCE SYSTEM&lt;BR /&gt;---------------------------------&lt;BR /&gt;set -priv diagnostic&lt;BR /&gt;cluster identiy show&lt;BR /&gt;system configuration backup create -backup-name myBackup.7z -node node1 -backup-type cluster (Create a node backup of node1)&lt;BR /&gt;system configuration backup upload -node node1 -backup myBackup.7z -destination &lt;A href="ftp://username:password@ftp.server.com" target="_blank"&gt;ftp://username:password@ftp.server.com&lt;/A&gt; (Uploads a backup file to ftp)&lt;/P&gt;&lt;P&gt;DESTINATION SYSTEM&lt;BR /&gt;---------------------------------&lt;BR /&gt;## This would be done after setting up one node on the dr site, but prior to confguring the rest of the nodes&lt;BR /&gt;## you would basically stand up the system with ips and a base config, and load the config from the primary site&lt;BR /&gt;## and once it comes back up, you would setup &amp;amp; join the other nodes.&lt;BR /&gt;set -priv diagnostic&lt;BR /&gt;cluster identity show&lt;BR /&gt;system configuration backup download -node node1 -backup myBackup.7z -destination &lt;A href="ftp://username:password@ftp.server.com" target="_blank"&gt;ftp://username:password@ftp.server.com&lt;/A&gt;&lt;BR /&gt;system configuration recovery cluster recreate -from backup -backup myBackup.7z&lt;BR /&gt;system node reboot -node node1&lt;BR /&gt;cluster identity show&lt;BR /&gt;cluster identity modify -name newcluster&lt;BR /&gt;cluster identity show&lt;BR /&gt;system configutration recovery cluster modify -recovery-status complete&lt;/P&gt;&lt;P&gt;----------------------------------------------------&lt;/P&gt;&lt;P&gt;After doing this then I have problems with the folowing:&lt;BR /&gt;- Volumes without properties&lt;BR /&gt;- Network interfaces down and mixed with the old and new system&lt;BR /&gt;- Aggregates with no info (This table is currently empty)&lt;/P&gt;&lt;P&gt;- The node name is not able to rename it because it says that is already in use.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe that I need more information in order to complete the procedure well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that you can help me with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Miguel Valls&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 23:35:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Migrate-data-from-a-single-node-cluster-to-a-single-node-cluster-with-CDOT-8-3/m-p/108300#M22405</guid>
      <dc:creator>miguelvalls</dc:creator>
      <dc:date>2025-06-04T23:35:34Z</dc:date>
    </item>
  </channel>
</rss>

