- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: remsh not working on hp ux
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
09-07-2007 06:32 AM
09-07-2007 06:32 AM
remsh not working on hp ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 06:41 AM
09-07-2007 06:41 AM
Re: remsh not working on hp ux
You need to edit the .rhosts file in each server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 06:51 AM
09-07-2007 06:51 AM
Re: remsh not working on hp ux
did it work before ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 06:53 AM
09-07-2007 06:53 AM
Re: remsh not working on hp ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 07:02 AM
09-07-2007 07:02 AM
Re: remsh not working on hp ux
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 07:05 AM
09-07-2007 07:05 AM
Re: remsh not working on hp ux
Check your /etc/hosts file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 07:25 AM
09-07-2007 07:25 AM
Re: remsh not working on hp ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 07:38 AM
09-07-2007 07:38 AM
Re: remsh not working on hp ux
What command are you using ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 07:52 AM
09-07-2007 07:52 AM
Re: remsh not working on hp ux
remshd: Login incorrect.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 07:54 AM
09-07-2007 07:54 AM
Re: remsh not working on hp ux
/home/oraprap> remsh whithp03 pwd
remshd: Login incorrect.
------------------
the .rhosts file of whithp03 is
whithp03:/root > more /home/orauat/.rhosts
whithp04 orauat
whithp05 orauat
whithp02 orauat
whithp06 oraprap
whithp07 oraprap
whithp08 oraprap
whithp09 oraprap
whithp20 oraprap
whithp20_bkp oraprap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 08:06 AM
09-07-2007 08:06 AM
Re: remsh not working on hp ux
Check this link out
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=99356
hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 08:20 AM
09-07-2007 08:20 AM
Re: remsh not working on hp ux
is it necessary or if i have to create it what entry should be there in this file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 08:28 AM
09-07-2007 08:28 AM
Re: remsh not working on hp ux
#remsh whithp03 pwd
it is asking for password not ...i think it should not ask for password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 08:48 AM
09-07-2007 08:48 AM
Re: remsh not working on hp ux
The next requirement is that an entry be found in the .rhosts file in the home directory of the user. The file should only be readable by the user and owned by the user. The most common error here (and may well explain your problem) is that the hostname listed in .rhosts does not match that returned by gethostbyaddr().
Do a man remshd. The authenication sequence is explained in great detail there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 06:34 PM
09-07-2007 06:34 PM
Re: remsh not working on hp ux
You should include whithp03 in .rhosts so you can share the same file.
I've also had problems where I had to use the IP address for the source machine. Until the name server, DSN, etc. was fixed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 08:19 PM
09-07-2007 08:19 PM
Re: remsh not working on hp ux
The idea is to prevent access if it looks like the file might have been modified by someone other than the legitimate owner.
MK