<?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: cannot start rpc.rstat? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-rpc-rstat/m-p/4297977#M337635</link>
    <description>inetd -c &lt;BR /&gt;will register the process after you editted the inetd.config.  you shouldn't need to do anything else. &lt;BR /&gt;&lt;BR /&gt;HOWEVER, you won't see it "running" until after the first request.&lt;BR /&gt;&lt;BR /&gt;so, on the box you "enabled" it on, try running:&lt;BR /&gt;&lt;BR /&gt;rup &lt;HOST_NAME_HERE&gt;&lt;BR /&gt;&lt;BR /&gt;(substitute the correct name).  If its working, you should get an "uptime" report, if not, it will say something along the lines of "process not registered".&lt;BR /&gt;&lt;BR /&gt;You should not need to kill the inet daemon, stop / start it, or reboot.  &lt;BR /&gt;&lt;BR /&gt;If it doesn't start, you have something wrong in inetd.conf&lt;/HOST_NAME_HERE&gt;</description>
    <pubDate>Fri, 31 Oct 2008 14:47:39 GMT</pubDate>
    <dc:creator>OldSchool</dc:creator>
    <dc:date>2008-10-31T14:47:39Z</dc:date>
    <item>
      <title>cannot start rpc.rstat?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-rpc-rstat/m-p/4297971#M337629</link>
      <description>1、 vi the /etc/inetd.conf, and /usr/sbin/inetd -c&lt;BR /&gt;2、 from /var/adm/syslog/syslog.log,shows /rpc.rstatd started, below is a part from syslog.log:&lt;BR /&gt;rpc.rstatd/udp: Added service, server /usr/lib/netsvc/rstat/rpc.rstatd&lt;BR /&gt;3、 but , #ps -ef|grep rstat ,didn't find rpc.rstat&lt;BR /&gt;4、whatis the problem ?&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Oct 2008 11:47:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-rpc-rstat/m-p/4297971#M337629</guid>
      <dc:creator>huaxiang</dc:creator>
      <dc:date>2008-10-31T11:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: cannot start rpc.rstat?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-rpc-rstat/m-p/4297972#M337630</link>
      <description>Do you see rpc.rstat in the output of ps -ef?&lt;BR /&gt;&lt;BR /&gt;Try &lt;BR /&gt;  ps -ef | grep -i rpc</description>
      <pubDate>Fri, 31 Oct 2008 11:50:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-rpc-rstat/m-p/4297972#M337630</guid>
      <dc:creator>OFC_EDM</dc:creator>
      <dc:date>2008-10-31T11:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: cannot start rpc.rstat?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-rpc-rstat/m-p/4297973#M337631</link>
      <description>1ã  ps -ef ,cannot see rpc.rstat.&lt;BR /&gt;2ã  db2#[/]ps -ef | grep -i rpc&lt;BR /&gt;    root   150     0  0  Oct 21  ?         0:00 krpckd&lt;BR /&gt;    root  1970     1  0  Oct 21  ?         0:19 /opt/dce/sbin/rpcd&lt;BR /&gt;    root  1371     1  0  Oct 21  ?         0:00 /usr/sbin/rpc.lockd&lt;BR /&gt;  daemon  1365     1  0  Oct 21  ?         0:00 /usr/sbin/rpc.statd&lt;BR /&gt;    root  1334     1  0  Oct 21  ?         0:00 /usr/sbin/rpcbind&lt;BR /&gt;    root  2607     1  0  Oct 21  ?         0:00 /usr/sbin/rpc.mountd&lt;BR /&gt;    root 25313 25206  0 21:43:47 pts/2     0:00 grep -i rpc</description>
      <pubDate>Fri, 31 Oct 2008 12:43:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-rpc-rstat/m-p/4297973#M337631</guid>
      <dc:creator>huaxiang</dc:creator>
      <dc:date>2008-10-31T12:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: cannot start rpc.rstat?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-rpc-rstat/m-p/4297974#M337632</link>
      <description>You have to restart nfs services. on the server like nfs.server, nfs.client.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sachit</description>
      <pubDate>Fri, 31 Oct 2008 13:21:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-rpc-rstat/m-p/4297974#M337632</guid>
      <dc:creator>sachit patil</dc:creator>
      <dc:date>2008-10-31T13:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: cannot start rpc.rstat?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-rpc-rstat/m-p/4297975#M337633</link>
      <description>&amp;gt;&amp;gt; rpc.rstatd/udp: Added service, server /usr/lib/netsvc/rstat/rpc.rstatd&lt;BR /&gt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;how did you added..?&lt;BR /&gt;&lt;BR /&gt;Please see below example how entry on my &lt;BR /&gt;========================================&lt;BR /&gt;server&lt;BR /&gt;======&lt;BR /&gt;rpc  dgram  udp  wait    root  /usr/lib/netsvc/rstat/rpc.rstatd   100001  2-4  rpc.rstatd&lt;BR /&gt;&lt;BR /&gt;step 1:-&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/inetd -c&lt;BR /&gt;&lt;BR /&gt;step 2:-&lt;BR /&gt;&lt;BR /&gt;Restart Inetd daemon&lt;BR /&gt;===================&lt;BR /&gt;# /usr/sbin/inetd -k&lt;BR /&gt;# /usr/sbin/inetd -l&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;step 3:-&lt;BR /&gt;&lt;BR /&gt;Inetd process not running&lt;BR /&gt;=======================&lt;BR /&gt;Solution:&lt;BR /&gt;********&lt;BR /&gt;# /sbin/init.d/inetd stop&lt;BR /&gt;# /sbin/init.d/inetd start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;if not please take reboot&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Best Regards,&lt;BR /&gt;Johnson&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Oct 2008 14:01:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-rpc-rstat/m-p/4297975#M337633</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2008-10-31T14:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: cannot start rpc.rstat?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-rpc-rstat/m-p/4297976#M337634</link>
      <description>hi,Johnson :&lt;BR /&gt;   i did as your steps;&lt;BR /&gt;    still not work, i will find time reboot tomorrow.&lt;BR /&gt;   thank u.</description>
      <pubDate>Fri, 31 Oct 2008 14:27:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-rpc-rstat/m-p/4297976#M337634</guid>
      <dc:creator>huaxiang</dc:creator>
      <dc:date>2008-10-31T14:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: cannot start rpc.rstat?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-rpc-rstat/m-p/4297977#M337635</link>
      <description>inetd -c &lt;BR /&gt;will register the process after you editted the inetd.config.  you shouldn't need to do anything else. &lt;BR /&gt;&lt;BR /&gt;HOWEVER, you won't see it "running" until after the first request.&lt;BR /&gt;&lt;BR /&gt;so, on the box you "enabled" it on, try running:&lt;BR /&gt;&lt;BR /&gt;rup &lt;HOST_NAME_HERE&gt;&lt;BR /&gt;&lt;BR /&gt;(substitute the correct name).  If its working, you should get an "uptime" report, if not, it will say something along the lines of "process not registered".&lt;BR /&gt;&lt;BR /&gt;You should not need to kill the inet daemon, stop / start it, or reboot.  &lt;BR /&gt;&lt;BR /&gt;If it doesn't start, you have something wrong in inetd.conf&lt;/HOST_NAME_HERE&gt;</description>
      <pubDate>Fri, 31 Oct 2008 14:47:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-rpc-rstat/m-p/4297977#M337635</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2008-10-31T14:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: cannot start rpc.rstat?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-rpc-rstat/m-p/4297978#M337636</link>
      <description>thank u all.&lt;BR /&gt; 1.problem solved. following the same steps as you pointed.&lt;BR /&gt; 2.there is a delay? wait a moment and get the right answer.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 01 Nov 2008 01:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-start-rpc-rstat/m-p/4297978#M337636</guid>
      <dc:creator>huaxiang</dc:creator>
      <dc:date>2008-11-01T01:44:00Z</dc:date>
    </item>
  </channel>
</rss>

