<?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 upload performance issues over WAN in ONTAP Hardware</title>
    <link>https://community.netapp.com/t5/ONTAP-Hardware/CIFS-upload-performance-issues-over-WAN/m-p/16899#M1175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, just to update, this was fully resolved by increasing the cifs TCP window size from 17520 (default) to 64240 and restarting cifs. Happy days!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jun 2011 15:35:06 GMT</pubDate>
    <dc:creator>londonitsupport</dc:creator>
    <dc:date>2011-06-21T15:35:06Z</dc:date>
    <item>
      <title>CIFS upload performance issues over WAN</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/CIFS-upload-performance-issues-over-WAN/m-p/16880#M1167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm experiencing some really weird performance issues with CIFS over a WAN connection between two of my sites.&lt;/P&gt;&lt;P&gt;Site A - FAS2040 + Windows File Servers&lt;/P&gt;&lt;P&gt;Site B - Windows File Servers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connected via MPLS - 70Mbit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When copying files via CIFS I'm seeing the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B downloading from A - FIle Servers &amp;gt; 7MB/sec&lt;/P&gt;&lt;P&gt;B downloading from A - FAS &amp;gt;&amp;nbsp; 7MB/sec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B uploading to A - File Servers &amp;gt; 7MB/sec&lt;/P&gt;&lt;P&gt;B uploading to A - FAS &amp;gt; &lt;SPAN style="color: #ff0000;"&gt;1.75MB/sec&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B uploading to A - FAS via FTP &amp;gt; 7MB/sec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Performance in Site A is fine, when uploading to the FAS. File servers and FAS are on the same VLAN in Site A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scratching my head over this one so hoping someone can nudge me in the right direction, have checked everything I can think of...wondering if its some sort of duplexing issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:56:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/CIFS-upload-performance-issues-over-WAN/m-p/16880#M1167</guid>
      <dc:creator>londonitsupport</dc:creator>
      <dc:date>2025-06-05T06:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS upload performance issues over WAN</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/CIFS-upload-performance-issues-over-WAN/m-p/16884#M1169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whats your testing platform on the client?&lt;/P&gt;&lt;P&gt;If it is Windows XP/2003 or older then you are running SMB1.0 protocol which is known to work terrible on WAN.&lt;/P&gt;&lt;P&gt;If you are testing with Windows Vista/2008 or newer then check that SMB2.0 protocol is enabled on your FAS.&lt;/P&gt;&lt;P&gt;Also, Vista/2008 and newer has a better TCP stack which might help get some more performance with SMB1 if you might need to stick to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 22:40:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/CIFS-upload-performance-issues-over-WAN/m-p/16884#M1169</guid>
      <dc:creator>dejanliuit</dc:creator>
      <dc:date>2011-04-14T22:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS upload performance issues over WAN</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/CIFS-upload-performance-issues-over-WAN/m-p/16889#M1171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides what the other post said, what have you tried?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try reading up on the 'netdiag' and 'ifstat' commands on your NetApp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How long is the WAN connection?&amp;nbsp; ... in milliseconds...&amp;nbsp;&amp;nbsp; The TCP window size for SMB 1.0 typically very small, so high-latency links will suffer a lot more.&amp;nbsp; You can manipulate the filer side with the option cifs.tcp_window_size (17520 is the default) but I am not sure it is going to help or not.&amp;nbsp; SMB 1.0 is just broken.&amp;nbsp; Read up on calculating window sizes for TCP connections.&amp;nbsp; YMMV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check your switchports if you are seeing collisions in the ifstat output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, 7MB/s is still over 55Mbit/s, so you aren't doing too badly if the link is shared with other traffic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 05:12:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/CIFS-upload-performance-issues-over-WAN/m-p/16889#M1171</guid>
      <dc:creator>shaunjurr</dc:creator>
      <dc:date>2011-04-15T05:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS upload performance issues over WAN</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/CIFS-upload-performance-issues-over-WAN/m-p/16894#M1173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thanks for the responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FAS is already set to SMB 2.0 and the clients I'm testing from are Windows 7 and 2k8R2. cifs sessions command confirms the active sessions are running via SMB2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wan link is ~10ms so no issues with latency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have checked ifstat on the FAS interfaces and they show zero collisions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;netdiag pops a couple of warnings about NFS TCP packet sizes being slightly off (these are on seperate interfaces to CIFS though) I'll take a look at fixing these in the meantime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To clarify, I'm more than happy with the general 7MB/sec performance, it's just uploading from SITE B to A that is the issue. It refuses to transfer to the FAS faster than about 1.75MB/sec, as if its capped somehow, whereas uploading to 2k8 servers in SITE A is fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Checked routing and it all seems to be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTP traffic uploads at the full whack, just seems to be CIFS thats affected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other suggestions welcome, I'll keep plugging away at this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 15:13:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/CIFS-upload-performance-issues-over-WAN/m-p/16894#M1173</guid>
      <dc:creator>londonitsupport</dc:creator>
      <dc:date>2011-04-15T15:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS upload performance issues over WAN</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/CIFS-upload-performance-issues-over-WAN/m-p/16899#M1175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, just to update, this was fully resolved by increasing the cifs TCP window size from 17520 (default) to 64240 and restarting cifs. Happy days!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 15:35:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/CIFS-upload-performance-issues-over-WAN/m-p/16899#M1175</guid>
      <dc:creator>londonitsupport</dc:creator>
      <dc:date>2011-06-21T15:35:06Z</dc:date>
    </item>
  </channel>
</rss>

