- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- connectivity issue
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-10-2002 07:38 PM
02-10-2002 07:38 PM
I've networked two machines together and it's wierd because I have both of their names in each others /.rhosts file and /etc/hosts.equiv and /etc/hosts file but when I rsh between them I still need to enter a passwd. I've been looking at these two all day and I think I may be missing something minor but I can't seem to find it. Any ideas? ( I have the same passwd for both machines)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2002 07:56 PM
02-10-2002 07:56 PM
Re: connectivity issue
If your running a remote shell from the HP server you need to start the session as 'remsh' not 'rsh'
Check that the entry on the HP box in
/etc/inetd is enabled by not being commented out. If there is a /etc/securetty file you may not be able to run remote commands from you sun box.
shell stream tcp nowait root /usr/lbin/remshd remshd
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2002 08:03 PM
02-10-2002 08:03 PM
SolutionCheck your /etc/nsswitch.conf. Make sure that /etc/hosts is taking precedence in name resolution.
Perform an nslookup on the hostname you have used in the server's .rhosts or hosts.equiv file. Check that it resolves correctly.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2002 01:15 AM
02-11-2002 01:15 AM
Re: connectivity issue
do an "rlogin" from one machine to the other and check the ouput of "who -u" - the stationname is shown in the rightmost column.
Then do it vice versa, i.e. in the other direction.
Now you know which names yoiu have to put into the ".rhosts" files...
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2002 06:18 AM
02-11-2002 06:18 AM
Re: connectivity issue
Try to edit each system's /etc/passwd files and insert a line for the remote user
e.g userA::......:....etc
Note the password field of the line.I hope this might work.
Regards.