<?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.statd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-statd/m-p/3028301#M131985</link>
    <description>One other thing I noticed, you are talking about 2 different services.  Its a little confusing as they have very similar names. &lt;BR /&gt;&lt;BR /&gt;/usr/sbin/rpc.statd is NFS related and is controlled by the nfs.clinet script.&lt;BR /&gt;&lt;BR /&gt;/usr/lib/netsvc/rstat/rpc.rstatd gathers kernel stats.&lt;BR /&gt;&lt;BR /&gt;Do a man on statd &amp;amp; rstatd &amp;amp; you'll see the difference.&lt;BR /&gt;&lt;BR /&gt;I believe the one you're concerned about is rpc.statd and as I mnentioned you should disable it through using the scripts in /sbin/init.d and updating the /etc/rc.config.d/nfsconf file.&lt;BR /&gt;&lt;BR /&gt;If you're using NFS then you need to keep this service enabled.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 21 Jul 2003 05:28:41 GMT</pubDate>
    <dc:creator>Con O'Kelly</dc:creator>
    <dc:date>2003-07-21T05:28:41Z</dc:date>
    <item>
      <title>rpc.statd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-statd/m-p/3028297#M131981</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;(1) How to find out what service is using rpc.statd.&lt;BR /&gt;&lt;BR /&gt;(2) How to stop rpc.statd as my security personnel advice that it is an security hole.&lt;BR /&gt;&lt;BR /&gt;(3) I used lsof and traced the rpc.statd process was ran from /usr/sbin/rp.statd in one machine and /etc/inetd in another machine. I actually had commented out the statement in /etc/inetd.conf for both machine as follows:&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;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;YC</description>
      <pubDate>Mon, 21 Jul 2003 04:04:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-statd/m-p/3028297#M131981</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2003-07-21T04:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: rpc.statd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-statd/m-p/3028298#M131982</link>
      <description>The /usr/sbin/rpc.statd process is started by the nfs.client &amp;amp; nfs.server scripts in /sbin/init.d.&lt;BR /&gt;&lt;BR /&gt;To stop it running:&lt;BR /&gt;#/sbin/init.d/nfs.client stop&lt;BR /&gt;If you're not using NFS then disable them in /etc/rc.config.d/nfsconf so doesn't start up at boot.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Mon, 21 Jul 2003 05:09:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-statd/m-p/3028298#M131982</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-07-21T05:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: rpc.statd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-statd/m-p/3028299#M131983</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you don't want any rpc.statd or any other servicce related to rpc then you just uninstall the nfs package &lt;BR /&gt;&lt;BR /&gt;if u want only the block than you stop the nfs.client and nfs.server service also you put the comment in /etc/inetd.conf file &lt;BR /&gt;&lt;BR /&gt;Also rename the file /etc/rpc to some else&lt;BR /&gt;&lt;BR /&gt;It wan't use the any of the rpc service</description>
      <pubDate>Mon, 21 Jul 2003 05:14:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-statd/m-p/3028299#M131983</guid>
      <dc:creator>Suresh Patoria</dc:creator>
      <dc:date>2003-07-21T05:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: rpc.statd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-statd/m-p/3028300#M131984</link>
      <description>Hi Con O'Kelly,&lt;BR /&gt;&lt;BR /&gt;Based on your advice, managed to stop in the machine that using /usr/sbin/rpc.statd but not the machine using inetd.</description>
      <pubDate>Mon, 21 Jul 2003 05:23:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-statd/m-p/3028300#M131984</guid>
      <dc:creator>yc_2</dc:creator>
      <dc:date>2003-07-21T05:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: rpc.statd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-statd/m-p/3028301#M131985</link>
      <description>One other thing I noticed, you are talking about 2 different services.  Its a little confusing as they have very similar names. &lt;BR /&gt;&lt;BR /&gt;/usr/sbin/rpc.statd is NFS related and is controlled by the nfs.clinet script.&lt;BR /&gt;&lt;BR /&gt;/usr/lib/netsvc/rstat/rpc.rstatd gathers kernel stats.&lt;BR /&gt;&lt;BR /&gt;Do a man on statd &amp;amp; rstatd &amp;amp; you'll see the difference.&lt;BR /&gt;&lt;BR /&gt;I believe the one you're concerned about is rpc.statd and as I mnentioned you should disable it through using the scripts in /sbin/init.d and updating the /etc/rc.config.d/nfsconf file.&lt;BR /&gt;&lt;BR /&gt;If you're using NFS then you need to keep this service enabled.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jul 2003 05:28:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-statd/m-p/3028301#M131985</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-07-21T05:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: rpc.statd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-statd/m-p/3028302#M131986</link>
      <description>If the service is disabled in /etc/inetd.conf you must run 'inetd -c' so that the inetd daemon re-reads the config file.&lt;BR /&gt;&lt;BR /&gt;You cannot completely dismantle NFS, the system will not let you. Search for the 'bastion' server whitepaper, it will give many hints on disabling services.</description>
      <pubDate>Mon, 21 Jul 2003 05:37:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-statd/m-p/3028302#M131986</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-07-21T05:37:12Z</dc:date>
    </item>
  </channel>
</rss>

