<?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 not registerd. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-not-registerd/m-p/2675737#M52048</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can do:&lt;BR /&gt;&lt;BR /&gt;# inetd -c&lt;BR /&gt;&lt;BR /&gt;that will re-start the inetd daemons.&lt;BR /&gt;&lt;BR /&gt;check the existence of 'rstatd' with rpcinfo -p' in your server. This is the daemon which answers the rup command.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
    <pubDate>Mon, 04 Mar 2002 16:31:53 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2002-03-04T16:31:53Z</dc:date>
    <item>
      <title>rpc not registerd.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-not-registerd/m-p/2675732#M52043</link>
      <description>Hi Guys,&lt;BR /&gt;Goodmorning.&lt;BR /&gt;I newly built a machine with HPUX 11.00 last week.Let us have that machine as xxx.If i do&lt;BR /&gt;rup xxx from other machine,i'm getting the error as rpc program not registerd.what should i do?Please help.Thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2002 16:15:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-not-registerd/m-p/2675732#M52043</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2002-03-04T16:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: rpc not registerd.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-not-registerd/m-p/2675733#M52044</link>
      <description>check your /etc/inetd.conf file and make sure that these two lines:&lt;BR /&gt;&lt;BR /&gt;rpc xti tcp swait root /usr/dt/bin/rpc.ttdbserver 100083 1 /usr/dt/bin/rpc.ttdbserver&lt;BR /&gt;rpc dgram udp wait root /usr/dt/bin/rpc.cmsd 100068 2-5 rpc.cmsd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;are not commented.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Mon, 04 Mar 2002 16:19:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-not-registerd/m-p/2675733#M52044</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-03-04T16:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: rpc not registerd.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-not-registerd/m-p/2675734#M52045</link>
      <description>For example on machine99 you run ..&lt;BR /&gt;# rup machine1&lt;BR /&gt;and if gives the rpc error you've mentioned, you can restart /usr/sbin/inetd on machine1 and try the command again. It usually solve the problem if everything else is working fine before this.&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2002 16:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-not-registerd/m-p/2675734#M52045</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-03-04T16:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: rpc not registerd.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-not-registerd/m-p/2675735#M52046</link>
      <description>After editing inetd.conf,will it requires reboot.&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 04 Mar 2002 16:29:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-not-registerd/m-p/2675735#M52046</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2002-03-04T16:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: rpc not registerd.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-not-registerd/m-p/2675736#M52047</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;After editing inetd.conf file, just do "inetd -c" to reread the inetd.conf file. You don't need a reboot.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Mar 2002 16:30:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-not-registerd/m-p/2675736#M52047</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-03-04T16:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: rpc not registerd.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-not-registerd/m-p/2675737#M52048</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can do:&lt;BR /&gt;&lt;BR /&gt;# inetd -c&lt;BR /&gt;&lt;BR /&gt;that will re-start the inetd daemons.&lt;BR /&gt;&lt;BR /&gt;check the existence of 'rstatd' with rpcinfo -p' in your server. This is the daemon which answers the rup command.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Mon, 04 Mar 2002 16:31:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-not-registerd/m-p/2675737#M52048</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-03-04T16:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: rpc not registerd.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-not-registerd/m-p/2675738#M52049</link>
      <description>Hi Guys,&lt;BR /&gt;It worked out.Thanks for all your help.</description>
      <pubDate>Mon, 04 Mar 2002 16:43:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-not-registerd/m-p/2675738#M52049</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2002-03-04T16:43:20Z</dc:date>
    </item>
  </channel>
</rss>

