<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp/m-p/2499237#M20575</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did anyone know how to solve this error message during rcp? &lt;BR /&gt;&lt;BR /&gt;"remshd: Couldn't look up address for your host"&lt;BR /&gt;&lt;BR /&gt;i have setup the /etc/hosts.equiv and .rhosts file.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Pat</description>
    <pubDate>Wed, 28 Feb 2001 04:35:27 GMT</pubDate>
    <dc:creator>Patricia Tang</dc:creator>
    <dc:date>2001-02-28T04:35:27Z</dc:date>
    <item>
      <title>rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp/m-p/2499237#M20575</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did anyone know how to solve this error message during rcp? &lt;BR /&gt;&lt;BR /&gt;"remshd: Couldn't look up address for your host"&lt;BR /&gt;&lt;BR /&gt;i have setup the /etc/hosts.equiv and .rhosts file.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Pat</description>
      <pubDate>Wed, 28 Feb 2001 04:35:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp/m-p/2499237#M20575</guid>
      <dc:creator>Patricia Tang</dc:creator>
      <dc:date>2001-02-28T04:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp/m-p/2499238#M20576</link>
      <description>I you are using DNS can it resolve the hostname of both your local and remote machines?  If  you are not using DNS, are both machine IP addresses in you /etc/hosts file?  Do you have just the hostname or the fully qualified domain name in your hosts.equiv and/or ~/.rhosts?  I have put both in mine so  I don't have problems.</description>
      <pubDate>Wed, 28 Feb 2001 05:06:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp/m-p/2499238#M20576</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-02-28T05:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp/m-p/2499239#M20577</link>
      <description>I you are using DNS can it resolve the hostname of both your local and remote machines?  If  you are not using DNS, are both machine IP addresses in you /etc/hosts file?  Do you have just the hostname or the fully qualified domain name in your hosts.equiv and/or ~/.rhosts?  I have put both in mine so  I don't have problems.</description>
      <pubDate>Wed, 28 Feb 2001 05:06:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp/m-p/2499239#M20577</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-02-28T05:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp/m-p/2499240#M20578</link>
      <description>Login from the remote systems and &lt;BR /&gt;do a who -R&lt;BR /&gt;&lt;BR /&gt;# who -m -R&lt;BR /&gt;root       console      Feb 27 18:18  (hp1.x.com)&lt;BR /&gt;&lt;BR /&gt;It will tell you the how it is resolving the name of the system.  That is how you must enter it in you .rhost and hosts.equiv.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Feb 2001 05:24:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp/m-p/2499240#M20578</guid>
      <dc:creator>David Mabo_1</dc:creator>
      <dc:date>2001-02-28T05:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp/m-p/2499241#M20579</link>
      <description>I am using DNS. I have try to edit the file /etc/hosts.equiv and .rhosts to add in the domain name but still having error message of "remshd: Couldn't look up address for your host"&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pat</description>
      <pubDate>Wed, 28 Feb 2001 05:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp/m-p/2499241#M20579</guid>
      <dc:creator>Patricia Tang</dc:creator>
      <dc:date>2001-02-28T05:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp/m-p/2499242#M20580</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;On the remote host, check that name resolution is working properly ie:&lt;BR /&gt;&lt;BR /&gt;1) dns does both forward and reverse name resolution OR /etc/hosts has an entry for your source (initiating) host.&lt;BR /&gt;&lt;BR /&gt;2) Your /etc/nsswitch.conf contains the proper priority for name resolution eg. if you are using /etc/hosts, then:&lt;BR /&gt;hosts: files [NOTFOUND=continue] dns&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin</description>
      <pubDate>Wed, 28 Feb 2001 12:58:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp/m-p/2499242#M20580</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-02-28T12:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp/m-p/2499243#M20581</link>
      <description>OK..I know there is an issue here doing it this way.  But in some of my .rhosts file I just simply enter:&lt;BR /&gt;&lt;BR /&gt;+ username&lt;BR /&gt;&lt;BR /&gt;I would recommend you do nslookup for both ip and hostname and make sure it comes up the same for both. More than likely, as was mentioned in last post, your nsswitch is probably /etc/hosts then dns...so check that host file for an error..&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Feb 2001 13:24:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp/m-p/2499243#M20581</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-02-28T13:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: rcp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp/m-p/2499244#M20582</link>
      <description>Hi,&lt;BR /&gt;I've worked an issue similar to this that we addressed in the r-commands patch for 11.0:&lt;BR /&gt;PHNE_21731:&lt;BR /&gt;1. JAGad05687 / SR 8606136563:&lt;BR /&gt;"In remshd, there is a concept of reverse lookup, i.e. it  cross checks the address it gets via  gethostbyaddr() through gethostbyname(). In NIS, there is a problem that  it cannot handle multi-homed address properly. For&lt;BR /&gt; gethostbyname() it queries on the hostname. So if in NIS host database the first entry for the hostname doesn't  contain the primary IP address, reverse lookup fails.&lt;BR /&gt;Resolution:&lt;BR /&gt; Since this  problem in NIS is  impossible  to fix, we  added  another  new option  "-s" in remshd.  If this is set reverse lookup is disabled."&lt;BR /&gt;&lt;BR /&gt;We've seen this issue with /etc/hosts and DNS too.  By the way I don't believe 10.20 remshd has the issue.  Its latest patch is PHNE_20748.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Brian Hackley&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Mar 2001 14:56:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp/m-p/2499244#M20582</guid>
      <dc:creator>Brian Hackley</dc:creator>
      <dc:date>2001-03-01T14:56:06Z</dc:date>
    </item>
  </channel>
</rss>

