<?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/Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rpc-linux/m-p/3026749#M5724</link>
    <description>Look at /etc/rc.d/init.d to see if r* processes are here (rstatd, rusersd, rwhod) and nfs service, which are all using rpc.&lt;BR /&gt;Then look at /etc/rc.d/rc0.d to rc5.d to see at which level these processes are started (S) or killed (K). Then you'll know what is started, not  stopped, so running.&lt;BR /&gt;&lt;BR /&gt;You could search also by chkconfig --list | grep r*, but you'll get a long list with false returns.&lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;BR /&gt;&lt;BR /&gt;J</description>
    <pubDate>Thu, 17 Jul 2003 19:14:05 GMT</pubDate>
    <dc:creator>Jerome Henry</dc:creator>
    <dc:date>2003-07-17T19:14:05Z</dc:date>
    <item>
      <title>RPC/Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpc-linux/m-p/3026747#M5722</link>
      <description>Can someone tell me how I can be sure that rpc services is running or not. What daemons need to be started for rpc? How do I start and or stop it?</description>
      <pubDate>Thu, 17 Jul 2003 17:51:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpc-linux/m-p/3026747#M5722</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-07-17T17:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: RPC/Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpc-linux/m-p/3026748#M5723</link>
      <description>ps -ef | grep rpc&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rpc.statd and the portmap daeomons. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rpc.statd is being started by the nfslock on my box. portmap is started by init.&lt;BR /&gt;&lt;BR /&gt;chkconfig --list nfslock&lt;BR /&gt;chkconfig --list portmap&lt;BR /&gt;&lt;BR /&gt;--balaji(yawn!!!!)</description>
      <pubDate>Thu, 17 Jul 2003 19:10:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpc-linux/m-p/3026748#M5723</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-07-17T19:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: RPC/Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpc-linux/m-p/3026749#M5724</link>
      <description>Look at /etc/rc.d/init.d to see if r* processes are here (rstatd, rusersd, rwhod) and nfs service, which are all using rpc.&lt;BR /&gt;Then look at /etc/rc.d/rc0.d to rc5.d to see at which level these processes are started (S) or killed (K). Then you'll know what is started, not  stopped, so running.&lt;BR /&gt;&lt;BR /&gt;You could search also by chkconfig --list | grep r*, but you'll get a long list with false returns.&lt;BR /&gt;&lt;BR /&gt;hope this helps.&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Thu, 17 Jul 2003 19:14:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpc-linux/m-p/3026749#M5724</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-07-17T19:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: RPC/Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpc-linux/m-p/3026750#M5725</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;service nfslock status&lt;BR /&gt;service portmap status&lt;BR /&gt;will show the status of the deamons&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Thu, 17 Jul 2003 19:30:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpc-linux/m-p/3026750#M5725</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-17T19:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: RPC/Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpc-linux/m-p/3026751#M5726</link>
      <description>Another way to check the status of the rpc services is:&lt;BR /&gt;&lt;BR /&gt;# rpcinfo -p &lt;HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Obviously &lt;HOSTNAME&gt; can be localhost.&lt;BR /&gt;&lt;BR /&gt;man page, as always, helps! :-)&lt;BR /&gt;&lt;BR /&gt;ciao&lt;BR /&gt;Claudio&lt;/HOSTNAME&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Thu, 17 Jul 2003 19:41:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpc-linux/m-p/3026751#M5726</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-07-17T19:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: RPC/Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpc-linux/m-p/3026752#M5727</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;to check if you have the 2 process present do &lt;BR /&gt; &lt;BR /&gt;ps -ef | grep -i "rpc"&lt;BR /&gt;&lt;BR /&gt;or do &lt;BR /&gt;&lt;BR /&gt;/etc/init.d/nfslock status&lt;BR /&gt;/etc/init.d/portmap status&lt;BR /&gt;&lt;BR /&gt;to start or stop process do logged in as root&lt;BR /&gt;&lt;BR /&gt;/etc/init/d/nsflock start&lt;BR /&gt;/etc/init/d/portmap start&lt;BR /&gt;&lt;BR /&gt;also valid are the stop, restart commands.&lt;BR /&gt;&lt;BR /&gt;P.S. dont forget to give us point if you found some of theses reply's usefull, thanks &lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jul 2003 10:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpc-linux/m-p/3026752#M5727</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-07-18T10:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: RPC/Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rpc-linux/m-p/3026753#M5728</link>
      <description>Oouups , please discart my comment about points after sending my reply I did a refresh&lt;BR /&gt;and this then did show me you already had given points.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It seem's that by the time I get a chance to help 12 hours have passed by, If I wanted to answer I would have to do it early morning +- 02:00 &amp;lt;-&amp;gt; 04:00 Belgium time.. I am an early bird but not that early.&lt;BR /&gt;&lt;BR /&gt;But I am drifting, the lessons is learned always do a refresh check user profile and time of call before typping any things out of pace &amp;amp;.&lt;BR /&gt;&lt;BR /&gt;once again please forgive.&lt;BR /&gt;Jean-Pierre &lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jul 2003 11:10:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rpc-linux/m-p/3026753#M5728</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2003-07-18T11:10:01Z</dc:date>
    </item>
  </channel>
</rss>

