<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: rpc.lockd process locked up in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-lockd-process-locked-up/m-p/2747813#M585571</link>
    <description>After you've checked and applied any of the patches recommended above, you can diagnose rpc and nfs issues like this:&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -efH|head -1; UNIX95= ps -efH|egrep "inetd|rpc|mount|nfs"|grep -v grep;  rpcinfo -p|egrep "service|nfs"; showmount -e; mount -p&lt;BR /&gt;&lt;BR /&gt;This will show you the current rpc/nfs config as utilized on the system.  You can also do "rpcinfo -m" for more stats.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
    <pubDate>Wed, 19 Jun 2002 14:00:44 GMT</pubDate>
    <dc:creator>Mark Greene_1</dc:creator>
    <dc:date>2002-06-19T14:00:44Z</dc:date>
    <item>
      <title>rpc.lockd process locked up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-lockd-process-locked-up/m-p/2747809#M585567</link>
      <description>I have a HP D330 NFS server running HP-UX 11.0. Recently, several users have called and complained about intermittent (5-20 seconds) lockups from their HP-UX client workstation. I logged into the NFS server and noticed the rpc.lockd process appears to be hung up for some reason.&lt;BR /&gt;&lt;BR /&gt;1) Does anyone know what would cause this process to lock up?&lt;BR /&gt;&lt;BR /&gt;2) Does anyone know a way to gracefully unlock without affecting users currently mounted?&lt;BR /&gt;&lt;BR /&gt;3) Is there a kernel parameter or patch that may prevent this from happening?&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;David</description>
      <pubDate>Wed, 19 Jun 2002 13:34:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-lockd-process-locked-up/m-p/2747809#M585567</guid>
      <dc:creator>David Owens_1</dc:creator>
      <dc:date>2002-06-19T13:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: rpc.lockd process locked up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-lockd-process-locked-up/m-p/2747810#M585568</link>
      <description>Take a look at the following thread.  There are patches for 10.20 &amp;amp; 11.00 for rpc.lokd&lt;BR /&gt;&lt;BR /&gt;11.00 phne_20627 &amp;amp; 20371 &amp;amp; 10.20 phne_22288&lt;BR /&gt;&lt;BR /&gt;or just search rpc.lockd with patches box ticked&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Wed, 19 Jun 2002 13:46:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-lockd-process-locked-up/m-p/2747810#M585568</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-06-19T13:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: rpc.lockd process locked up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-lockd-process-locked-up/m-p/2747811#M585569</link>
      <description>Try again&lt;BR /&gt; the following thread&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x0d8f107d277ad611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x0d8f107d277ad611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;tim</description>
      <pubDate>Wed, 19 Jun 2002 13:46:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-lockd-process-locked-up/m-p/2747811#M585569</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2002-06-19T13:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: rpc.lockd process locked up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-lockd-process-locked-up/m-p/2747812#M585570</link>
      <description>1) Can be a few reasons. For example your program that issue the rpc lockd request to the server does not get a respond back fro the server.&lt;BR /&gt;2) This is what you should do to clear the problem .. (first do this on the client side and then on the server side)&lt;BR /&gt;a. Kill rpc.lockd and rpc.statd&lt;BR /&gt;# ps -ef|grep rpc.lockd&lt;BR /&gt;# kill &lt;PID&gt;&lt;BR /&gt;==&amp;gt; repeat for rpc.statd&lt;BR /&gt;b. Delete all files in /var/statmon&lt;BR /&gt;# rm -R /var/statmon/sm.bak&lt;BR /&gt;# rm -R /var/statmon/state.bak&lt;BR /&gt;# mv /var/statmon/sm /var/statmon/sm.bak&lt;BR /&gt;# mv /var/statmon/state /var/statmon/state.bak&lt;BR /&gt;3. Restart rpc.statd and rpc.lockd&lt;BR /&gt;# /usr/sbin/rpc.statd&lt;BR /&gt;# /usr/sbin/rpc.lockd&lt;BR /&gt;3) No&lt;BR /&gt;&lt;BR /&gt;I am attaching a really nice writeup on Network Lock Manager. I suggest you go through it to understand the "mechanics" on RPC. Also there is a section on how to troubleshoot the problem is it gets serious. &lt;BR /&gt;&lt;/PID&gt;</description>
      <pubDate>Wed, 19 Jun 2002 13:52:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-lockd-process-locked-up/m-p/2747812#M585570</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-06-19T13:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: rpc.lockd process locked up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-lockd-process-locked-up/m-p/2747813#M585571</link>
      <description>After you've checked and applied any of the patches recommended above, you can diagnose rpc and nfs issues like this:&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -efH|head -1; UNIX95= ps -efH|egrep "inetd|rpc|mount|nfs"|grep -v grep;  rpcinfo -p|egrep "service|nfs"; showmount -e; mount -p&lt;BR /&gt;&lt;BR /&gt;This will show you the current rpc/nfs config as utilized on the system.  You can also do "rpcinfo -m" for more stats.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Wed, 19 Jun 2002 14:00:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-lockd-process-locked-up/m-p/2747813#M585571</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-06-19T14:00:44Z</dc:date>
    </item>
  </channel>
</rss>

