<?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: rcp returning to parent shell in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-returning-to-parent-shell/m-p/3020488#M574010</link>
    <description>Jim,&lt;BR /&gt;&lt;BR /&gt;Sorry, forgot to add:  use lanadmin to check the speed of the NIC.  It's "lanadmin -x 0" where 0 is the PPA of your NIC, obtained from lanscan (but check the man page as I'm home and doing this from memory and I can't recall whether it's a capital X or a lower case x - one queries the other one sets).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 10 Jul 2003 19:47:42 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-07-10T19:47:42Z</dc:date>
    <item>
      <title>rcp returning to parent shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-returning-to-parent-shell/m-p/3020483#M574005</link>
      <description>All,&lt;BR /&gt;&lt;BR /&gt;I've been chasing this problem for quite awhile and was wondering if anyone has seen it before.  I've set up a number of these and never had this happen before.  Also, I've ruled out the application part of it by hacking out just what I need.  Here is the situation.&lt;BR /&gt;&lt;BR /&gt;I have a pair of 4 CPU L2000 11.0 servers - one active and one standby.  In order to get a copy of the database from the active, the standby issues a remote shell command to unload the database table.  This works without incident.&lt;BR /&gt;&lt;BR /&gt;The problem is with the rcp.  The standby server is doing an rcp to get the unloaded file from the active machine.  This works for small files, but the problem is with the large files I have, meaning those that are 25 MB or greater.&lt;BR /&gt;&lt;BR /&gt;What I've found is that the file transfer completes, as I can get 25 MB across in about a minute or two.  However, for the larger files, the rcp process doesn't return to the parent shell.  The rcp is invoked and the file comes across.  But when the transfer&lt;BR /&gt;is complete, it is as though the rcp doesn't terminate.  After about two hours (I assume an rcp timeout), activity picks up and the parent&lt;BR /&gt;process continues.&lt;BR /&gt;&lt;BR /&gt;There was nothing in the sniffer trace to show anything unusual.  I set up another pair of nearly identically equipped servers in the&lt;BR /&gt;same timeframe with the same configuration and they don't act the same way.&lt;BR /&gt;&lt;BR /&gt;If anyone has seen a similar problem, I'd be grateful for any insights you might have.  Also, if anyone knows hot to debug what is going on, I'd like to know that too.&lt;BR /&gt;&lt;BR /&gt;Thanks and best regards,&lt;BR /&gt;&lt;BR /&gt;Jim&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jul 2003 16:16:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-returning-to-parent-shell/m-p/3020483#M574005</guid>
      <dc:creator>Jim Sokolowsky</dc:creator>
      <dc:date>2003-07-10T16:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: rcp returning to parent shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-returning-to-parent-shell/m-p/3020484#M574006</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;Since your other pair of servers don't exhibit this problem, I'm tempted to look at patching differences.  Searching for 11.0 rcp patches, I come up with PHKL_22677 and PHNE_23003 and PHNE_21767, along with a few others.  Are you up to date on patches?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jul 2003 16:20:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-returning-to-parent-shell/m-p/3020484#M574006</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-10T16:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: rcp returning to parent shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-returning-to-parent-shell/m-p/3020485#M574007</link>
      <description>In addition to the patches, run this:&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -efH|head -1; UNIX95= ps -efH|egrep "inetd|rpc|mount"|grep -v grep;  rpcinfo -p|egrep "service|nfs"; showmount -e; mount -p&lt;BR /&gt;&lt;BR /&gt;and check the output.  The ps listing should looks similar to this:&lt;BR /&gt;&lt;BR /&gt;UID        PID  PPID  C    STIME TTY          TIME CMD&lt;BR /&gt;root       811     0  0  Dec 13  ?           00:00 nfskd&lt;BR /&gt;root       907     1  0  Dec 13  ?           00:02   /usr/lib/netsvc/fs/automount/automount -f /etc/auto_master&lt;BR /&gt;root      1404     1  0  Dec 13  ?           02:11   /opt/dce/sbin/rpcd&lt;BR /&gt;root       806     1  0  Dec 13  ?           00:00   /usr/sbin/rpcbind&lt;BR /&gt;root       896     1  0  Dec 13  ?           00:00   /usr/sbin/rpc.lockd&lt;BR /&gt;root       890     1  0  Dec 13  ?           00:00   /usr/sbin/rpc.statd&lt;BR /&gt;root      1845     1  0  Dec 13  ?           00:00   /usr/sbin/rpc.mountd&lt;BR /&gt;root      1856     1  0  Dec 13  ?           00:24   /usr/sbin/inetd&lt;BR /&gt;&lt;BR /&gt;Note that the lockd and statd processes need to be started together. If one is missing or has a considerably different date, then rpc is going to behave wierdly.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Thu, 10 Jul 2003 16:51:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-returning-to-parent-shell/m-p/3020485#M574007</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2003-07-10T16:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: rcp returning to parent shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-returning-to-parent-shell/m-p/3020486#M574008</link>
      <description>Thanks for the replies.  Gave me some things to check out.  However, lockd and statd have been started at the same time, and while the patches are not up to date (I looked for 'rcp' patches and of ten, I have only two), the patches loaded are the same on both pairs of servers.&lt;BR /&gt;&lt;BR /&gt;I'll need to look some more, but is it possible that if they're using different LAN interfaces, that there might be a bug or a leak in one of the drivers?&lt;BR /&gt;&lt;BR /&gt;Just a thought.&lt;BR /&gt;&lt;BR /&gt;Jim</description>
      <pubDate>Thu, 10 Jul 2003 19:20:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-returning-to-parent-shell/m-p/3020486#M574008</guid>
      <dc:creator>Jim Sokolowsky</dc:creator>
      <dc:date>2003-07-10T19:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: rcp returning to parent shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-returning-to-parent-shell/m-p/3020487#M574009</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;OK, then what about network issues?  Are the NIC and switch set to the same speed/duplex combo.  HP doesn't seem to do well with 100MB/Auto-negotiate and the standard recommendation is to hard code both the switch port and the NIC to 100FD (full duplex).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jul 2003 19:42:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-returning-to-parent-shell/m-p/3020487#M574009</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-10T19:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: rcp returning to parent shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-returning-to-parent-shell/m-p/3020488#M574010</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;Sorry, forgot to add:  use lanadmin to check the speed of the NIC.  It's "lanadmin -x 0" where 0 is the PPA of your NIC, obtained from lanscan (but check the man page as I'm home and doing this from memory and I can't recall whether it's a capital X or a lower case x - one queries the other one sets).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Jul 2003 19:47:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-returning-to-parent-shell/m-p/3020488#M574010</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-10T19:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: rcp returning to parent shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-returning-to-parent-shell/m-p/3020489#M574011</link>
      <description>rcp uses a lot of system resources since the packet sizes are not optimized for the speed of the link. You might want to change to ftp (which can be run in batch mde) and you'll probably see the problem disappear plus see a large decrease in the transfer time.</description>
      <pubDate>Thu, 10 Jul 2003 21:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-returning-to-parent-shell/m-p/3020489#M574011</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-07-10T21:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: rcp returning to parent shell</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-returning-to-parent-shell/m-p/3020490#M574012</link>
      <description>OK, so I guess what I'm finding is that no one has ever really experienced this.  I wanted to address the one suggestion about going to "ftp" over "rcp."  Unfortunately, I'd have to bring up with the development group that a change be made to the design of the application.  If this is what is needed, then I guess it's my only alternative.  The other might be to do file compression to see if the file size goes below whatever ceiling is out there.&lt;BR /&gt;&lt;BR /&gt;Thanks for the suggestions.  I'll keep looking to see if anyone has anything new.&lt;BR /&gt;&lt;BR /&gt;Jim</description>
      <pubDate>Tue, 15 Jul 2003 21:10:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-returning-to-parent-shell/m-p/3020490#M574012</guid>
      <dc:creator>Jim Sokolowsky</dc:creator>
      <dc:date>2003-07-15T21:10:14Z</dc:date>
    </item>
  </channel>
</rss>

