<?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: Importing CIFS shares from 7mode to CDOT 9.3 in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Importing-CIFS-shares-from-7mode-to-CDOT-9-3/m-p/142526#M31620</link>
    <description>&lt;P&gt;Hi Steve,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the version of 7-Mode you are migrating from doesn't support the ZAPI used by the "Get-NcCifsShareAcl" cmdlet then you should be able to use the following CmdLet:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Invoke-NaSystemApi [-Request] &amp;lt;String&amp;gt; [-Controller &amp;lt;NaController&amp;gt;] [&amp;lt;CommonParameters&amp;gt;]&lt;/PRE&gt;
&lt;P&gt;This will enable you invoke the SSH command via a ZAPI and parse the CLI output. I've posted an example here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A title="https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-4-5P1-released/td-p/138566/page/2" href="https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-4-5P1-released/td-p/138566/page/2" target="_blank"&gt;https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-4-5P1-released/td-p/138566/page/2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/Matt&lt;/P&gt;</description>
    <pubDate>Wed, 05 Sep 2018 06:08:04 GMT</pubDate>
    <dc:creator>mbeattie</dc:creator>
    <dc:date>2018-09-05T06:08:04Z</dc:date>
    <item>
      <title>Importing CIFS shares from 7mode to CDOT 9.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Importing-CIFS-shares-from-7mode-to-CDOT-9-3/m-p/142521#M31617</link>
      <description>&lt;P&gt;Good morning&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am in the midst of a large 7mode transition of 37 arrays down into 6 new CDOT 9.3p5 arrays&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;31 of the migrations have worked or are working with the 7MTT, however 6 are not&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The 6 arrays run 7 mode 8.0.2p6 and timeout in the 7mtt console when attempting to create the transition projects&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have been working with NetApp support on this, and have set up manual transition projects, using the guide &lt;A href="https://library.netapp.com/ecm/ecm_download_file/ECMLP2494078" target="_self"&gt;https://library.netapp.com/ecm/ecm_download_file/ECMLP2494078&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These have succesfully mirrored the data, however, when I cutover, I am left with all the data, and NTFS permissions, but no shares or share permissions&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is there a way to import these shares? many of the projects have hundreds of shares and its not viable to manually recreate each share&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 13:21:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Importing-CIFS-shares-from-7mode-to-CDOT-9-3/m-p/142521#M31617</guid>
      <dc:creator>Steve_Norrie</dc:creator>
      <dc:date>2025-06-04T13:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Importing CIFS shares from 7mode to CDOT 9.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Importing-CIFS-shares-from-7mode-to-CDOT-9-3/m-p/142522#M31618</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes it would certainly be possible to achieve this using the NetApp PSTK available here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A title="https://mysupport.netapp.com/tools/info/ECMLP2310788I.html?productID=61926" href="https://mysupport.netapp.com/tools/info/ECMLP2310788I.html?productID=61926" target="_blank"&gt;https://mysupport.netapp.com/tools/info/ECMLP2310788I.html?productID=61926&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The PowerShell CmdLet's you would probably use are:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Connect-NaController #use the "-Vfiler" paramater when connecting to your 7-Mode controller if your intention is to migrate all CIFS shares on 7-Mode vFiler to to a vserver on cDOT
Get-NaCifsShare&lt;BR /&gt;Get-NaCifsShareAcl
Connect-NcController #you can use the "-Vserver" paramater to connect to the target vserver, alternately omit this paramater and connect to the cluster and use the "-VserverContext" paramater in the cmdlets below (might be useful if you need to migrate shares from multiple vfilers to vservers) 
Add-NcCifsShare #use the "-VserverContext" paramater if you connected to the cluster without specifying the vserver
Set-NcCifsShareAcl #use the "-VserverContext" paramater if you connected to the cluster without specifiy the vserver&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you considered any additional configuration such DFS integration, Quotas, DNS CName aliases, SPN's etc that might need updating to ensure your migration is successful?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/Matt&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 00:06:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Importing-CIFS-shares-from-7mode-to-CDOT-9-3/m-p/142522#M31618</guid>
      <dc:creator>mbeattie</dc:creator>
      <dc:date>2018-09-05T00:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Importing CIFS shares from 7mode to CDOT 9.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Importing-CIFS-shares-from-7mode-to-CDOT-9-3/m-p/142523#M31619</link>
      <description>&lt;P&gt;Matt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for that&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have used that to get the Filer, and the Share list, however Get-NaCifsShareAcl produces an error "unable to find API: cifs-share-acl-list-iter-start"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A google search found this.&amp;nbsp;&lt;A href="https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Support-for-Get-NaCifsShareACL/td-p/54987" target="_self"&gt;https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Support-for-Get-NaCifsShareACL/td-p/54987&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is there a way around this?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would assume an Add-NcCifsShare command without the ACLs will just create all of the shares, with default "everyone Full Control" permissions?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 00:48:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Importing-CIFS-shares-from-7mode-to-CDOT-9-3/m-p/142523#M31619</guid>
      <dc:creator>Steve_Norrie</dc:creator>
      <dc:date>2018-09-05T00:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Importing CIFS shares from 7mode to CDOT 9.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Importing-CIFS-shares-from-7mode-to-CDOT-9-3/m-p/142526#M31620</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the version of 7-Mode you are migrating from doesn't support the ZAPI used by the "Get-NcCifsShareAcl" cmdlet then you should be able to use the following CmdLet:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Invoke-NaSystemApi [-Request] &amp;lt;String&amp;gt; [-Controller &amp;lt;NaController&amp;gt;] [&amp;lt;CommonParameters&amp;gt;]&lt;/PRE&gt;
&lt;P&gt;This will enable you invoke the SSH command via a ZAPI and parse the CLI output. I've posted an example here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A title="https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-4-5P1-released/td-p/138566/page/2" href="https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-4-5P1-released/td-p/138566/page/2" target="_blank"&gt;https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/NetApp-PowerShell-Toolkit-4-5P1-released/td-p/138566/page/2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;/Matt&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 06:08:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Importing-CIFS-shares-from-7mode-to-CDOT-9-3/m-p/142526#M31620</guid>
      <dc:creator>mbeattie</dc:creator>
      <dc:date>2018-09-05T06:08:04Z</dc:date>
    </item>
  </channel>
</rss>

