- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem with remsh
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
08-15-2003 08:05 AM
08-15-2003 08:05 AM
remsh
I am getting the following error:
remshd: Host Address Mismatch
I have done some searching on the site but can find nothing. Can anyone lead me in the right direction? This script did work at one time.
Thanks in advance for all your help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 08:08 AM
08-15-2003 08:08 AM
SolutionWhen you fix it, then stop using remsh and switch to secure shell. You can't beat the price (its free) and its easier to script and its authenticated and encrypted.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 08:13 AM
08-15-2003 08:13 AM
Re: Problem with remsh
doc
http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062903515
Take a look at next patch for 11.0
Patch Name: PHNE_23003
Patch Description: s700_800 11.00 r-commands cumulative patch
http://www5.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHNE_23003
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 08:13 AM
08-15-2003 08:13 AM
Re: Problem with remsh
remshd retrieves client ip address from /etc/hosts (NIS/DNS if configured). Both the hosts try to verify each other in this case. Check that out.
Have you added multiple LAN cards in the machine as also multiple ip addresses for a card. Check that out.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 08:24 AM
08-15-2003 08:24 AM
Re: Problem with remsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 12:20 PM
08-15-2003 12:20 PM
Re: Problem with remsh
hosts: files [NOTFOUND=continue] dns
in the /etc/nsswitch.conf
file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2003 11:34 PM
08-17-2003 11:34 PM
Re: Problem with remsh
Yes I think the hostname that you are tring to remote shell, cannot be resolved. So before you remsh on to the server,
check if the server is resolved with the name and IP address. You can try this with nslookup hostname and nslookup IP address.
and makesure you /etc/nsswitch.conf file has the entry to look in hostfiles and DNS. Eg:-
hosts: files [NOTFOUND=continue] dns.
Then try to remsh and execute the command. And the user that you are remshing has to be in .rhosts file as well.