Hi James, What's in your /var/log/messages on the client that's looping? If your network traces had some interleaved SETCLIENTIDs I would have said that it's possible you are hitting this RHEL7.5 problem: Bug 1592911 - Fix how client ID in SETCLIENTID is constructed to prevent lease tempering. https://bugzilla.redhat.com/show_bug.cgi?id=1592911 but if the only thing that you see is RENEWs then it might not be it. On Wed, Mar 25, 2020 at 10:02 AM James Pearson <jcpearson@xxxxxxxxx> wrote: > > On Wed, 25 Mar 2020 at 13:20, Kevin Vasko <kvasko@xxxxxxxxx> wrote: > > James, > > > > Just curious are your symptoms anything similar to mine where if you transfer a file (200MB+) to the NFS server, the transfer will just lock up and never complete? Are you using Kerberos as well? If so... > > > > I had a problem on a Dell Unity box where on a transfer to the NFS server the sequence number gets out of order and it would lock up the Dell Unity box NFS and the transfer would never complete. > > > > Dell was not aware of this bug and they had to have engineering look at the issue. After about 3 months they got back with and had me change two parameters. > > > > scv_nas ALL -parma -facility nfs -modify rpcgss.discardReplay -value 0 > > > > scv_nas ALL -parma -facility nfs -modify rpcgss.discardOld -value 0 > > > > I’m doubtful that this would be the same way you would change these settings on the Isilon but just figured if it’s related it might help. > > a Isilon > > We're not using Kerberos, just SYS_AUTH ... > > James