Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 08:35 PM
02-27-2001 08:35 PM
rcp
Did anyone know how to solve this error message during rcp?
"remshd: Couldn't look up address for your host"
i have setup the /etc/hosts.equiv and .rhosts file.
Thanks in advance.
Best Regards,
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 09:06 PM
02-27-2001 09:06 PM
Re: rcp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 09:06 PM
02-27-2001 09:06 PM
Re: rcp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 09:24 PM
02-27-2001 09:24 PM
Re: rcp
do a who -R
# who -m -R
root console Feb 27 18:18 (hp1.x.com)
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2001 09:53 PM
02-27-2001 09:53 PM
Re: rcp
Regards,
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2001 04:58 AM
02-28-2001 04:58 AM
Re: rcp
On the remote host, check that name resolution is working properly ie:
1) dns does both forward and reverse name resolution OR /etc/hosts has an entry for your source (initiating) host.
2) Your /etc/nsswitch.conf contains the proper priority for name resolution eg. if you are using /etc/hosts, then:
hosts: files [NOTFOUND=continue] dns
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2001 05:24 AM
02-28-2001 05:24 AM
Re: rcp
+ username
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..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2001 06:56 AM
03-01-2001 06:56 AM
Re: rcp
I've worked an issue similar to this that we addressed in the r-commands patch for 11.0:
PHNE_21731:
1. JAGad05687 / SR 8606136563:
"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
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.
Resolution:
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."
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.
Regards,
Brian Hackley