<?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: nblade.execsOverLimit: The number of in-flight requests from client with source IP x.x.x.x in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/nblade-execsOverLimit-The-number-of-in-flight-requests-from-client-with-source/m-p/430159#M9618</link>
    <description>&lt;P&gt;Answering my own question by reading this thread properly and also finding that all the NetApp - recommended ESX host settings are documented here: &lt;A href="https://docs.netapp.com/us-en/netapp-solutions/virtualization/vsphere_ontap_recommended_esxi_host_and_other_ontap_settings.html" target="_self"&gt;https://docs.netapp.com/us-en/netapp-solutions/virtualization/vsphere_ontap_recommended_esxi_host_and_other_ontap_settings.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
    <pubDate>Thu, 16 Dec 2021 10:37:47 GMT</pubDate>
    <dc:creator>unixnation</dc:creator>
    <dc:date>2021-12-16T10:37:47Z</dc:date>
    <item>
      <title>nblade.execsOverLimit: The number of in-flight requests from client with source IP x.x.x.x</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/nblade-execsOverLimit-The-number-of-in-flight-requests-from-client-with-source/m-p/170541#M9570</link>
      <description>&lt;P&gt;After upgrade to 9.9.1 evet log is full with theses errors:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR nblade.execsOverLimit: The number of in-flight requests from client with source IP x.x.x.x to destination LIF x.x.x.x (Vserver 18) is greater than the maximum number of in-flight requests allowed (128). The client might see degraded performance due to request throttling.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have already made changes as NetApp KB suggests on NetApp side. But, i can't really find, what settings I must change on VMWare ESX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NFS.MaxQueueSize = 64 , is this one?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VMWare is 7.x version.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:12:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/nblade-execsOverLimit-The-number-of-in-flight-requests-from-client-with-source/m-p/170541#M9570</guid>
      <dc:creator>TSunsLV</dc:creator>
      <dc:date>2025-06-04T10:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: nblade.execsOverLimit: The number of in-flight requests from client with source IP x.x.x.x</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/nblade-execsOverLimit-The-number-of-in-flight-requests-from-client-with-source/m-p/170569#M9571</link>
      <description>&lt;P&gt;From the Vmware side, you are correct you will need to&amp;nbsp;&lt;SPAN&gt;to set&amp;nbsp;&lt;/SPAN&gt;MaxQueueDepth&lt;SPAN&gt;&amp;nbsp;parameter for each share from ESXCLI :&lt;/SPAN&gt;&lt;BR /&gt;Example:&lt;/P&gt;&lt;PRE&gt;[root@esx1:~]esxcli storage nfs param get -v &amp;lt;volume_name&amp;gt;
Volume Name MaxQueueDepth MaxReadTransferSize MaxWriteTransferSize
----------- ------------- ------------------- --------------------
volume_name 4294967295 131072 131072

[root@esx1:~]esxcli storage nfs param set -v &amp;lt;volume_name&amp;gt; -q 128

[root@esx1:~]esxcli storage nfs param get -v &amp;lt;volume_name&amp;gt;
Volume Name MaxQueueDepth MaxReadTransferSize MaxWriteTransferSize
----------- ------------- ------------------- --------------------
volume_name &lt;STRONG&gt;128 &lt;/STRONG&gt;131072 131072&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Hope this answer your question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 08:07:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/nblade-execsOverLimit-The-number-of-in-flight-requests-from-client-with-source/m-p/170569#M9571</guid>
      <dc:creator>hmoubara</dc:creator>
      <dc:date>2021-10-06T08:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: nblade.execsOverLimit: The number of in-flight requests from client with source IP x.x.x.x</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/nblade-execsOverLimit-The-number-of-in-flight-requests-from-client-with-source/m-p/170687#M9573</link>
      <description>&lt;P&gt;Also be aware that the NFS.MaxQueueDepth is only used with NFS3.&amp;nbsp; If you use NFS4, you'll need to modify the ontap setting&amp;nbsp;v4.x-session-num-slots.&amp;nbsp; We suggest to modify this to no higher than 128.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;nas-cm98::*&amp;gt; nfs show -vserver jt98 -fields v4.x-session-num-slots&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vserver v4.x-session-num-slots&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;------- ----------------------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;jt98 180&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2021 16:44:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/nblade-execsOverLimit-The-number-of-in-flight-requests-from-client-with-source/m-p/170687#M9573</guid>
      <dc:creator>jtownsen</dc:creator>
      <dc:date>2021-10-08T16:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: nblade.execsOverLimit: The number of in-flight requests from client with source IP x.x.x.x</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/nblade-execsOverLimit-The-number-of-in-flight-requests-from-client-with-source/m-p/170774#M9574</link>
      <description>&lt;P&gt;We are seeing this also on esx7 + 9.8P4. VMware support told me to set SunRPC.MaxConnPerIP and NFS.MaxQueueDepth to 32 (in the UI) but this did not help. When I look at the values for the volumes with esxcli they are still at the default (4294967295).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I presume 'esxcli storage nfs param set -v &amp;lt;volume_name&amp;gt; -q 128' will require a reboot of the host?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 14:11:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/nblade-execsOverLimit-The-number-of-in-flight-requests-from-client-with-source/m-p/170774#M9574</guid>
      <dc:creator>ajs</dc:creator>
      <dc:date>2021-10-12T14:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: nblade.execsOverLimit: The number of in-flight requests from client with source IP x.x.x.x</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/nblade-execsOverLimit-The-number-of-in-flight-requests-from-client-with-source/m-p/170944#M9577</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/1473"&gt;@ajs&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Yes it will require reboot of the host for the change to take effect.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 20:31:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/nblade-execsOverLimit-The-number-of-in-flight-requests-from-client-with-source/m-p/170944#M9577</guid>
      <dc:creator>hmoubara</dc:creator>
      <dc:date>2021-10-18T20:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: nblade.execsOverLimit: The number of in-flight requests from client with source IP x.x.x.x</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/nblade-execsOverLimit-The-number-of-in-flight-requests-from-client-with-source/m-p/430130#M9617</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also seeing this on a new 9.9.1 AFF system with only 3 VMware ESXi 7.0.x hosts connected.&lt;BR /&gt;&lt;BR /&gt;So looks like this should be configured to the same max queue depth at both ends for VMware and ONTAP? That seems to be implied by TR-4067 + this discussion but isn't explicit...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Steve&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 18:56:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/nblade-execsOverLimit-The-number-of-in-flight-requests-from-client-with-source/m-p/430130#M9617</guid>
      <dc:creator>unixnation</dc:creator>
      <dc:date>2021-12-15T18:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: nblade.execsOverLimit: The number of in-flight requests from client with source IP x.x.x.x</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/nblade-execsOverLimit-The-number-of-in-flight-requests-from-client-with-source/m-p/430159#M9618</link>
      <description>&lt;P&gt;Answering my own question by reading this thread properly and also finding that all the NetApp - recommended ESX host settings are documented here: &lt;A href="https://docs.netapp.com/us-en/netapp-solutions/virtualization/vsphere_ontap_recommended_esxi_host_and_other_ontap_settings.html" target="_self"&gt;https://docs.netapp.com/us-en/netapp-solutions/virtualization/vsphere_ontap_recommended_esxi_host_and_other_ontap_settings.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 10:37:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/nblade-execsOverLimit-The-number-of-in-flight-requests-from-client-with-source/m-p/430159#M9618</guid>
      <dc:creator>unixnation</dc:creator>
      <dc:date>2021-12-16T10:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: nblade.execsOverLimit: The number of in-flight requests from client with source IP x.x.x.x</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/nblade-execsOverLimit-The-number-of-in-flight-requests-from-client-with-source/m-p/442265#M9829</link>
      <description>&lt;P&gt;Please refer to this KB &lt;A href="https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/execsOverLimit_error_message_found_in_event_logs_for_NFSv4_clients" target="_blank"&gt;https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/execsOverLimit_error_message_found_in_event_logs_for_NFSv4_clients&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For NFS4.1 and NFSv4.2&amp;nbsp;the 128 limit still applies and can be controlled by lowering the option for&amp;nbsp;-v4.x-session-num-slot&amp;nbsp;to&amp;nbsp;&lt;STRONG&gt;128&lt;/STRONG&gt;&amp;nbsp;(default is 180).&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;Verify settings (CLI)&lt;BR /&gt;set -privilege advanced&lt;BR /&gt;vserver nfs show -vserver &amp;lt;SVM_NAME&amp;gt; -fields v4.x-session-num-slots&lt;/LI&gt;&lt;LI&gt;Change settings&lt;BR /&gt;set -privilege advanced&lt;BR /&gt;vserver nfs modify -vserver &amp;lt;SVM_NAME&amp;gt; -v4.x-session-num-slots 128&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;This will only apply to sessions created after the configuration change.&lt;/LI&gt;&lt;LI&gt;Active sessions will use the previous&amp;nbsp;-v4.x-session-num-slot&amp;nbsp;configuration.&lt;/LI&gt;&lt;LI&gt;nfsv4 maintains session, so if modify this option, it should be applied after remount and session recreated.&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 08 Mar 2023 17:48:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/nblade-execsOverLimit-The-number-of-in-flight-requests-from-client-with-source/m-p/442265#M9829</guid>
      <dc:creator>JWaggoner</dc:creator>
      <dc:date>2023-03-08T17:48:19Z</dc:date>
    </item>
  </channel>
</rss>

