<?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: rpcbind behaviour in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938043#M113100</link>
    <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;now we found out how to register udp protocol but tcp one keeps on returning error:&lt;BR /&gt;&lt;BR /&gt;# rpcinfo -T tcp ws 536871239 1&lt;BR /&gt;rpcinfo: RPC: Timed out&lt;BR /&gt;program 536871239 version 1 is not available&lt;BR /&gt;# rpcinfo -T udp ws 536871239 1&lt;BR /&gt;program 536871239 version 1 ready and waiting&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 28 Mar 2003 16:01:10 GMT</pubDate>
    <dc:creator>siaemic</dc:creator>
    <dc:date>2003-03-28T16:01:10Z</dc:date>
    <item>
      <title>rpcbind behaviour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938038#M113095</link>
      <description>We develop a C application using rpc library. Only on some ws we are getting errors in executing our program. Once we got an error in syslog reporting info:&lt;BR /&gt;svc_tp_create: Could not register prog 536871239 vers 1 on udp.&lt;BR /&gt;What could it mean ?</description>
      <pubDate>Fri, 28 Mar 2003 13:26:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938038#M113095</guid>
      <dc:creator>siaemic</dc:creator>
      <dc:date>2003-03-28T13:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind behaviour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938039#M113096</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Could you compare the &lt;BR /&gt;/etc/nsswitch.conf of a working ws against one of a not working ws.&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Fri, 28 Mar 2003 13:47:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938039#M113096</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-03-28T13:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind behaviour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938040#M113097</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;No clue what this C prog does or how it works - but I'd check:&lt;BR /&gt;&lt;BR /&gt;1) That any services it requires are listed in /etc/services&lt;BR /&gt;&lt;BR /&gt;2) That any required entries for /etc/inetd.conf are in there - correctly &amp;amp; inetd -c was run.&lt;BR /&gt;&lt;BR /&gt;3) That an rpcinfo query of the localhost &amp;amp; from the serving host to the client (and vice-versa) returns expected results.&lt;BR /&gt;&lt;BR /&gt;4) That any FW between server &amp;amp; client has the appropriate ruleset to allow desired port/protocol through.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 28 Mar 2003 14:03:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938040#M113097</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-28T14:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind behaviour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938041#M113098</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;in two ws (one working while the other not)&lt;BR /&gt;/etc/nsswitch.conf file was not present.&lt;BR /&gt;It doesn't seem to depend on it&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2003 14:13:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938041#M113098</guid>
      <dc:creator>siaemic</dc:creator>
      <dc:date>2003-03-28T14:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind behaviour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938042#M113099</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;we used rpcinfo on 2 different ws.&lt;BR /&gt;&lt;BR /&gt;On one working ws using command:&lt;BR /&gt;rpcinfo -p &lt;BR /&gt;we saw our prognum listed. Using command:&lt;BR /&gt;rpcinfo -T udp ws 536871239 1&lt;BR /&gt;we get msg&lt;BR /&gt;program 536871239 version 1 ready and waiting&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;On a not working ws using command:&lt;BR /&gt;rpcinfo -p &lt;BR /&gt;we saw our prognum listed. Then using command:&lt;BR /&gt;rpcinfo -T udp ws 536871239 1&lt;BR /&gt;we got msg:&lt;BR /&gt;rpcinfo: RPC: Timed out&lt;BR /&gt;program 536871239 version 1 is not available&lt;BR /&gt;&lt;BR /&gt;Then we use command:&lt;BR /&gt;rpcinfo -d 536871239 1&lt;BR /&gt;to deregister it, we relaunched application and using again command: &lt;BR /&gt;rpcinfo -T udp ws 536871239 1&lt;BR /&gt;we get msg&lt;BR /&gt;rpcinfo: RPC: Program not registered&lt;BR /&gt;&lt;BR /&gt;even if keeping in see it with command&lt;BR /&gt;rpcinfo -p&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2003 15:24:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938042#M113099</guid>
      <dc:creator>siaemic</dc:creator>
      <dc:date>2003-03-28T15:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind behaviour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938043#M113100</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;now we found out how to register udp protocol but tcp one keeps on returning error:&lt;BR /&gt;&lt;BR /&gt;# rpcinfo -T tcp ws 536871239 1&lt;BR /&gt;rpcinfo: RPC: Timed out&lt;BR /&gt;program 536871239 version 1 is not available&lt;BR /&gt;# rpcinfo -T udp ws 536871239 1&lt;BR /&gt;program 536871239 version 1 ready and waiting&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2003 16:01:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938043#M113100</guid>
      <dc:creator>siaemic</dc:creator>
      <dc:date>2003-03-28T16:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind behaviour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938044#M113101</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'd recommend you bounce - or warm start - rpcbind on that system:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/rpcbind -w&lt;BR /&gt;&lt;BR /&gt;See if that fixes it.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 28 Mar 2003 16:08:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938044#M113101</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-28T16:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind behaviour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938045#M113102</link>
      <description>OH....one other thing.&lt;BR /&gt;Make sure you have BOTH the UDP and TCP entries for this in the /etc/services file.&lt;BR /&gt;If you use both, you need both in there.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 28 Mar 2003 16:12:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938045#M113102</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-28T16:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind behaviour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938046#M113103</link>
      <description>You actaully need an nssswitch.conf file for your networking to work right.  On both workstations.&lt;BR /&gt;&lt;BR /&gt;Get one in place to eliminate this as an issue.&lt;BR /&gt;&lt;BR /&gt;rpcbind is after all a network(nfs?) program/daemon.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 28 Mar 2003 16:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938046#M113103</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-28T16:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind behaviour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938047#M113104</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;The behaviour seems to be always the same &lt;BR /&gt;&lt;BR /&gt;# rpcinfo -T tcp ws 536871239 1 &lt;BR /&gt;rpcinfo: RPC: Timed out &lt;BR /&gt;program 536871239 version 1 is not available &lt;BR /&gt;# rpcinfo -T udp ws 536871239 1 &lt;BR /&gt;program 536871239 version 1 ready and waiting &lt;BR /&gt;&lt;BR /&gt;Moreover, each time we register again our prognum vernum we see a different value of port using rpcinfo.&lt;BR /&gt;&lt;BR /&gt;How can we set it in our /etc/services ?</description>
      <pubDate>Fri, 28 Mar 2003 16:31:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938047#M113104</guid>
      <dc:creator>siaemic</dc:creator>
      <dc:date>2003-03-28T16:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: rpcbind behaviour</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938048#M113105</link>
      <description>Thanks to all for your cooperation.&lt;BR /&gt;&lt;BR /&gt;We succedd in solving our problem. The bug was that we didn't use svc_run to get rpc message but we use our proprietary mainloop. We were in select on several file descripitor. The problem was that we had to call &lt;BR /&gt;&lt;BR /&gt;nfds = getdtablesize();&lt;BR /&gt;&lt;BR /&gt;function to get first parameter for select while we use a wrong value so we were not awoken from select.</description>
      <pubDate>Tue, 01 Apr 2003 11:50:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpcbind-behaviour/m-p/2938048#M113105</guid>
      <dc:creator>siaemic</dc:creator>
      <dc:date>2003-04-01T11:50:47Z</dc:date>
    </item>
  </channel>
</rss>

