<?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 performance struggling in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156791#M35463</link>
    <description>&lt;P&gt;9 ms isn't bad. I'd expect something higher if it's freezing for a few seconds. I think a packet trace is next step to confirm latency on the network.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jun 2020 21:19:30 GMT</pubDate>
    <dc:creator>paul_stejskal</dc:creator>
    <dc:date>2020-06-08T21:19:30Z</dc:date>
    <item>
      <title>CIFS performance struggling</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156758#M35452</link>
      <description>&lt;P&gt;We've got an ageing IBM N6250, aka FAS3250 I think, running 7-Mode 8.2.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We want to extract a lot of data from this filer using CIFS - we've got 200T+ in about 44 shares on a two headed controller.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our problem is that the file copies just aren't going fast enough. Individually they work fine, and if I set off a copying job, it works well for a while. But it will then collapse - the transfers simply sit there waiting, being very slow indeed. 15 seconds to shift a 40K file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The copying job is in powershell on a Win2016 VM, doing CopyItem \\filer\share\file destination. There is 10GbE between the filer and the VM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What sort of things can cause that? I realise this is a vague question, so please ask me for further information and I'll try and supply it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;clive&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 11:06:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156758#M35452</guid>
      <dc:creator>evilclivemott</dc:creator>
      <dc:date>2025-06-04T11:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS performance struggling</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156787#M35460</link>
      <description>&lt;P&gt;I'd get a storage side packet trace and open in Wireshark and see where delays are happening. Likely it's not storage side if transfers are fast normally. Without having some basic perf info it's hard to say.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd get stats start cifs, let run for 5 minutes, then stats stop. That will tell you the latency at the controller level. If you have some, check volume level with stats start volume, then stats stop.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 20:14:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156787#M35460</guid>
      <dc:creator>paul_stejskal</dc:creator>
      <dc:date>2020-06-08T20:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS performance struggling</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156790#M35462</link>
      <description>&lt;P&gt;CIFS stats nice and easy :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Head 1 :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cifs:cifs:instance_name:cifs&lt;BR /&gt;cifs:cifs:node_name:&lt;BR /&gt;cifs:cifs:node_uuid:&lt;BR /&gt;cifs:cifs:cifs_ops:3835/s&lt;BR /&gt;cifs:cifs:cifs_latency:1.34ms&lt;BR /&gt;cifs:cifs:cifs_read_ops:2095/s&lt;BR /&gt;cifs:cifs:cifs_write_ops:1156/s&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Head 2 :&lt;/P&gt;
&lt;P&gt;cifs:cifs:instance_name:cifs&lt;BR /&gt;cifs:cifs:node_name:&lt;BR /&gt;cifs:cifs:node_uuid:&lt;BR /&gt;cifs:cifs:cifs_ops:114/s&lt;BR /&gt;cifs:cifs:cifs_latency:9.87ms&lt;BR /&gt;cifs:cifs:cifs_read_ops:39/s&lt;BR /&gt;cifs:cifs:cifs_write_ops:0/s&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Head 2 going way slower.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Vol stats are, um, a little more verbose. 3.5MB, 4.0MB output on the two heads. read_latency is highest on the CIFS volumes being read (bulk data, on slower disk), but no instantly obvious difference between the two heads.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I think it is somewhere inside the n-series/netapp.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;clive&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 21:15:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156790#M35462</guid>
      <dc:creator>evilclivemott</dc:creator>
      <dc:date>2020-06-08T21:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS performance struggling</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156791#M35463</link>
      <description>&lt;P&gt;9 ms isn't bad. I'd expect something higher if it's freezing for a few seconds. I think a packet trace is next step to confirm latency on the network.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 21:19:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156791#M35463</guid>
      <dc:creator>paul_stejskal</dc:creator>
      <dc:date>2020-06-08T21:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS performance struggling</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156792#M35464</link>
      <description>&lt;P&gt;Those stats weren't gathered while it was stuck, it's still working at the moment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The freeze when it happened wasn't a few seconds, it was up to a few hours.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 21:28:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156792#M35464</guid>
      <dc:creator>evilclivemott</dc:creator>
      <dc:date>2020-06-08T21:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS performance struggling</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156793#M35465</link>
      <description>&lt;P&gt;It's now slowed down a bit - not frozen, but still not shovelling data that quickly (total 125Mb/s or so)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cifs:cifs:instance_name:cifs&lt;BR /&gt;cifs:cifs:node_name:&lt;BR /&gt;cifs:cifs:node_uuid:&lt;BR /&gt;cifs:cifs:cifs_ops:454/s&lt;BR /&gt;cifs:cifs:cifs_latency:12.95ms&lt;BR /&gt;cifs:cifs:cifs_read_ops:268/s&lt;BR /&gt;cifs:cifs:cifs_write_ops:7/s&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It'll go up again in due course.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 21:35:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156793#M35465</guid>
      <dc:creator>evilclivemott</dc:creator>
      <dc:date>2020-06-08T21:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS performance struggling</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156794#M35466</link>
      <description>&lt;P&gt;Alright then those stats will need to be gathered when it is stuck. 5 minutes is long enough to confirm if there is a latency issue.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 21:36:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156794#M35466</guid>
      <dc:creator>paul_stejskal</dc:creator>
      <dc:date>2020-06-08T21:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS performance struggling</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156798#M35469</link>
      <description>&lt;P&gt;A couple of minutes at quite slow :&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;cifs:cifs:instance_name:cifs&lt;BR /&gt;cifs:cifs:node_name:&lt;BR /&gt;cifs:cifs:node_uuid:&lt;BR /&gt;cifs:cifs:cifs_ops:300/s&lt;BR /&gt;cifs:cifs:cifs_latency:16.95ms&lt;BR /&gt;cifs:cifs:cifs_read_ops:161/s&lt;BR /&gt;cifs:cifs:cifs_write_ops:4/s&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Compared with the other head, showing 1-2 ms latency, that doesn't seem great.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 23:17:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156798#M35469</guid>
      <dc:creator>evilclivemott</dc:creator>
      <dc:date>2020-06-08T23:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS performance struggling</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156799#M35470</link>
      <description>&lt;P&gt;It could be outliers. You might try disabling vscan or fpolicy as a test, but without a support case/perfstat I can't really tell more.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 23:21:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156799#M35470</guid>
      <dc:creator>paul_stejskal</dc:creator>
      <dc:date>2020-06-08T23:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS performance struggling</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156800#M35471</link>
      <description>&lt;P&gt;Harvest may be helpful here if you haven't set it up already. &lt;A href="https://nabox.org/" target="_blank"&gt;https://nabox.org/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 23:22:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156800#M35471</guid>
      <dc:creator>paul_stejskal</dc:creator>
      <dc:date>2020-06-08T23:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS performance struggling</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156808#M35472</link>
      <description>&lt;P&gt;Outliers? Can you tell me more about this? I know what an outlier is in statistics, just wanted to know what you mean with regards to my problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm pretty sure we've got no vscan on there, and I've made sure to exclude it from the servers I'm working with. (the data I'm copying does potentially include malware and I want to retain it perfectly - I am scanning it later on in the process and flagging, but that's after it's off the netapp)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We're also not using fpolicy - these CIFS shares are used by a document management system where the permissions are stored in a database and handled by the application. End users have no access to these shares (or indeed any on these filers).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The higher latency does seem to correspond to the lower performance - ie when it's working well, the latency is low.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Obvious question : could it simply be sheer load on the filer?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 03:13:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156808#M35472</guid>
      <dc:creator>evilclivemott</dc:creator>
      <dc:date>2020-06-09T03:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS performance struggling</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156809#M35473</link>
      <description>&lt;P&gt;You may check if you have any performance issue on NetApp:&lt;/P&gt;
&lt;P&gt;&lt;A title="Diagnosing a performance issue" href="https://library.netapp.com/ecmdocs/ECMP1608437/html/GUID-A0C679F3-1D28-4DE8-AAC2-1739D11893E4.html" target="_blank" rel="noopener"&gt;Diagnosing a performance issue&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also you can open a technical case with the support team for further troubleshooting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A packet trace between the filer and the client is needed. Below the instruction:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":grinning_squinting_face:"&gt;😆&lt;/span&gt; node run -node &amp;lt;node_name&amp;gt; pktt start e0a -i &amp;lt;ip_addr&amp;gt; -i &amp;lt;ip_addr&amp;gt;&amp;nbsp; -d /etc/crash&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A title="How to capture packet traces (PKTT) on Data ONTAP 8 Cluster-Mode systems" href="https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/How_to_capture_packet_traces_(PKTT)_on_Data_ONTAP_8_Cluster-Mode_systems" target="_blank" rel="noopener"&gt;How to capture packet traces (PKTT) on Data ONTAP 8 Cluster-Mode systems&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 03:15:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156809#M35473</guid>
      <dc:creator>tahmad</dc:creator>
      <dc:date>2020-06-09T03:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS performance struggling</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156815#M35474</link>
      <description>&lt;P&gt;I'd have opened a support case already if I could &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; IBM N-Series, Netapp refuse to take our money to support this.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 04:08:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156815#M35474</guid>
      <dc:creator>evilclivemott</dc:creator>
      <dc:date>2020-06-09T04:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS performance struggling</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156836#M35480</link>
      <description>&lt;P&gt;Does IBM not have an active contract? Just curious.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to think how we could check. We could just do a basic system check. A few commands:&lt;/P&gt;
&lt;P&gt;priv set admin;stats start volume;priv set diag; statit -b; sysstat -c 30 -M 1; sysstat -c 30 -x 1; stats stop; statit -e&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That should give some output. If you can attach here feel free. The volume names can be ommitted but maybe something like "vol1" then "vol2" would help. Then you can track if we say vol1, vol2 to your names.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want, you can send the file and link via PM if security is an issue. One other command if you do:&lt;/P&gt;
&lt;P&gt;wafl_susp -z&lt;/P&gt;
&lt;P&gt;Wait 5 minutes&lt;/P&gt;
&lt;P&gt;wafl_susp -w&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That should get most of it.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 15:07:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156836#M35480</guid>
      <dc:creator>paul_stejskal</dc:creator>
      <dc:date>2020-06-09T15:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS performance struggling</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156884#M35516</link>
      <description>&lt;P&gt;Apologies for not getting back to this sooner.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IBM abandoned their partnership with Netapp a few years ago, and support went with it. Which is a pity, because despite being 6 or so years old, the hardware is still pretty effective (as is the 9yo backup filer, though that one does struggle a bit with load). But I reckon Netapp think the sort of people who buy their kit will be willing to pay the money to keep newer hardware.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will look at the detailed logging things you've given me, though it might not be instant. However I am starting to wonder if it's something as simple as load. I keep finding other heavy loads on the disks with the CIFS volumes (SCOM agent going mental on a couple of servers, a big database on SATA disk when it should probably be on SAS, a very busy database I can probably move to an SSD based SAN), and I'm slowly working my way through these.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nobody's yet mentioned&amp;nbsp;cifs.per_client_stats.enable &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; That was on, and I turned it off a few days ago (before writing this post). I think I might no longer be getting the dead stops, just go-slows now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for sticking with it so far.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;clive&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 04:41:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156884#M35516</guid>
      <dc:creator>evilclivemott</dc:creator>
      <dc:date>2020-06-11T04:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS performance struggling</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156978#M35558</link>
      <description>&lt;P&gt;A little more data - not the data I've been asked for, but I thought it might be interesting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I create a LUN on the same disks as the CIFS volume on each controller, it seems to perform at the same speed on both.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I snapmirror to a second netapp (we've got an old FAS3250 too, also unsupported by netapp, this time due to being second hand), fast disk on the second one, mirror initialize of 50GB or so takes the same speed on both controllers - 7 minutes or so, roughly 1.3-1.4 Gb/s over the network.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That seems to eliminate networking and the disks as the source of the problem, and points to the protocol itself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 21:33:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/156978#M35558</guid>
      <dc:creator>evilclivemott</dc:creator>
      <dc:date>2020-06-12T21:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS performance struggling</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/157116#M35620</link>
      <description>&lt;P&gt;Hi -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Well, we have an answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It was the networking after all. The pair of network links are IP balanced, and clearly the snapmirror must have been doing down the other one, hence my previous diagnosis was incorrect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No networking errors shown on the netapp side, however when we got access to the switches, one of the ports was showing a lot of CRC errors.&lt;/P&gt;
&lt;P&gt;Last night we got the offending port turned off, so all the traffic is now going down a single path, and performance is now up to 100%.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Obviously we're doing to get the hardware looked at - we expect that one of the SFPs or the fibre between them needs replacing, and that's under way, because we do want our resilience &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So there's the answer : CIFS performance problems, worth checking the network, including at the switch end, because the underlying network problems won't show on the netapp itself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;clive&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jun 2020 03:46:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/157116#M35620</guid>
      <dc:creator>evilclivemott</dc:creator>
      <dc:date>2020-06-20T03:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS performance struggling</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/157526#M35775</link>
      <description>&lt;P&gt;Sorry I was away for a couple weeks, but glad you got this resolved. It's definitely worth checking a packet trace with your network team to see if there is loss or anything similar.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 16:14:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/CIFS-performance-struggling/m-p/157526#M35775</guid>
      <dc:creator>paul_stejskal</dc:creator>
      <dc:date>2020-07-06T16:14:26Z</dc:date>
    </item>
  </channel>
</rss>

