<?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: How to make 'rcp' command work? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-rcp-command-work/m-p/2833263#M89416</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just change after server name in .rhosts file rhe name of the user.&lt;BR /&gt;&lt;BR /&gt;.rhosts &lt;BR /&gt;unix01 user&lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;&lt;BR /&gt;RJ.&lt;BR /&gt;&lt;BR /&gt;ps. give points to messages helping you.</description>
    <pubDate>Fri, 25 Oct 2002 09:42:19 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2002-10-25T09:42:19Z</dc:date>
    <item>
      <title>How to make 'rcp' command work?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-rcp-command-work/m-p/2833256#M89409</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've 2 servers HP-UX. I would like its exchange data by using 'rcp' command. What files need to be set such as /.rhosts and what else?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Oct 2002 07:07:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-rcp-command-work/m-p/2833256#M89409</guid>
      <dc:creator>Watcharin_1</dc:creator>
      <dc:date>2002-10-25T07:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 'rcp' command work?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-rcp-command-work/m-p/2833257#M89410</link>
      <description>&lt;BR /&gt;.rhosts in the home dir of the login you are using on the remote server is all you should need, although in some cases you may need or use /etc/hosts.equiv instead (see man hosts.equiv)&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Oct 2002 07:14:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-rcp-command-work/m-p/2833257#M89410</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-10-25T07:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 'rcp' command work?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-rcp-command-work/m-p/2833258#M89411</link>
      <description>For example if you have two hosts HOSTA and HOSTB.&lt;BR /&gt;&lt;BR /&gt;Make sure you have the ip-address and username in the .rhosts file of the home directory of the user.If you want to rcp HOSTA files from HOSTB as root,&lt;BR /&gt;&lt;BR /&gt;/.rhosts HOSTA&lt;BR /&gt;&lt;BR /&gt;HOSTB-ip         root&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then from HOSTB&lt;BR /&gt;do a&lt;BR /&gt;remsh HOSTA&lt;BR /&gt;This should not ask for password.&lt;BR /&gt;&lt;BR /&gt;If it does not ask for a passwd then&lt;BR /&gt;#rcp -rp HOSTA:&lt;PATH of="" files=""&gt; &lt;HOSTB-PATH&gt;.&lt;BR /&gt;&lt;BR /&gt;-r   for copying directories&lt;BR /&gt;-p preserve permissions.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/HOSTB-PATH&gt;&lt;/PATH&gt;</description>
      <pubDate>Fri, 25 Oct 2002 07:55:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-rcp-command-work/m-p/2833258#M89411</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-10-25T07:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 'rcp' command work?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-rcp-command-work/m-p/2833259#M89412</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Edit your .rhosts files on both servers like.&lt;BR /&gt;&lt;BR /&gt;.rhosts&lt;BR /&gt;unix01 root&lt;BR /&gt;unix02 root&lt;BR /&gt;&lt;BR /&gt;check /etc/hosts&lt;BR /&gt;145.1.1.1 unix01&lt;BR /&gt;145.1.1.2 unix02&lt;BR /&gt;&lt;BR /&gt;rcp -p /.profile unix02:/tmp&lt;BR /&gt;&lt;BR /&gt;done.&lt;BR /&gt;&lt;BR /&gt;RJ</description>
      <pubDate>Fri, 25 Oct 2002 08:04:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-rcp-command-work/m-p/2833259#M89412</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2002-10-25T08:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 'rcp' command work?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-rcp-command-work/m-p/2833260#M89413</link>
      <description>Assuming you want to rcp from WorkstationA to WorkstationB, add WorkstationB and the loginB name to the .rhosts file in WorkstationA.  For example:&lt;BR /&gt;&lt;BR /&gt;WorkstationB loginB&lt;BR /&gt;&lt;BR /&gt;After that you should be able to use the rcp command:&lt;BR /&gt;&lt;BR /&gt;rcp WorkstationA:/path/file /path/file &lt;BR /&gt;</description>
      <pubDate>Fri, 25 Oct 2002 08:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-rcp-command-work/m-p/2833260#M89413</guid>
      <dc:creator>Chia-Wei</dc:creator>
      <dc:date>2002-10-25T08:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 'rcp' command work?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-rcp-command-work/m-p/2833261#M89414</link>
      <description>Thank you all responses.&lt;BR /&gt;It was working by using 'root'.If not, I got the message 'rresvport: bind: Permission denied'.  &lt;BR /&gt;&lt;BR /&gt;What need to be changed?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Watcharin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Oct 2002 09:32:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-rcp-command-work/m-p/2833261#M89414</guid>
      <dc:creator>Watcharin_1</dc:creator>
      <dc:date>2002-10-25T09:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 'rcp' command work?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-rcp-command-work/m-p/2833262#M89415</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You need to have the same UID on both hosts.  Put a .rhosts file in the home dir of the user ID on the system where you are not executing the commands.&lt;BR /&gt;&lt;BR /&gt;Make sense?  hth,&lt;BR /&gt;&lt;BR /&gt;Tom</description>
      <pubDate>Fri, 25 Oct 2002 09:39:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-rcp-command-work/m-p/2833262#M89415</guid>
      <dc:creator>Tom Jackson</dc:creator>
      <dc:date>2002-10-25T09:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 'rcp' command work?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-rcp-command-work/m-p/2833263#M89416</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just change after server name in .rhosts file rhe name of the user.&lt;BR /&gt;&lt;BR /&gt;.rhosts &lt;BR /&gt;unix01 user&lt;BR /&gt;&lt;BR /&gt;Regards &lt;BR /&gt;&lt;BR /&gt;RJ.&lt;BR /&gt;&lt;BR /&gt;ps. give points to messages helping you.</description>
      <pubDate>Fri, 25 Oct 2002 09:42:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-rcp-command-work/m-p/2833263#M89416</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2002-10-25T09:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 'rcp' command work?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-rcp-command-work/m-p/2833264#M89417</link>
      <description>Also you probably need the fully qualified domain name in the server name if you are using DNS.&lt;BR /&gt;&lt;BR /&gt;You can find out what is needed by telnetting to the other machine and do a who -a, and look at what is reported as where you are coming from.  This is what needs to be in the .rhosts file for the user in his home dir.&lt;BR /&gt;&lt;BR /&gt;PS, / is not always the home dir for root</description>
      <pubDate>Fri, 25 Oct 2002 12:02:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-make-rcp-command-work/m-p/2833264#M89417</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2002-10-25T12:02:24Z</dc:date>
    </item>
  </channel>
</rss>

