- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: remshd: Couldn't look up address for your host
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-17-2001 05:13 AM
тАО09-17-2001 05:13 AM
I am facing typical problem today. Recently we changed one server's hostname & IP address in one of our server. After that I am not being to able to execute remsh command from that modified server to one of the remote server. I checked remote server's /var/adm/inetd.sec file. It seems ok. I only want to execute remsh & rcp. So in that remote server I had added this server's IP address in shell allow row. But it did not help me. In that shell allow row is also containing old IP address.
Whenver I execute remsh command from modified server then I am getting above error message. I checked with nslookup remote server. It is perfectly working. I had added this modified server ip & one login name to remote server's .rhost file. But it did not work. From remote server I am being able to connect my modified server thru remsh command.
Pls advise me.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2001 05:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2001 05:22 AM
тАО09-17-2001 05:22 AM
Re: remshd: Couldn't look up address for your host
Make sure that your /etc/hosts.equiv file or the user's $HOME/.rhosts file contains the new, correct hostname.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2001 05:55 AM
тАО09-17-2001 05:55 AM
Re: remshd: Couldn't look up address for your host
First make sure that you can resolv the name using nslookup.
Second check your client's $HOME/.rhosts file
Third check your client's /etc/hosts.equiv file.
Fourth check your /etc/inetd.conf file
Fifth your /etc/services file.
Compare this files with your servers(from where you are trying to do remsh) file.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2001 08:01 AM
тАО09-17-2001 08:01 AM
Re: remshd: Couldn't look up address for your host
Thanks for your advise. But whatever you suggested I already checkd. In my remote server there is .rhosts file which is containing my modified hostname & also there is not host.allow file. Checked DNS is also. Everything seems cool except above message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2001 08:16 AM
тАО09-17-2001 08:16 AM
Re: remshd: Couldn't look up address for your host
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2001 08:20 AM
тАО09-17-2001 08:20 AM
Re: remshd: Couldn't look up address for your host
When you try with nslookup are you sure your
new hostname is the FIRST reply you have. For
example if you have a system with 2 names :
hostname SYSTEM
alias ALIAS
In nslookup reply you will have SYSTEM and after
ALIAS. If using ALIAS in .rhosts doesn't work.
Herv?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2001 09:40 AM
тАО09-17-2001 09:40 AM
Re: remshd: Couldn't look up address for your host
You says DNS is OK. What is your output of #nslookup remoteserver
on modified server and vice versa on remote server.
It got to be name resolv problem.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2001 06:46 PM
тАО09-19-2001 06:46 PM
Re: remshd: Couldn't look up address for your host
Problem was remote side DNS entry. When I tried with nslookup ip address then it returns me the old server name. After fixed up that problem my remshd problem got resolved.