<?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 problem, statd &amp;amp; lockd not availble! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-problem-statd-amp-lockd-not-availble/m-p/3017345#M576732</link>
    <description>Thanks for suggestion!... We are on mostly the latest NFS patches already (just did a patch review)... &lt;BR /&gt;&lt;BR /&gt;But I've fixed the problem now anyway.  It was very obscure though.&lt;BR /&gt;&lt;BR /&gt;I enabled logging on statd &amp;amp; lockd via /etc/rc.config.d/nfsconf&lt;BR /&gt;&lt;BR /&gt;LOCKD_OPTIONS="-l /tmp/rpc.statd.log"&lt;BR /&gt;STATD_OPTIONS="-l /tmp/rpc.lockd.log"&lt;BR /&gt;&lt;BR /&gt;Stopped and started nfs.server &amp;amp; nfs.core&lt;BR /&gt;&lt;BR /&gt;Checked the log files, found that lockd couldn't bind onto statd... So upon checking statd.log, found a bunch of these messages:&lt;BR /&gt;&lt;BR /&gt;"statd cannot talk to statd at sm0017"&lt;BR /&gt;(sm0017 is a client system)&lt;BR /&gt;&lt;BR /&gt;man 1m rpc.statd&lt;BR /&gt;&lt;BR /&gt;suggested that files exist in /var/statmon&lt;BR /&gt;&lt;BR /&gt;Checked those files... found a whole heap for sm00xx machines...&lt;BR /&gt;&lt;BR /&gt;Then found Document id: 2200211723, which suggested I delete all the 'sm' files, and restart nfs...&lt;BR /&gt;&lt;BR /&gt;which fixed the problem !&lt;BR /&gt;&lt;BR /&gt;Hope this might help for you too.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Andrew&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 08 Jul 2003 05:14:46 GMT</pubDate>
    <dc:creator>Andrew_4</dc:creator>
    <dc:date>2003-07-08T05:14:46Z</dc:date>
    <item>
      <title>RPC problem, statd &amp; lockd not availble!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-problem-statd-amp-lockd-not-availble/m-p/3017342#M576729</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;Got a RPC problem, which is eventuates in a SG package being brough down.&lt;BR /&gt;&lt;BR /&gt;The SG package is using the monitor script to monitor NFS availability.   A &lt;BR /&gt;part of the NFS monitoring script, is that it 'pings' and checks the status of &lt;BR /&gt;various RPC daemons, including the statd &amp;amp; nlockd.&lt;BR /&gt;&lt;BR /&gt;These two daemons seem to be running:&lt;BR /&gt;&lt;BR /&gt;root-hostname:/&amp;gt; ps -ef | grep rpc&lt;BR /&gt;    root  1520     1  0  Apr 27  ?        15:11 /usr/sbin/rpcbind&lt;BR /&gt;    root  1945     1  0  Apr 27  ?         4:24 /opt/dce/sbin/rpcd&lt;BR /&gt;    root  2300     1  0  Apr 27  ?         0:57 /usr/sbin/rpc.mountd&lt;BR /&gt;    root 12190  1606  0  Jun 11  ?         0:00 /usr/dt/bin/rpc.ttdbserver&lt;BR /&gt;    root  3941     1  0  Jul  1  ?         0:21 /usr/sbin/rpc.lockd&lt;BR /&gt;    root  3935     1  0  Jul  1  ?         1:30 /usr/sbin/rpc.statd&lt;BR /&gt;&lt;BR /&gt;root-hostname:/&amp;gt; rpcinfo | grep -e 100021 -e 100024&lt;BR /&gt;    100024    1    tcp       0.0.0.0.241.202     status     superuser&lt;BR /&gt;    100024    1    udp       0.0.0.0.238.129     status     superuser&lt;BR /&gt;    100021    1    tcp       0.0.0.0.241.203     nlockmgr   superuser&lt;BR /&gt;    100021    1    udp       0.0.0.0.238.130     nlockmgr   superuser&lt;BR /&gt;    100021    3    tcp       0.0.0.0.241.204     nlockmgr   superuser&lt;BR /&gt;    100021    3    udp       0.0.0.0.238.131     nlockmgr   superuser&lt;BR /&gt;    100021    4    tcp       0.0.0.0.241.205     nlockmgr   superuser&lt;BR /&gt;    100021    4    udp       0.0.0.0.238.132     nlockmgr   superuser&lt;BR /&gt;    100021    2    tcp       0.0.0.0.241.206     nlockmgr   superuser&lt;BR /&gt;&lt;BR /&gt;But when the SG monitor script comes to check on them, it gets:&lt;BR /&gt;&lt;BR /&gt;root-hostname:/&amp;gt; rpcinfo -u 127.0.0.1 100024 1&lt;BR /&gt;rpcinfo: RPC: Timed out&lt;BR /&gt;program 100024 version 1 is not available&lt;BR /&gt;root-hostname:/&amp;gt; rpcinfo -u 127.0.0.1 100021 3&lt;BR /&gt;rpcinfo: RPC: Timed out&lt;BR /&gt;program 100021 version 3 is not available&lt;BR /&gt;root-hostname:/&amp;gt;&lt;BR /&gt;&lt;BR /&gt;As you can see, the rpcinfo summary reckons that status &amp;amp; nlockmgr are &lt;BR /&gt;running... but when you try to 'ping' them... it times out.&lt;BR /&gt;&lt;BR /&gt;Not sure why this would be occurring.  I've already stopped &amp;amp; started &lt;BR /&gt;core/server/client sbin scripts...  but that still didn't fix the problem.&lt;BR /&gt;&lt;BR /&gt;Any ideas ?</description>
      <pubDate>Tue, 08 Jul 2003 03:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-problem-statd-amp-lockd-not-availble/m-p/3017342#M576729</guid>
      <dc:creator>Andrew_4</dc:creator>
      <dc:date>2003-07-08T03:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: RPC problem, statd &amp; lockd not availble!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-problem-statd-amp-lockd-not-availble/m-p/3017343#M576730</link>
      <description>Hi Andrew,&lt;BR /&gt;Sorry if I'm stating the obvious, but RPC-problems are usually very tricky (I'm fighting a couple myself at the moment).&lt;BR /&gt;Did you check (and install) the latest DCE/RPC patches ? HP will almost always recommend to do that first.&lt;BR /&gt;&lt;BR /&gt;Not much help, I know ...&lt;BR /&gt;Regards,&lt;BR /&gt;Tom</description>
      <pubDate>Tue, 08 Jul 2003 04:56:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-problem-statd-amp-lockd-not-availble/m-p/3017343#M576730</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2003-07-08T04:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: RPC problem, statd &amp; lockd not availble!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-problem-statd-amp-lockd-not-availble/m-p/3017344#M576731</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First you check the your NFS version&lt;BR /&gt;&lt;BR /&gt;if you using NFS version 3 than it uses TCP protocol&lt;BR /&gt;&lt;BR /&gt;above command use for only if your NFS server have the old version otherwise it wan't work&lt;BR /&gt;&lt;BR /&gt;because you command rpcinfo -u 127.0.0.1 10024 1 uses the UDP protocol&lt;BR /&gt;&lt;BR /&gt;If you have NFS verson 2 or 3 &lt;BR /&gt;it is uses the TCP protocol and you use the command rpcinfo -t 127.0.0.1 10024 1 command&lt;BR /&gt;&lt;BR /&gt;and also check the all the coinfiguration file and services running or not</description>
      <pubDate>Tue, 08 Jul 2003 05:11:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-problem-statd-amp-lockd-not-availble/m-p/3017344#M576731</guid>
      <dc:creator>Suresh Patoria</dc:creator>
      <dc:date>2003-07-08T05:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: RPC problem, statd &amp; lockd not availble!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-problem-statd-amp-lockd-not-availble/m-p/3017345#M576732</link>
      <description>Thanks for suggestion!... We are on mostly the latest NFS patches already (just did a patch review)... &lt;BR /&gt;&lt;BR /&gt;But I've fixed the problem now anyway.  It was very obscure though.&lt;BR /&gt;&lt;BR /&gt;I enabled logging on statd &amp;amp; lockd via /etc/rc.config.d/nfsconf&lt;BR /&gt;&lt;BR /&gt;LOCKD_OPTIONS="-l /tmp/rpc.statd.log"&lt;BR /&gt;STATD_OPTIONS="-l /tmp/rpc.lockd.log"&lt;BR /&gt;&lt;BR /&gt;Stopped and started nfs.server &amp;amp; nfs.core&lt;BR /&gt;&lt;BR /&gt;Checked the log files, found that lockd couldn't bind onto statd... So upon checking statd.log, found a bunch of these messages:&lt;BR /&gt;&lt;BR /&gt;"statd cannot talk to statd at sm0017"&lt;BR /&gt;(sm0017 is a client system)&lt;BR /&gt;&lt;BR /&gt;man 1m rpc.statd&lt;BR /&gt;&lt;BR /&gt;suggested that files exist in /var/statmon&lt;BR /&gt;&lt;BR /&gt;Checked those files... found a whole heap for sm00xx machines...&lt;BR /&gt;&lt;BR /&gt;Then found Document id: 2200211723, which suggested I delete all the 'sm' files, and restart nfs...&lt;BR /&gt;&lt;BR /&gt;which fixed the problem !&lt;BR /&gt;&lt;BR /&gt;Hope this might help for you too.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Andrew&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jul 2003 05:14:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-problem-statd-amp-lockd-not-availble/m-p/3017345#M576732</guid>
      <dc:creator>Andrew_4</dc:creator>
      <dc:date>2003-07-08T05:14:46Z</dc:date>
    </item>
  </channel>
</rss>

