In reference to EAGAIN errors caused by high sustained latency post ONTAP upgrade to 9.7 P14 or higher, NetApp recommends additional settings for the send-buffer.
NetApp has suggested that Data Insight also implement a configurable receive-buffer for Fpolicy server at both Device and Collector Level.
Post 6.3.1, Data Inight has implemented configurable settings for receive-buffer as follow.
configdb -o -T filer -k
i.e. to set the receive buffer for device id 3 of size 6MB refer below command line
configdb -o -T filer -k 3 -J "vserver.sok.rcv.buf.sz" -j 6291456
Command to check what the value was set for previously
configdb -p -T objattr |findstr vserver.sok.rcv.buf.sz
configdb -o -T node -k
i.e. to set the receive buffer on collector node 3 of size 6MB refer below command line
configdb -o -T node -k 3 -J "fpolicydcmod.tcp.lstn.rcv.buf.sz" -j 6291456
Command to check what the value was set for previously
configdb -p -T objattr |findstr fpolicydcmod.tcp.lstn.rcv.buf.sz
High sustained latency after ONTAP upgrade to 9.7 P14 and above due to FPolicy EAGAIN (veritas.com)