<?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: rpcd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcd/m-p/2624423#M39433</link>
    <description>Hello Paul,&lt;BR /&gt;&lt;BR /&gt;not having used OpenSpool for some time, I seem to remember that even OSP had the occasional problem to run concurrently with MWA (MeasureWare Agent), as this (sometimes) block the rpcd :-(&lt;BR /&gt;Do you run MWA on that station?&lt;BR /&gt;Then stop it (mwa stop), and stop and re-start OSP - does it work then?&lt;BR /&gt;There should be a patch out for MWA to not cause this anymore...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
    <pubDate>Tue, 04 Dec 2001 07:27:50 GMT</pubDate>
    <dc:creator>Wodisch</dc:creator>
    <dc:date>2001-12-04T07:27:50Z</dc:date>
    <item>
      <title>rpcd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcd/m-p/2624420#M39430</link>
      <description>We have had a problem with some of our servers in Spain where openspool was hanging showing the unable to connect to the llbd database.  In these cases the cause was rpcd was not running.  Any ideas on what would kill this or is he process logged anywhere ??</description>
      <pubDate>Tue, 04 Dec 2001 00:15:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcd/m-p/2624420#M39430</guid>
      <dc:creator>Paul Thomson_2</dc:creator>
      <dc:date>2001-12-04T00:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: rpcd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcd/m-p/2624421#M39431</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check that:&lt;BR /&gt;&lt;BR /&gt;1) /etc/rc.config.d/Rpcd contains the line (1 instead of 0).&lt;BR /&gt;&lt;BR /&gt;START_RPCD=1&lt;BR /&gt;&lt;BR /&gt;2) /sbin/rc2.d/S570dce is activated (ie S570dec with the capital S).&lt;BR /&gt;&lt;BR /&gt;3) /sbin/rc2.d/S590Rpcd is activated (ie S590Rpcd with the capital S).&lt;BR /&gt;&lt;BR /&gt;The above steps will make sure that the rpcd service is started up during system initialisation.&lt;BR /&gt;&lt;BR /&gt;If you wish to manually start up rpcd, execute&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/Rpcd start&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Tue, 04 Dec 2001 00:38:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcd/m-p/2624421#M39431</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-12-04T00:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: rpcd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcd/m-p/2624422#M39432</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;  If you are running hpux 10.X or higher, llbd is not needed. It''s functions are taken care by rpcd.&lt;BR /&gt;Here's an extract from the&lt;BR /&gt;/sbin/init.d/Rpcd file&lt;BR /&gt;&lt;BR /&gt;***&lt;BR /&gt;# As of HP-UX 10.x, the NCS Local Location Broker daemon (llbd) is&lt;BR /&gt;# superseded by either the DCE RPC daemon (rpcd) or the DCE host daemon&lt;BR /&gt;# (dced).  On HP-UX 10.01, if HP DCE 1.4 has been installed, dced will&lt;BR /&gt;# be present, and if not, rpcd will be present.&lt;BR /&gt;&lt;BR /&gt;# rpcd and dced provide all of the LLB services that formerly were&lt;BR /&gt;# provided by llbd, plus additional DCE services.  If either the RPCD&lt;BR /&gt;# rc file enables rpcd service or the DCE rc file enables rpcd or dced&lt;BR /&gt;# service, rpcd or dced will be started up.&lt;BR /&gt;***&lt;BR /&gt;&lt;BR /&gt;  Regarding your question,&lt;BR /&gt;the /var/adm/syslog/syslog.log&lt;BR /&gt;file would be a useful place to check on the rpcd history.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj</description>
      <pubDate>Tue, 04 Dec 2001 00:42:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcd/m-p/2624422#M39432</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-12-04T00:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: rpcd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcd/m-p/2624423#M39433</link>
      <description>Hello Paul,&lt;BR /&gt;&lt;BR /&gt;not having used OpenSpool for some time, I seem to remember that even OSP had the occasional problem to run concurrently with MWA (MeasureWare Agent), as this (sometimes) block the rpcd :-(&lt;BR /&gt;Do you run MWA on that station?&lt;BR /&gt;Then stop it (mwa stop), and stop and re-start OSP - does it work then?&lt;BR /&gt;There should be a patch out for MWA to not cause this anymore...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Tue, 04 Dec 2001 07:27:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcd/m-p/2624423#M39433</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-12-04T07:27:50Z</dc:date>
    </item>
  </channel>
</rss>

