<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 16, 2014 at 11:22 AM, Valrhona <span dir="ltr"><<a href="mailto:valrhona@gmail.com" target="_blank">valrhona@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">How do I capture the raw packets?<br>
<br></blockquote><div><br>tcpdump -i ixgbe0 -s 65535 -w raw-packet.dump host xxx.xxx.xxx.xxx<br><br></div><div>use the IP of the NFS client that is triggering the issue.   Subsitute the proper network adapter.   When finished press Ctrl-C.   The resulting dump file can be examined in wireshark.<br>

<br></div><div>-Chip<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
THanks!<br>
<div class=""><div class="h5"><br>
On Mon, Jun 16, 2014 at 10:08 AM, Schweiss, Chip <<a href="mailto:chip@innovates.com">chip@innovates.com</a>> wrote:<br>
> The issue I have seen was different.   I experienced the same NFSv3 lock<br>
> manager failures, but with Linux clients.   I switched all mounts except<br>
> VMware to NFSv4 and things became MUCH more stable.<br>
><br>
> I still see periodically the NFS server become unresponsive.  The server<br>
> never crashes or the lock manager.<br>
><br>
> The NFSv3 lock manager definitely needs some work.  For me it frequently<br>
> dies on boot up.<br>
><br>
> I had some packet captures of NFSv3 locking issues.   I'll see if I still<br>
> have those around.<br>
><br>
> -Chip<br>
><br>
><br>
> On Mon, Jun 16, 2014 at 8:43 AM, Dan McDonald <<a href="mailto:danmcd@omniti.com">danmcd@omniti.com</a>> wrote:<br>
>><br>
>> One other thing.<br>
>><br>
>> IF you can easily reproduce this (I can't), capturing raw packets starting<br>
>> before the reproduction would be immensely useful.<br>
>><br>
>> Dan<br>
>><br>
><br>
</div></div></blockquote></div><br></div></div>