<div dir="ltr"><p dir="ltr">Hi Paul, Dan</p>
<p dir="ltr">I wrote in about this a while back. At the time I was optimistic about deleting files from statmon.bak. I have since realized the problem has not disappeared, and all I have now is a faster hammer to whack this problem with:</p><div class="gmail_quote">$ cat fix-nfs<br>#!/bin/sh<br>sudo rm -rf /var/statmon/sm.bak/*<br>sudo svcadm restart nfs/status<br>sudo svcadm clear nfs/nlockmgr<br>sudo svcadm restart nfs/</div><div class="gmail_quote"><br></div><div class="gmail_quote">If an NFS client was there when the server shut down, but is gone when the NFS server comes up, I need to reach for this.</div><div class="gmail_quote"><br></div><div class="gmail_quote">What I have been reluctant to do until now is to set up something (an SMF?) that deletes the files in /var/statmon/sm.bak on boot.</div><div class="gmail_quote"><br></div><div class="gmail_quote">Cheers,</div><div class="gmail_quote"><br></div><div class="gmail_quote">Jacob</div><div class="gmail_quote"><br></div><div class="gmail_quote"> 20 Jan 2015 16:44, "Dan McDonald" <<a href="mailto:danmcd@omniti.com" target="_blank">danmcd@omniti.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>
> On Jan 20, 2015, at 6:43 AM, Paul Jochum <<a href="mailto:paul.jochum@alcatel-lucent.com" target="_blank">paul.jochum@alcatel-lucent.com</a>> wrote:<br>
><br>
> Hi Dan:<br>
><br>
>    Resurrecting an older thread here.<br>
><br>
>    Do you know if a fix was submitted for this problem, and if submitted, if/when will it be picked up in OmniOS?<br>
><br>
>    We have had this problem when trying to upgrade multiple machines to R151012 in our environment, and decided to stay at r151010 hoping it will get fixed soon.<br>
<br>
There have been some changes in nlockmgr, but not *specifically* for that problem.  Given there's now a known workaround (deleting the files in statmon), I think the community hasn't been as gung-ho to fix it.<br>
<br>
Dan<br>
<br>
_______________________________________________<br>
OmniOS-discuss mailing list<br>
<a href="mailto:OmniOS-discuss@lists.omniti.com" target="_blank">OmniOS-discuss@lists.omniti.com</a><br>
<a href="http://lists.omniti.com/mailman/listinfo/omnios-discuss" target="_blank">http://lists.omniti.com/mailman/listinfo/omnios-discuss</a><br>
</blockquote></div>
</div>