<?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: CDOT 9.4 CIFS SHARES REPLICATION TO ANOTHER CDOT 9.4 WITHOUT SVMDR or PowerShell Scripts in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CDOT-9-4-CIFS-SHARES-REPLICATION-TO-ANOTHER-CDOT-9-4-WITHOUT-SVMDR-or-PowerShell/m-p/144901#M9146</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You cannot do it in a file based. you can do it in the scripted way. or to&amp;nbsp;orchestrate a text file with CLI's... in my case - i have all the shares pre-created on both&amp;nbsp;clusters and a nightly script that validate&amp;nbsp;their setting and permission to be equal. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;#region connect
$Cdotcred = Import-Clixml -Path  "C:\edited\edited.xml"
$CdotClusters = 'clustername1','clustername2'
$ClustersSessions = Connect-NcController ($CdotClusters) -HTTPS -Credential $CdotCred -ErrorVariable gidiout
#endregion connect

#region Check that cifs shares matched between Prod and DR
$CifsSharesThatDontHaveExactMatchInDR = Get-NcCifsShare -Controller $CustersSessions | select Vserver,ShareName,
        @{Name='ShareProperties';Expression={$($_.ShareProperties | sort) -join ';'}}, 
        @{Name='Acl';Expression={$_.Acl -join ';'}} | Group-Object path,sharename,ACL,ShareProperties | ? count -lt 2 | select -ExpandProperty Group | sort ShareName   # Will only output issues 
#endregion Check that cifs shares matched between Prod and DR
&lt;/PRE&gt;</description>
    <pubDate>Tue, 27 Nov 2018 09:52:07 GMT</pubDate>
    <dc:creator>GidonMarcus</dc:creator>
    <dc:date>2018-11-27T09:52:07Z</dc:date>
    <item>
      <title>CDOT 9.4 CIFS SHARES REPLICATION TO ANOTHER CDOT 9.4 WITHOUT SVMDR or PowerShell Scripts</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CDOT-9-4-CIFS-SHARES-REPLICATION-TO-ANOTHER-CDOT-9-4-WITHOUT-SVMDR-or-PowerShell/m-p/144853#M9143</link>
      <description>&lt;P&gt;Hello Folks , I´d like to know with has any kind of possibility to copy cifs shares and cifs permission to another ontap storage (9.4) ? I´dont what to work with SVMDR and PowerShell Scripts.. I remember in 7-mode, We just work with snapmirror souce &amp;gt; destination, break , copy commands of cifsconfig_share.cfg to new storage and DONE! &lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;cifsconfig_share.cfg&lt;/CODE&gt;: handles share configuration such as permissions and options&lt;BR /&gt;&lt;CODE&gt;cifsconfig_setup.cfg&lt;/CODE&gt;: handles the basic cifs options such as security style&lt;BR /&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;any idea how to do this in CDOT?&amp;nbsp; &lt;IMG id="manhappy" class="emoticon emoticon-manhappy" src="https://community.netapp.com/i/smilies/16x16_man-happy.png" alt="Man Happy" title="Man Happy" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 13:05:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/CDOT-9-4-CIFS-SHARES-REPLICATION-TO-ANOTHER-CDOT-9-4-WITHOUT-SVMDR-or-PowerShell/m-p/144853#M9143</guid>
      <dc:creator>Andrestorage</dc:creator>
      <dc:date>2025-06-04T13:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: CDOT 9.4 CIFS SHARES REPLICATION TO ANOTHER CDOT 9.4 WITHOUT SVMDR or PowerShell Scripts</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CDOT-9-4-CIFS-SHARES-REPLICATION-TO-ANOTHER-CDOT-9-4-WITHOUT-SVMDR-or-PowerShell/m-p/144901#M9146</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You cannot do it in a file based. you can do it in the scripted way. or to&amp;nbsp;orchestrate a text file with CLI's... in my case - i have all the shares pre-created on both&amp;nbsp;clusters and a nightly script that validate&amp;nbsp;their setting and permission to be equal. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;#region connect
$Cdotcred = Import-Clixml -Path  "C:\edited\edited.xml"
$CdotClusters = 'clustername1','clustername2'
$ClustersSessions = Connect-NcController ($CdotClusters) -HTTPS -Credential $CdotCred -ErrorVariable gidiout
#endregion connect

#region Check that cifs shares matched between Prod and DR
$CifsSharesThatDontHaveExactMatchInDR = Get-NcCifsShare -Controller $CustersSessions | select Vserver,ShareName,
        @{Name='ShareProperties';Expression={$($_.ShareProperties | sort) -join ';'}}, 
        @{Name='Acl';Expression={$_.Acl -join ';'}} | Group-Object path,sharename,ACL,ShareProperties | ? count -lt 2 | select -ExpandProperty Group | sort ShareName   # Will only output issues 
#endregion Check that cifs shares matched between Prod and DR
&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 Nov 2018 09:52:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/CDOT-9-4-CIFS-SHARES-REPLICATION-TO-ANOTHER-CDOT-9-4-WITHOUT-SVMDR-or-PowerShell/m-p/144901#M9146</guid>
      <dc:creator>GidonMarcus</dc:creator>
      <dc:date>2018-11-27T09:52:07Z</dc:date>
    </item>
  </channel>
</rss>

