<?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: cifs share migration from EMC VNX to NetApp in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/cifs-share-migration-from-EMC-VNX-to-NetApp/m-p/153216#M34213</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your best bet is 'robocopy'. I have used robocopy once upon a time &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; to migrate data between EMC and NetApp and it worked very well, it's been a while and have never had another opportunity as I landed in all NetApp environment since then fortuantely.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are many discussions on the Internet that I am sure you would have looked up by now but 'robocopy' tops it as far as CIFS is concerend.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Few articles worth reading:&lt;/P&gt;
&lt;P&gt;How to move files to a NetApp CIFS server using Robocopy to retain Windows ACLs:&lt;BR /&gt;&lt;A href="https://kb.netapp.com/app/answers/answer_view/a_id/1029827" target="_blank"&gt;https://kb.netapp.com/app/answers/answer_view/a_id/1029827&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(I have used the commands shown in this article and it works well, it preserves the file/dir attributes &amp;amp; permission)&lt;BR /&gt;&lt;A href="https://niktips.wordpress.com/2018/03/08/scripted-cifs-shares-migration/" target="_blank"&gt;https://niktips.wordpress.com/2018/03/08/scripted-cifs-shares-migration/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.netapp.com/t5/Network-Storage-Protocols-Discussions/Easy-and-Reliable-way-to-Migrate-SAN-and-NAS-from-EMC-VNX-to-Netapp-C-mode/td-p/109997" target="_blank"&gt;https://community.netapp.com/t5/Network-Storage-Protocols-Discussions/Easy-and-Reliable-way-to-Migrate-SAN-and-NAS-from-EMC-VNX-to-Netapp-C-mode/td-p/109997&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may give it a try NetApp's tool:[This is an old tool and have never used personally, so can't vouch for it]&lt;BR /&gt;&lt;A href="https://mysupport.netapp.com/NOW/download/tools/sscopy/" target="_blank"&gt;https://mysupport.netapp.com/NOW/download/tools/sscopy/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EMCOPY: I believe its a native tool for EMC and it also works, though I have never used it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example command: [Shows basic switches, you can experiemtn with 'multithreading']&lt;BR /&gt;robocopy \\192.168.0.x\share \\192.168.0.x\share /E /ZB /DCOPY:T /COPYALL /R:1 /W:1 /LOG:C:\robocopy.log&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;1) move data from share to share or from file system to volume? which way is better? = Both works&lt;/P&gt;
&lt;P&gt;2) is that possible to maintain all share permissions? = Yes&lt;/P&gt;
&lt;P&gt;3) what is the best utility can we use for moving data? = Robocoy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try it out with few shares and make a call.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Sat, 21 Dec 2019 22:06:20 GMT</pubDate>
    <dc:creator>Ontapforrum</dc:creator>
    <dc:date>2019-12-21T22:06:20Z</dc:date>
    <item>
      <title>cifs share migration from EMC VNX to NetApp</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/cifs-share-migration-from-EMC-VNX-to-NetApp/m-p/153212#M34210</link>
      <description>&lt;P&gt;we will need&amp;nbsp;to migrate a cifs file system with multiple shares from EMC VNX to NetApp, can someone share your experience?&lt;/P&gt;
&lt;P&gt;1).&amp;nbsp; move data from share to share or from file system to volume? which way is better?&lt;/P&gt;
&lt;P&gt;2). is that possible to maintain all share permissions?&lt;/P&gt;
&lt;P&gt;3). what is the best utility can we use for moving data?&lt;/P&gt;
&lt;P&gt;thanks and have a good weekend !&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 12:05:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/cifs-share-migration-from-EMC-VNX-to-NetApp/m-p/153212#M34210</guid>
      <dc:creator>FelixZhou</dc:creator>
      <dc:date>2025-06-04T12:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: cifs share migration from EMC VNX to NetApp</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/cifs-share-migration-from-EMC-VNX-to-NetApp/m-p/153216#M34213</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your best bet is 'robocopy'. I have used robocopy once upon a time &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; to migrate data between EMC and NetApp and it worked very well, it's been a while and have never had another opportunity as I landed in all NetApp environment since then fortuantely.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are many discussions on the Internet that I am sure you would have looked up by now but 'robocopy' tops it as far as CIFS is concerend.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Few articles worth reading:&lt;/P&gt;
&lt;P&gt;How to move files to a NetApp CIFS server using Robocopy to retain Windows ACLs:&lt;BR /&gt;&lt;A href="https://kb.netapp.com/app/answers/answer_view/a_id/1029827" target="_blank"&gt;https://kb.netapp.com/app/answers/answer_view/a_id/1029827&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(I have used the commands shown in this article and it works well, it preserves the file/dir attributes &amp;amp; permission)&lt;BR /&gt;&lt;A href="https://niktips.wordpress.com/2018/03/08/scripted-cifs-shares-migration/" target="_blank"&gt;https://niktips.wordpress.com/2018/03/08/scripted-cifs-shares-migration/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.netapp.com/t5/Network-Storage-Protocols-Discussions/Easy-and-Reliable-way-to-Migrate-SAN-and-NAS-from-EMC-VNX-to-Netapp-C-mode/td-p/109997" target="_blank"&gt;https://community.netapp.com/t5/Network-Storage-Protocols-Discussions/Easy-and-Reliable-way-to-Migrate-SAN-and-NAS-from-EMC-VNX-to-Netapp-C-mode/td-p/109997&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may give it a try NetApp's tool:[This is an old tool and have never used personally, so can't vouch for it]&lt;BR /&gt;&lt;A href="https://mysupport.netapp.com/NOW/download/tools/sscopy/" target="_blank"&gt;https://mysupport.netapp.com/NOW/download/tools/sscopy/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EMCOPY: I believe its a native tool for EMC and it also works, though I have never used it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example command: [Shows basic switches, you can experiemtn with 'multithreading']&lt;BR /&gt;robocopy \\192.168.0.x\share \\192.168.0.x\share /E /ZB /DCOPY:T /COPYALL /R:1 /W:1 /LOG:C:\robocopy.log&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;1) move data from share to share or from file system to volume? which way is better? = Both works&lt;/P&gt;
&lt;P&gt;2) is that possible to maintain all share permissions? = Yes&lt;/P&gt;
&lt;P&gt;3) what is the best utility can we use for moving data? = Robocoy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try it out with few shares and make a call.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2019 22:06:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/cifs-share-migration-from-EMC-VNX-to-NetApp/m-p/153216#M34213</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2019-12-21T22:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: cifs share migration from EMC VNX to NetApp</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/cifs-share-migration-from-EMC-VNX-to-NetApp/m-p/153220#M34215</link>
      <description>&lt;P&gt;NetApp offer xcp for this kind of migrations. I used it to migrate 50TB from emc isilon to ontap 9.6 a work great. It also preserve ACL information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://xcp.netapp.com/" target="_blank"&gt;https://xcp.netapp.com/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Sun, 22 Dec 2019 11:59:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/cifs-share-migration-from-EMC-VNX-to-NetApp/m-p/153220#M34215</guid>
      <dc:creator>jcolonfzenpr</dc:creator>
      <dc:date>2019-12-22T11:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: cifs share migration from EMC VNX to NetApp</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/cifs-share-migration-from-EMC-VNX-to-NetApp/m-p/153243#M34221</link>
      <description>&lt;P&gt;Agreed. Robocopy is still single threaded. XCP is multithreaded and works very well for this purpose.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2019 23:49:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/cifs-share-migration-from-EMC-VNX-to-NetApp/m-p/153243#M34221</guid>
      <dc:creator>paul_stejskal</dc:creator>
      <dc:date>2019-12-23T23:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: cifs share migration from EMC VNX to NetApp</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/cifs-share-migration-from-EMC-VNX-to-NetApp/m-p/153244#M34222</link>
      <description>&lt;P&gt;Bydefault, it runs single threaded but there is /MT switch there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Robocopy and multithreading&lt;/STRONG&gt;: How fast is it?&lt;BR /&gt;&lt;A href="https://andys-tech.blog/2018/04/robocopy-and-multithreading-how-fast-is-it/" target="_blank"&gt;https://andys-tech.blog/2018/04/robocopy-and-multithreading-how-fast-is-it/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2019 09:44:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/cifs-share-migration-from-EMC-VNX-to-NetApp/m-p/153244#M34222</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2019-12-24T09:44:19Z</dc:date>
    </item>
  </channel>
</rss>

