<?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 Error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045111#M303571</link>
    <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;I am using files name resolution for rpc and services.  No nis.....&lt;BR /&gt;&lt;BR /&gt;The syslog messages &lt;BR /&gt;&lt;BR /&gt;Jul 27 03:34:36 rich rpcbind: check_netconfig: Found CLTS loopback transport&lt;BR /&gt;Jul 27 03:34:36 rich rpcbind: check_netconfig: Found COTS loopback transport&lt;BR /&gt;Jul 27 03:34:36 rich rpcbind: check_netconfig: Found COTS ORD loopback transport&lt;BR /&gt;Jul 27 03:34:36 rich rpcbind: init_transport: udp: cannot bind: address in use&lt;BR /&gt;Jul 27 03:43:04 rich inetd[15879]: rpc.cmsd/udp: Connection from rich (10.3.220.22) at Fri Jul 27 03:43:04 2007&lt;BR /&gt;Jul 27 04:07:20 rich rpcbind: terminate: rpcbind terminating on signal. Restart with "rpcbind -w"&lt;BR /&gt;Jul 27 04:07:27 rich rpcbind: check_netconfig: Found CLTS loopback transport&lt;BR /&gt;Jul 27 04:07:27 rich rpcbind: check_netconfig: Found COTS loopback transport&lt;BR /&gt;Jul 27 04:07:27 rich rpcbind: check_netconfig: Found COTS ORD loopback transport&lt;BR /&gt;Jul 27 04:07:27 rich rpcbind: init_transport: check binding for udp&lt;BR /&gt;Jul 27 04:07:27 rich rpcbind: init_transport: check binding for tcp&lt;BR /&gt;Jul 27 04:07:27 rich rpcbind: init_transport: check binding for ticlts&lt;BR /&gt;Jul 27 04:07:27 rich rpcbind: init_transport: check binding for ticotsord&lt;BR /&gt;Jul 27 04:07:27 rich rpcbind: init_transport: check binding for ticots&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#cat /etc/services | grep -i rpc&lt;BR /&gt;portmap      111/tcp  sunrpc         # SUN Remote Procedure Call&lt;BR /&gt;portmap      111/udp  sunrpc         #&lt;BR /&gt;courier      530/tcp  rpc            #&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Guna&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 28 Jul 2007 03:50:03 GMT</pubDate>
    <dc:creator>Guna_2</dc:creator>
    <dc:date>2007-07-28T03:50:03Z</dc:date>
    <item>
      <title>RPC Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045103#M303563</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Last night i was installing a software on my HP box(hostA) from a depot server. But it returned me the rpc error.  and it was not able to connect to the depot.&lt;BR /&gt;&lt;BR /&gt;Then i tried&lt;BR /&gt;&lt;BR /&gt;HostA#rpcinfo -p &lt;MYSERVER&gt;&lt;BR /&gt;&lt;BR /&gt;rpcinfo: can't contact portmapper: RPC: Rpcbind failure - RPC: Failed (unspecified error)&lt;BR /&gt;&lt;BR /&gt;But if i try rpcinfo from my depot server to this client, i am able to get the registerd details. And my depot server is okay as every other clients are able to connect to the depot.&lt;BR /&gt;&lt;BR /&gt;then i treid the following on my client&lt;BR /&gt;HostA#/sbin/init.d/swagend stop&lt;BR /&gt;HostA#/sbin/init.d/nfs.client stop&lt;BR /&gt;&lt;BR /&gt;HostA#/sbin/init.d/nfs.client start&lt;BR /&gt;HostA#/sbin/init.d/swagend start&lt;BR /&gt;&lt;BR /&gt;Still the same problem.   &lt;BR /&gt;&lt;BR /&gt;And even i am unable to mount a nfs share directory from this client.&lt;BR /&gt;&lt;BR /&gt;Can any please guide me?&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Rgds&lt;BR /&gt;---MGP---&lt;BR /&gt;&lt;BR /&gt;&lt;/MYSERVER&gt;</description>
      <pubDate>Fri, 27 Jul 2007 08:40:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045103#M303563</guid>
      <dc:creator>Guna_2</dc:creator>
      <dc:date>2007-07-27T08:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045104#M303564</link>
      <description>Try also:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/nfs.core start&lt;BR /&gt;&lt;BR /&gt;Can you post full error message?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Fri, 27 Jul 2007 08:55:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045104#M303564</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2007-07-27T08:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045105#M303565</link>
      <description>Hi ivan&lt;BR /&gt;&lt;BR /&gt;I tried to restart the nfs.core also &lt;BR /&gt;&lt;BR /&gt;stop swagentd &lt;BR /&gt;stop nfs.client&lt;BR /&gt;stop nfs.core&lt;BR /&gt;&lt;BR /&gt;start nfs.core&lt;BR /&gt;start nfs.client&lt;BR /&gt;start swagentd&lt;BR /&gt;&lt;BR /&gt;It did not gave me any error.  It just started the rpcbind program.  &lt;BR /&gt;&lt;BR /&gt;while i try to mount a nfs mount also i am reveing rpc bind time out error.  &lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;---MGP---&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jul 2007 09:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045105#M303565</guid>
      <dc:creator>Guna_2</dc:creator>
      <dc:date>2007-07-27T09:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045106#M303566</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am attaching the error log too&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;=======  07/27/07 02:46:10 MDT  BEGIN swinstall SESSION&lt;BR /&gt;         (non-interactive) (jobid=rich-0083)&lt;BR /&gt;&lt;BR /&gt;       * Session started for user "root@test".&lt;BR /&gt;&lt;BR /&gt;       * Beginning Selection&lt;BR /&gt;       * Target connection succeeded for "test:/".&lt;BR /&gt;ERROR:   RPC exception: "Communications failure (dce / rpc)" 07/27/07&lt;BR /&gt;         02:48:03 MDT&lt;BR /&gt;ERROR:   A Remote Procedure Call to a daemon has failed.  Could not&lt;BR /&gt;         start a management session for&lt;BR /&gt;         "depotserver:/depot".  Make sure the&lt;BR /&gt;         host is accessible from the network, and that its daemon,&lt;BR /&gt;         swagentd, is running.&lt;BR /&gt;       * Source connection failed for&lt;BR /&gt;         "depotserver:/depot".&lt;BR /&gt;WARNING: More information may be found in the daemon logfile on this&lt;BR /&gt;         target (default location is depotserver:/var/adm/sw/swagentd.log).&lt;BR /&gt;       * Selection had errors.&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jul 2007 09:38:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045106#M303566</guid>
      <dc:creator>Guna_2</dc:creator>
      <dc:date>2007-07-27T09:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045107#M303567</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Is there any messages in the syslog.log file related to rpc?  What name resolution mechanism are you using for RPC and SERVICES?  Files?  NIS?&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Fri, 27 Jul 2007 20:04:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045107#M303567</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2007-07-27T20:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045108#M303568</link>
      <description>Also check if that server is in a DMZ zone.&lt;BR /&gt;&lt;BR /&gt;We do have dmz servers where they wont be able to communicate to source depot.WE create the local depots from them</description>
      <pubDate>Fri, 27 Jul 2007 22:45:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045108#M303568</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-07-27T22:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045109#M303569</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I am using DNS. I am able to resolve the ip address, and even able to ping with the depot server.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;---MGP---</description>
      <pubDate>Fri, 27 Jul 2007 23:38:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045109#M303569</guid>
      <dc:creator>Guna_2</dc:creator>
      <dc:date>2007-07-27T23:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045110#M303570</link>
      <description>Is there any messages in the syslog.log file related to rpc? What name resolution mechanism are you using for RPC and SERVICES? Files? NIS?</description>
      <pubDate>Sat, 28 Jul 2007 00:11:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045110#M303570</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2007-07-28T00:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045111#M303571</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;I am using files name resolution for rpc and services.  No nis.....&lt;BR /&gt;&lt;BR /&gt;The syslog messages &lt;BR /&gt;&lt;BR /&gt;Jul 27 03:34:36 rich rpcbind: check_netconfig: Found CLTS loopback transport&lt;BR /&gt;Jul 27 03:34:36 rich rpcbind: check_netconfig: Found COTS loopback transport&lt;BR /&gt;Jul 27 03:34:36 rich rpcbind: check_netconfig: Found COTS ORD loopback transport&lt;BR /&gt;Jul 27 03:34:36 rich rpcbind: init_transport: udp: cannot bind: address in use&lt;BR /&gt;Jul 27 03:43:04 rich inetd[15879]: rpc.cmsd/udp: Connection from rich (10.3.220.22) at Fri Jul 27 03:43:04 2007&lt;BR /&gt;Jul 27 04:07:20 rich rpcbind: terminate: rpcbind terminating on signal. Restart with "rpcbind -w"&lt;BR /&gt;Jul 27 04:07:27 rich rpcbind: check_netconfig: Found CLTS loopback transport&lt;BR /&gt;Jul 27 04:07:27 rich rpcbind: check_netconfig: Found COTS loopback transport&lt;BR /&gt;Jul 27 04:07:27 rich rpcbind: check_netconfig: Found COTS ORD loopback transport&lt;BR /&gt;Jul 27 04:07:27 rich rpcbind: init_transport: check binding for udp&lt;BR /&gt;Jul 27 04:07:27 rich rpcbind: init_transport: check binding for tcp&lt;BR /&gt;Jul 27 04:07:27 rich rpcbind: init_transport: check binding for ticlts&lt;BR /&gt;Jul 27 04:07:27 rich rpcbind: init_transport: check binding for ticotsord&lt;BR /&gt;Jul 27 04:07:27 rich rpcbind: init_transport: check binding for ticots&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#cat /etc/services | grep -i rpc&lt;BR /&gt;portmap      111/tcp  sunrpc         # SUN Remote Procedure Call&lt;BR /&gt;portmap      111/udp  sunrpc         #&lt;BR /&gt;courier      530/tcp  rpc            #&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Guna&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Jul 2007 03:50:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045111#M303571</guid>
      <dc:creator>Guna_2</dc:creator>
      <dc:date>2007-07-28T03:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045112#M303572</link>
      <description>Hi &lt;BR /&gt;try to mount on IP basis&lt;BR /&gt;mount 120.x.x.x:/depot /hostA&lt;BR /&gt;if you can then it is the problem for host resolution else&lt;BR /&gt;do the following &lt;BR /&gt;got to depot server &lt;BR /&gt;do &lt;BR /&gt;#exportfs -a&lt;BR /&gt;check depot file has permission to mount all server if&lt;BR /&gt;then do &lt;BR /&gt;nfs.core stop&lt;BR /&gt;nfs.server stop&lt;BR /&gt;nfs.client stop and restart&lt;BR /&gt;&lt;BR /&gt;if not please put your full error message&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Safar</description>
      <pubDate>Sat, 28 Jul 2007 05:32:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045112#M303572</guid>
      <dc:creator>Safarali</dc:creator>
      <dc:date>2007-07-28T05:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045113#M303573</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I tried to mount a nfs share via ip address also. &lt;BR /&gt;&lt;BR /&gt;# mount 10.0.1.2:/depot /depot&lt;BR /&gt;nfs mount: get_fh: 10.0.1.2:: RPC: Rpcbind failure - RPC: Timed out&lt;BR /&gt;nfs mount: get_fh: 10.0.1.2:: RPC: Rpcbind failure - RPC: Timed out&lt;BR /&gt;nfs mount: retry: retrying(1) for: /depot after 5 seconds&lt;BR /&gt;nfs mount: retry: giving up on: /depot&lt;BR /&gt;&lt;BR /&gt;The server setup is o.k. Becuase i am able to mount the same share from another client.&lt;BR /&gt;&lt;BR /&gt;---MGP---&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Jul 2007 08:00:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045113#M303573</guid>
      <dc:creator>Guna_2</dc:creator>
      <dc:date>2007-07-28T08:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045114#M303574</link>
      <description>Hi Guna,&lt;BR /&gt;&lt;BR /&gt;What OS is the client system running?  What NFS patch level is the client running?  If you are on the client system and you type:&lt;BR /&gt;&lt;BR /&gt;# rpcinfo -p localhost&lt;BR /&gt;&lt;BR /&gt;do you get the same errors?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Sat, 28 Jul 2007 10:25:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045114#M303574</guid>
      <dc:creator>Dave Olker</dc:creator>
      <dc:date>2007-07-28T10:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045115#M303575</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;From client &lt;BR /&gt;rpcinfo -p client # Is working&lt;BR /&gt;rpcinfo -p depotserver # Error. &lt;BR /&gt;rpcinfo: can't contact portmapper: RPC: Rpcbind failure - RPC: Failed (unspecified error)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and From Server &lt;BR /&gt;rpcinfo -p client # Is working. and i am able to get all the details also.&lt;BR /&gt;rpcinfo -p depotserver # Is also working&lt;BR /&gt;&lt;BR /&gt;This what i don't understand, the client rpcbind is registering all the rpc services and listening also.   &lt;BR /&gt;&lt;BR /&gt;Bye&lt;BR /&gt;Guna</description>
      <pubDate>Sat, 28 Jul 2007 21:30:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045115#M303575</guid>
      <dc:creator>Guna_2</dc:creator>
      <dc:date>2007-07-28T21:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: RPC Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045116#M303576</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I hope you have the entry &lt;BR /&gt;127.0.0.1    localhost   loopback&lt;BR /&gt;in your /etc/hosts file.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Mon, 30 Jul 2007 03:29:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-error/m-p/4045116#M303576</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2007-07-30T03:29:11Z</dc:date>
    </item>
  </channel>
</rss>

