<?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 errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629568#M920697</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;Perhaps this help you:&lt;BR /&gt;man rpcd&lt;BR /&gt;man rpc.statd&lt;BR /&gt;man rpc.lockd&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Justo.</description>
    <pubDate>Tue, 11 Dec 2001 17:14:48 GMT</pubDate>
    <dc:creator>Justo Exposito</dc:creator>
    <dc:date>2001-12-11T17:14:48Z</dc:date>
    <item>
      <title>rpc errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629563#M920692</link>
      <description>I have a general utility program for manipulation of TRIBON objects located on&lt;BR /&gt;data banks (Informix data banks). The program performs activities like listing, copying etc. of objects in and between data banks.&lt;BR /&gt;The program return this error:&lt;BR /&gt;&lt;BR /&gt;Could Not connect to TRIBON DB SuperServer on Host &lt;BR /&gt;Host  unknown&lt;BR /&gt;xd210_rpc : could not create client handle&lt;BR /&gt;: RPC_UNKNOWNHOST&lt;BR /&gt;Could Not connect to TRIBON DB SuperServer on Host &lt;BR /&gt;Host  unknown&lt;BR /&gt;xd213_rpc : could not create client handle&lt;BR /&gt;: RPC_UNKNOWNHOST&lt;BR /&gt;&lt;BR /&gt;My Database Server run on my node equipped with physical disk devices where the database files are stored. I say that is not possible for the Database Server to access database files located at other nodes through NFS.&lt;BR /&gt;&lt;BR /&gt;Help me please !!!&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2001 16:43:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629563#M920692</guid>
      <dc:creator>Francois Bariselle_3</dc:creator>
      <dc:date>2001-12-11T16:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: rpc errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629564#M920693</link>
      <description>hey,&lt;BR /&gt;&lt;BR /&gt;Check whether the rpc daemon is running or not?&lt;BR /&gt;&lt;BR /&gt;Check the output of 'rpcinfo -p' and see whether the application is assigned with any port ? &lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Tue, 11 Dec 2001 16:49:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629564#M920693</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2001-12-11T16:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: rpc errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629565#M920694</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;try this:&lt;BR /&gt;ps -ef | grep rpc&lt;BR /&gt;and you must obtain:&lt;BR /&gt;HP2 #&amp;gt; ps -ef |grep rpc&lt;BR /&gt;    root  1191     1  0  Dec  6  ?         0:00 /usr/sbin/rpc.lockd&lt;BR /&gt;    root   608     1  0  Dec  6  ?         0:00 /usr/sbin/rpcbind&lt;BR /&gt;    root   975     1  0  Dec  6  ?         0:07 /opt/dce/sbin/rpcd&lt;BR /&gt;    root  1167     1  0  Dec  6  ?         0:00 /usr/sbin/rpc.mountd&lt;BR /&gt;    root  1184     1  0  Dec  6  ?         0:00 /usr/sbin/rpc.statd&lt;BR /&gt;    root 21865 21706  0 18:03:32 pts/tc    0:00 grep rpc&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;   Justo.</description>
      <pubDate>Tue, 11 Dec 2001 17:03:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629565#M920694</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2001-12-11T17:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: rpc errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629566#M920695</link>
      <description>the daemons rpc.statd and rpc.lockd are running on my node.&lt;BR /&gt;This is the output of rpcinfo -p&lt;BR /&gt;&lt;BR /&gt;   program vers proto   port&lt;BR /&gt;    100000    2   tcp    111  portmapper&lt;BR /&gt;    100000    2   udp    111  portmapper&lt;BR /&gt;    100029    1   udp    919  keyserv&lt;BR /&gt;    100007    2   tcp   1029  ypbind&lt;BR /&gt;    100007    2   udp   1029  ypbind&lt;BR /&gt;    100007    1   tcp   1029  ypbind&lt;BR /&gt;    100007    1   udp   1029  ypbind&lt;BR /&gt;    100024    1   udp    985  status&lt;BR /&gt;    100024    1   tcp    987  status&lt;BR /&gt;    100021    1   tcp    991  nlockmgr&lt;BR /&gt;    100021    1   udp   1041  nlockmgr&lt;BR /&gt;    100021    3   tcp    995  nlockmgr&lt;BR /&gt;    100021    3   udp   1042  nlockmgr&lt;BR /&gt;    100021    4   tcp    999  nlockmgr&lt;BR /&gt;    100021    4   udp   1043  nlockmgr&lt;BR /&gt;    100020    1   udp   4045  llockmgr&lt;BR /&gt;    100020    1   tcp   4045  llockmgr&lt;BR /&gt;    100021    2   tcp   1006  nlockmgr&lt;BR /&gt;    100068    2   udp   1059  cmsd&lt;BR /&gt;    100068    3   udp   1059  cmsd&lt;BR /&gt;    100068    4   udp   1059  cmsd&lt;BR /&gt;    100068    5   udp   1059  cmsd&lt;BR /&gt;    100012    1   udp   1060  sprayd&lt;BR /&gt;    100011    1   udp   1061  rquotad&lt;BR /&gt;    100008    1   udp   1062  walld&lt;BR /&gt;    100002    1   udp   1063  rusersd&lt;BR /&gt;    100002    2   udp   1063  rusersd&lt;BR /&gt;    100001    2   udp   1064  rstatd&lt;BR /&gt;    100001    3   udp   1064  rstatd&lt;BR /&gt;    100001    4   udp   1064  rstatd&lt;BR /&gt;    100017    1   tcp   1051  rexd&lt;BR /&gt;    100005    1   udp    607  mountd&lt;BR /&gt;    100005    1   tcp    609  mountd&lt;BR /&gt;    100003    2   udp   2049  nfs&lt;BR /&gt;1342177281    4   tcp   1840&lt;BR /&gt;1342177281    1   tcp   1840&lt;BR /&gt;1342177280    4   tcp   4619&lt;BR /&gt;1342177280    1   tcp   4619&lt;BR /&gt;    300315   16   tcp   4663&lt;BR /&gt;    300315   15   udp   3697&lt;BR /&gt;    300315   15   tcp   4723&lt;BR /&gt;    30031538836   tcp   1564&lt;BR /&gt;    30031539426   tcp   4164&lt;BR /&gt;    30031539446   tcp   4262&lt;BR /&gt;    300315  515   tcp   4728&lt;BR /&gt;1342177279    4   tcp   1410&lt;BR /&gt;1342177279    1   tcp   1410&lt;BR /&gt;    30031539796   tcp   1613&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2001 17:04:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629566#M920695</guid>
      <dc:creator>Francois Bariselle_3</dc:creator>
      <dc:date>2001-12-11T17:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: rpc errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629567#M920696</link>
      <description>This is the result of the command : ps -ef | grep rpc&lt;BR /&gt;&lt;BR /&gt;    root  1041     1  0  Nov  7  ?         0:45 /opt/dce/sbin/rpcd&lt;BR /&gt;    root   808     1  0  Nov  7  ?         3:54 /usr/sbin/rpc.statd&lt;BR /&gt;    root   814     1  0  Nov  7  ?         0:19 /usr/sbin/rpc.lockd&lt;BR /&gt;    root  1439   844  0  Nov  7  ?         0:02 /usr/dt/bin/rpc.ttdbserver&lt;BR /&gt;    root  1278     1  0  Nov  7  ?         0:00 /usr/sbin/rpc.mountd&lt;BR /&gt;&lt;BR /&gt;The process</description>
      <pubDate>Tue, 11 Dec 2001 17:08:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629567#M920696</guid>
      <dc:creator>Francois Bariselle_3</dc:creator>
      <dc:date>2001-12-11T17:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: rpc errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629568#M920697</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Perhaps this help you:&lt;BR /&gt;man rpcd&lt;BR /&gt;man rpc.statd&lt;BR /&gt;man rpc.lockd&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Justo.</description>
      <pubDate>Tue, 11 Dec 2001 17:14:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629568#M920697</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2001-12-11T17:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: rpc errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629569#M920698</link>
      <description>hey,&lt;BR /&gt;&lt;BR /&gt;does your application assigned with a port number?like 'ypbind' is running on the port no-100007.&lt;BR /&gt;&lt;BR /&gt;If not, then you can restart the rpc services of your application. &lt;BR /&gt;&lt;BR /&gt;Shiju</description>
      <pubDate>Tue, 11 Dec 2001 17:16:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629569#M920698</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2001-12-11T17:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: rpc errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629570#M920699</link>
      <description>How I can know if my application is assigned with a port number?&lt;BR /&gt;&lt;BR /&gt;This is my file /etc/rpc:&lt;BR /&gt;&lt;BR /&gt;##&lt;BR /&gt;# @(#)rpc: $Revision: 1.17.114.1 $ $Date: 95/10/02 18:15:41 $&lt;BR /&gt;# file of rpc program name to number mappings&lt;BR /&gt;##&lt;BR /&gt;portmapper   100000 portmap sunrpc&lt;BR /&gt;rstatd   100001 rstat rup perfmeter&lt;BR /&gt;rusersd   100002 rusers&lt;BR /&gt;nfs    100003 nfsprog&lt;BR /&gt;ypserv   100004 ypprog&lt;BR /&gt;mountd   100005 mount showmount&lt;BR /&gt;ypbind   100007&lt;BR /&gt;walld    100008 rwall shutdown&lt;BR /&gt;yppasswdd   100009 yppasswd&lt;BR /&gt;etherstatd   100010 etherstat&lt;BR /&gt;rquotad   100011 rquotaprog quota rquota&lt;BR /&gt;sprayd   100012 spray&lt;BR /&gt;selection_svc 100015 selnsvc&lt;BR /&gt;#&lt;BR /&gt;pcnfsd   150001 pcnfs&lt;BR /&gt;#&lt;BR /&gt;# NEW SERVICES ADDED AT 6.5&lt;BR /&gt;#&lt;BR /&gt;rexd    100017 rex&lt;BR /&gt;llockmgr   100020&lt;BR /&gt;nlockmgr   100021&lt;BR /&gt;status   100024&lt;BR /&gt;#&lt;BR /&gt;# SUN SUPPORTS THE FOLLOWING THAT HP DOES NOT @ release 6.5&lt;BR /&gt;#&lt;BR /&gt;3270_mapper   100013&lt;BR /&gt;rje_mapper   100014&lt;BR /&gt;database_svc  100016&lt;BR /&gt;alis    100018&lt;BR /&gt;sched    100019&lt;BR /&gt;x25.inr   100022&lt;BR /&gt;statmon   100023&lt;BR /&gt;bootparam   100026&lt;BR /&gt;ypupdated   100028 ypupdate&lt;BR /&gt;keyserv   100029 keyserver&lt;BR /&gt;tfsd    100037 &lt;BR /&gt;nsed    100038&lt;BR /&gt;nsemntd   100039&lt;BR /&gt;ypxfrd   100069&lt;BR /&gt;ttdbserver    100083&lt;BR /&gt;cmsd        100068  dtcalendar&lt;BR /&gt;#&lt;BR /&gt;# New service added in Networking ACE for HP-UX 10.20 (April 1998) patch&lt;BR /&gt;#&lt;BR /&gt;automountd    100099 autofs automountd&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2001 18:03:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629570#M920699</guid>
      <dc:creator>Francois Bariselle_3</dc:creator>
      <dc:date>2001-12-11T18:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: rpc errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629571#M920700</link>
      <description>hey,&lt;BR /&gt;&lt;BR /&gt;In the output of 'rpcinfo -p' you have to look for your application's daemon. For eg: from the output, I can understand that the NIS daemon 'ypbind' is working in your system and looking rpc requests.&lt;BR /&gt;&lt;BR /&gt;Try this: if your application daemon name is "appld" then,&lt;BR /&gt;rpcinfo -p | grep appld&lt;BR /&gt;&lt;BR /&gt;If it not find running, try restarting the service/application.&lt;BR /&gt;&lt;BR /&gt;Shiju</description>
      <pubDate>Tue, 11 Dec 2001 18:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629571#M920700</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2001-12-11T18:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: rpc errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629572#M920701</link>
      <description>My database server is on port 4663, program 300315 and version 16.&lt;BR /&gt;Look the result of &lt;RPCINFO -n="" 4663="" -u="" sirius="" 300315="" 16=""&gt; :&lt;BR /&gt;&lt;BR /&gt;rpcinfo: RPC_TIMED_OUT&lt;BR /&gt;program 300315 version 16 is not available&lt;BR /&gt;&lt;BR /&gt;Sirius is my node name&lt;BR /&gt;&lt;/RPCINFO&gt;</description>
      <pubDate>Tue, 11 Dec 2001 19:16:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629572#M920701</guid>
      <dc:creator>Francois Bariselle_3</dc:creator>
      <dc:date>2001-12-11T19:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: rpc errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629573#M920702</link>
      <description>hey,&lt;BR /&gt;&lt;BR /&gt;did you tried restarting the application?&lt;BR /&gt;&lt;BR /&gt;Shiju</description>
      <pubDate>Tue, 11 Dec 2001 19:27:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629573#M920702</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2001-12-11T19:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: rpc errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629574#M920703</link>
      <description>yes I tried restarting my application.&lt;BR /&gt;&lt;BR /&gt;All the time, when I use rpc info -n -u with a program that use tcp protocol i have this message:&lt;BR /&gt;&lt;BR /&gt;rpcinfo: RPC_TIMED_OUT &lt;BR /&gt;&lt;BR /&gt;Is it normal ?&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Dec 2001 19:38:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629574#M920703</guid>
      <dc:creator>Francois Bariselle_3</dc:creator>
      <dc:date>2001-12-11T19:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: rpc errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629575#M920704</link>
      <description>No. It is not normal. Look this and see whether it helps u:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=d45ea1dc01119b2352/screen=ckiDisplayDocument?docId=200000006453578" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=d45ea1dc01119b2352/screen=ckiDisplayDocument?docId=200000006453578&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Shiju</description>
      <pubDate>Tue, 11 Dec 2001 19:46:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629575#M920704</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2001-12-11T19:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: rpc errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629576#M920705</link>
      <description>The portmap program is already running on my HP system before running my application!&lt;BR /&gt;It's not the good solution...&lt;BR /&gt;&lt;BR /&gt;I tryed &lt;RPCINFO -n="" 4663="" -t="" sirius="" 300315="" 16=""&gt; and it's good.&lt;BR /&gt;-t for tcp protocol and -u for udp protocol.&lt;BR /&gt;&lt;BR /&gt;So, the result of &lt;RCPINFO -p=""&gt; on my server seems correct!&lt;BR /&gt;&lt;BR /&gt;The process rpcbind do not work on my server. Is it normal ?&lt;/RCPINFO&gt;&lt;/RPCINFO&gt;</description>
      <pubDate>Tue, 11 Dec 2001 20:25:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629576#M920705</guid>
      <dc:creator>Francois Bariselle_3</dc:creator>
      <dc:date>2001-12-11T20:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: rpc errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629577#M920706</link>
      <description>hey,&lt;BR /&gt;&lt;BR /&gt;see this for a complete information about rpc program:&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90681/B2355-90681_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90681/00/03/314-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90681/00/03/314-toc.html&amp;amp;searchterms=rpcbind&amp;amp;queryid=20011211-124653" target="_blank"&gt;http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90681/B2355-90681_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90681/00/03/314-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90681/00/03/314-toc.html&amp;amp;searchterms=rpcbind&amp;amp;queryid=20011211-124653&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Shiju</description>
      <pubDate>Tue, 11 Dec 2001 20:47:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-errors/m-p/2629577#M920706</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2001-12-11T20:47:24Z</dc:date>
    </item>
  </channel>
</rss>

