<?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 SHARES in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-SHARES/m-p/111501#M8015</link>
    <description>Do you use 7-Mode or C-Mode.</description>
    <pubDate>Wed, 21 Oct 2015 17:43:58 GMT</pubDate>
    <dc:creator>aborzenkov</dc:creator>
    <dc:date>2015-10-21T17:43:58Z</dc:date>
    <item>
      <title>CIFS SHARES</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-SHARES/m-p/111492#M8014</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have 1000 cifs shares on production filer1. Now I need to create these 1000 shares on DR filer. We have same volume names in DR Filer. Is there anyway to get this done with a script or easy way?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 22:59:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-SHARES/m-p/111492#M8014</guid>
      <dc:creator>Rpstorage</dc:creator>
      <dc:date>2025-06-04T22:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS SHARES</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-SHARES/m-p/111501#M8015</link>
      <description>Do you use 7-Mode or C-Mode.</description>
      <pubDate>Wed, 21 Oct 2015 17:43:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-SHARES/m-p/111501#M8015</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2015-10-21T17:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS SHARES</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-SHARES/m-p/111502#M8016</link>
      <description>&lt;P&gt;7-mode&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 17:47:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-SHARES/m-p/111502#M8016</guid>
      <dc:creator>Rpstorage</dc:creator>
      <dc:date>2015-10-21T17:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS SHARES</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-SHARES/m-p/111504#M8017</link>
      <description>&lt;P&gt;You could copy config_share.cfg and edit it for the target... then with cifs terminated, copy the file (nfs, ndmp, or non-cifs method) to the target, then cifs restart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For cDOT (not this case), there is a really good script Justin posted &lt;A href="http://www.datacenterdude.com/storage/backup-restore-cifs-shares-netapp-clustered-data-ontap-powershell/" target="_blank"&gt;http://www.datacenterdude.com/storage/backup-restore-cifs-shares-netapp-clustered-data-ontap-powershell/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 17:52:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-SHARES/m-p/111504#M8017</guid>
      <dc:creator>scottgelb</dc:creator>
      <dc:date>2015-10-21T17:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS SHARES</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-SHARES/m-p/111505#M8018</link>
      <description>&lt;P&gt;I can not terminate the cifs since users are accessing shares.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 17:57:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-SHARES/m-p/111505#M8018</guid>
      <dc:creator>Rpstorage</dc:creator>
      <dc:date>2015-10-21T17:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS SHARES</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-SHARES/m-p/111506#M8019</link>
      <description>Scott beat me, but note that it may be confused by local users that won't be present on DR filer. So replicating configuration is more involved. You may look at vfiler DR which relocates complete filer with all configuration.</description>
      <pubDate>Wed, 21 Oct 2015 17:59:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-SHARES/m-p/111506#M8019</guid>
      <dc:creator>aborzenkov</dc:creator>
      <dc:date>2015-10-21T17:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS SHARES</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-SHARES/m-p/111507#M8020</link>
      <description>&lt;P&gt;You could take the content of cifsshare_config.cfg and use it to create a command line script to create the shares you want... enter the lines on the target after edits if needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One point to note...when cifsconfig_share.cfg is parsed at cifs startup, it takes the cifs access as listed.&amp;nbsp; When you enter a cifs shares command to create a share at the command line, it automatically adds "EVERYONE / FULL CONTROL".. so if you don't want that or it isn't on the source, then you need to cifs access to delete everyone after you create the share from the cli.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 18:03:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-SHARES/m-p/111507#M8020</guid>
      <dc:creator>scottgelb</dc:creator>
      <dc:date>2015-10-21T18:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS SHARES</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-SHARES/m-p/111508#M8021</link>
      <description>&lt;P&gt;I am not using vfiler &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I want a script which can grap the shares from filer1 and create same shares in DR filer with ACL.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 18:05:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-SHARES/m-p/111508#M8021</guid>
      <dc:creator>Rpstorage</dc:creator>
      <dc:date>2015-10-21T18:05:28Z</dc:date>
    </item>
  </channel>
</rss>

