Leo please do no -a | grep tcp_sendspace and no -a | grep tcp_recvspace and no -a | grep tcp_rfc1323 settings
what is the size of tcp_sendspace and recvspace and if rfc1323 is 1 or 0
other NFS setting what are they on your server - before you do test?
# /usr/sbin/nfso -p -o nfs_socketsize=600000
# /usr/sbin/nfso -p -o nfs_tcp_socketsize=600000
/usr/sbin/nfso -p -o nfs_use_reserved_ports=1
/usr/sbin/nfso -p -o portcheck=1
/usr/sbin/nfso -p -o sockthresh=60
------------------------------
minesh patel
------------------------------
Original Message:
Sent: Thu April 27, 2023 06:47 AM
From: leo yang
Subject: IOPS will be zero when use command 'dd' on AIX client
I tried small IO operations that also caused the problem.
The command parameters are as follows,
dd if=/dev/zero of=/mnt/data bs=8k
------------------------------
leo yang
------------------------------
Original Message:
Sent: Thu April 27, 2023 02:52 AM
From: CHRISTOPHER WICKREMASINGHE
Subject: IOPS will be zero when use command 'dd' on AIX client
Hi Leo
Are small IO operations successful? Such as touching a file, or copying a small file?
It may be a jumbo frame issue if small IO is ok, but large IO is getting blocked.
------------------------------
Chris Wickremasinghe
IBM
Original Message:
Sent: Wed April 26, 2023 11:08 PM
From: leo yang
Subject: IOPS will be zero when use command 'dd' on AIX client
Hi,
The command parameters are as follows,
dd if=/dev/zero of=/mnt/data bs=1M
I used 'topas' to check the network port bandwidth on AIX client and found that the bandwidth was zero.
I also thought it might be a local cache issue, but with other storage devices the situation was different.I was wondering if there are any NFS server parameters to control the local caching on the client side?
------------------------------
leo yang
Original Message:
Sent: Wed April 26, 2023 09:22 AM
From: Ralf Schmidt-Dannert
Subject: IOPS will be zero when use command 'dd' on AIX client
Leo,
it would be helpful to share the command with all parameters you are using in this test.
How are you monitoring IO?
NFS is a cached file system, so your test, and while you monitored, may have just hit the local cache?
------------------------------
Ralf Schmidt-Dannert