<?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 rcp utility on HP Unix B.11.11 U 9000/800 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-utility-on-hp-unix-b-11-11-u-9000-800/m-p/4069356#M307285</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to copy some file from my test unix env to production unix env using rcp cmd:&lt;BR /&gt;cmd i am using is: &lt;BR /&gt;rcp file1.txt username@hostip:/des path&lt;BR /&gt;&lt;BR /&gt;when i am executing this it is prompting that:&lt;BR /&gt; &lt;BR /&gt;"remshd: Login incorrect."&lt;BR /&gt;&lt;BR /&gt;Could some suggest please what is wroung? &lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 12 Sep 2007 06:28:39 GMT</pubDate>
    <dc:creator>diwa</dc:creator>
    <dc:date>2007-09-12T06:28:39Z</dc:date>
    <item>
      <title>rcp utility on HP Unix B.11.11 U 9000/800</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-utility-on-hp-unix-b-11-11-u-9000-800/m-p/4069356#M307285</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to copy some file from my test unix env to production unix env using rcp cmd:&lt;BR /&gt;cmd i am using is: &lt;BR /&gt;rcp file1.txt username@hostip:/des path&lt;BR /&gt;&lt;BR /&gt;when i am executing this it is prompting that:&lt;BR /&gt; &lt;BR /&gt;"remshd: Login incorrect."&lt;BR /&gt;&lt;BR /&gt;Could some suggest please what is wroung? &lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 12 Sep 2007 06:28:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-utility-on-hp-unix-b-11-11-u-9000-800/m-p/4069356#M307285</guid>
      <dc:creator>diwa</dc:creator>
      <dc:date>2007-09-12T06:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: rcp utility on HP Unix B.11.11 U 9000/800</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-utility-on-hp-unix-b-11-11-u-9000-800/m-p/4069357#M307286</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You need to setup a proper 'hosts.equiv' or '.rhosts' file on both servers.  See the man pages for 'rhosts'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 12 Sep 2007 06:40:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-utility-on-hp-unix-b-11-11-u-9000-800/m-p/4069357#M307286</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-09-12T06:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: rcp utility on HP Unix B.11.11 U 9000/800</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-utility-on-hp-unix-b-11-11-u-9000-800/m-p/4069358#M307287</link>
      <description>you need to edit /etc/hosts.equiv or users .rhosts file&lt;BR /&gt;&lt;BR /&gt;hostequiv means either the system&lt;BR /&gt;      /etc/hosts.equiv file or the user .rhosts file.  Note that .rhosts&lt;BR /&gt;      must be owned either by the root or by the user in whose home&lt;BR /&gt;      directory it is found and it must not be a symbolic link.  The&lt;BR /&gt;      /etc/hosts.equiv file defines system-wide equivalency, whereas a&lt;BR /&gt;      user's .rhosts file defines equivalency between the local user and any&lt;BR /&gt;      remote users to whom the local user chooses to allow or deny access.&lt;BR /&gt;&lt;BR /&gt;      An entry in the hostequiv file is a single line (no continuations) in&lt;BR /&gt;      the format:&lt;BR /&gt;&lt;BR /&gt;           [hostname [username]] [#comment]&lt;BR /&gt;&lt;BR /&gt;      Thus, it can be:&lt;BR /&gt;&lt;BR /&gt;           +  A blank line.&lt;BR /&gt;&lt;BR /&gt;           +  A comment line, beginning with a #.&lt;BR /&gt;&lt;BR /&gt;           +  A host name, optionally followed by a comment.&lt;BR /&gt;&lt;BR /&gt;           +  A host name and user name, optionally followed by a comment.&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Sep 2007 07:02:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-utility-on-hp-unix-b-11-11-u-9000-800/m-p/4069358#M307287</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2007-09-12T07:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: rcp utility on HP Unix B.11.11 U 9000/800</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-utility-on-hp-unix-b-11-11-u-9000-800/m-p/4069359#M307288</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Actually i could not find any file like /etc/hosts.equiv but i can see file on both box /etc/hosts in which entries are like that:&lt;BR /&gt;The form for each entry is:&lt;BR /&gt;# &lt;INTERNET address=""&gt;    &lt;OFFICIAL hostname=""&gt; &lt;ALIASES&gt;&lt;BR /&gt;for example:&lt;BR /&gt;192.1.2.34    hpfcrm  loghost&lt;BR /&gt;&lt;BR /&gt;Is this is a file?&lt;/ALIASES&gt;&lt;/OFFICIAL&gt;&lt;/INTERNET&gt;</description>
      <pubDate>Wed, 12 Sep 2007 07:07:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-utility-on-hp-unix-b-11-11-u-9000-800/m-p/4069359#M307288</guid>
      <dc:creator>diwa</dc:creator>
      <dc:date>2007-09-12T07:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: rcp utility on HP Unix B.11.11 U 9000/800</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-utility-on-hp-unix-b-11-11-u-9000-800/m-p/4069360#M307289</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Actually i could not find any file like /etc/hosts.equiv but i can see file on both box /etc/hosts ...&lt;BR /&gt;&lt;BR /&gt;Re-read my first post.  You need to establish an '${HOME}.rhosts' or /etc/hosts.equiv' file on both servers.  This is NOT the same as the '/etc/hosts' file.  See the manapges for 'rhosts' --- "man 4 rhosts".&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 12 Sep 2007 07:15:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-utility-on-hp-unix-b-11-11-u-9000-800/m-p/4069360#M307289</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-09-12T07:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: rcp utility on HP Unix B.11.11 U 9000/800</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-utility-on-hp-unix-b-11-11-u-9000-800/m-p/4069361#M307290</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot i will check and revert back if problem still there.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 12 Sep 2007 07:20:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-utility-on-hp-unix-b-11-11-u-9000-800/m-p/4069361#M307290</guid>
      <dc:creator>diwa</dc:creator>
      <dc:date>2007-09-12T07:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: rcp utility on HP Unix B.11.11 U 9000/800</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-utility-on-hp-unix-b-11-11-u-9000-800/m-p/4069362#M307291</link>
      <description>here is a good doc to look at&lt;BR /&gt;doc AUSRCKBRC00005144&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c01032593-2" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c01032593-2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;in case the link does not work, here are the info&lt;BR /&gt;&lt;BR /&gt;PROBLEM&lt;BR /&gt;&lt;BR /&gt;I have configured a .rhosts file in my home directory, and am attempting to&lt;BR /&gt;run a command using remsh.  The .rhosts is correct, as the following command&lt;BR /&gt;works:&lt;BR /&gt;&lt;BR /&gt;   # remsh host&lt;BR /&gt;&lt;BR /&gt;However, when I attempt to run a command using remsh, it fails with the&lt;BR /&gt;following error:&lt;BR /&gt;&lt;BR /&gt;   # remsh host pwd&lt;BR /&gt;   remshd: Login incorrect.&lt;BR /&gt;&lt;BR /&gt;If I attempt to run the same remsh command as root, it works correctly.&lt;BR /&gt;&lt;BR /&gt;RESOLUTION&lt;BR /&gt;&lt;BR /&gt;The remshd command is the server for the remsh command.  The man page for&lt;BR /&gt;remshd(1M) lists the following option:&lt;BR /&gt;&lt;BR /&gt;     -l   Disallow authentication based on the user's .rhosts file&lt;BR /&gt;          unless the user is a superuser.&lt;BR /&gt;&lt;BR /&gt;Check to see whether the remsh entry in /etc/inetd.conf contains the -l&lt;BR /&gt;option (for example):&lt;BR /&gt;&lt;BR /&gt;     shell        stream tcp nowait root /usr/lbin/remshd   remshd -l&lt;BR /&gt;&lt;BR /&gt;If so, then remove the -l entry (for example):&lt;BR /&gt;&lt;BR /&gt;     shell        stream tcp nowait root /usr/lbin/remshd   remshd&lt;BR /&gt;&lt;BR /&gt;and tell inetd to reread the /etc/inetd.conf file:&lt;BR /&gt;&lt;BR /&gt;     inetd -c&lt;BR /&gt;&lt;BR /&gt;Now the remshd command should work.</description>
      <pubDate>Wed, 12 Sep 2007 07:27:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-utility-on-hp-unix-b-11-11-u-9000-800/m-p/4069362#M307291</guid>
      <dc:creator>Aussan</dc:creator>
      <dc:date>2007-09-12T07:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: rcp utility on HP Unix B.11.11 U 9000/800</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-utility-on-hp-unix-b-11-11-u-9000-800/m-p/4069363#M307292</link>
      <description>Thanks,&lt;BR /&gt;&lt;BR /&gt;Yes i am not having root password. i checked file -l is not present. I think i need to use root user to execute the cmd.&lt;BR /&gt;I will let you know once done.&lt;BR /&gt;&lt;BR /&gt;Thanks  a lot.</description>
      <pubDate>Thu, 13 Sep 2007 05:23:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-utility-on-hp-unix-b-11-11-u-9000-800/m-p/4069363#M307292</guid>
      <dc:creator>diwa</dc:creator>
      <dc:date>2007-09-13T05:23:40Z</dc:date>
    </item>
  </channel>
</rss>

