- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: rlogin problems
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
04-04-2002 07:44 AM
04-04-2002 07:44 AM
hostA is in the /root/.rhosts file on hostB & hostB is in the /root/.rhosts file on hostA.
I have tried putting them in each other's host.equiv files and it makes no difference. It still prompts for a password.
Any thoughts? Any help would be greatly appreciated. Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 07:51 AM
04-04-2002 07:51 AM
Re: rlogin problems
Some points:
1) Which is the HOME directory of root ? If it is '/', then you have to edit /.rhosts
2) Do you have the hostname entries in /etc/hosts file ?
3) Try putting the fully qualified domain name, if you are not.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 07:55 AM
04-04-2002 07:55 AM
Re: rlogin problems
The .rhost file must be in the home directory for the users that run rlogin and must have this appearance:
machine user
Regards,
Justo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 08:03 AM
04-04-2002 08:03 AM
Re: rlogin problems
2. Yes the entries are in the /etc/hosts file
3. The fully qualified host name is already listed as an alias.
Any other thoughts??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 08:05 AM
04-04-2002 08:05 AM
Re: rlogin problems
Here are the steps to check for .
1. Check that .rhosts file are in the home direcorty of the user. and have thentery as
host user name.
2. The host and the IP address hsould be in the /etc/hosts file .
3. Ofcourse the user names should be the same.
Incase you still ahve probelsm replace the host name in .rhosts file with the IP Adress like say instead of
abc username
change it to:
10.2.10.30 username.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 08:07 AM
04-04-2002 08:07 AM
Re: rlogin problems
mars.tech.com skchan
mars skchan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 08:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 08:12 AM
04-04-2002 08:12 AM
Re: rlogin problems
Some points:
1) Enter both hostname and alias to the .rhosts file.
2) Try putting ip_address instead of hostnames.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 08:13 AM
04-04-2002 08:13 AM
Re: rlogin problems
For testing, put the full domain name of the host in the .rhosts file. hostname.domain
and also put the IP address of the host in the .rhosts file. Then, try rlogin. If it works, then the problem is with IP-reverse lookup name resolution.
HTh
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 08:25 AM
04-04-2002 08:25 AM
Re: rlogin problems
Do a nslookup for the other host from one host and see how it resolves the name , whether it does through /etc/hosts or the DNS , a definate clue is to just rename the resolv.conf file and then try doing rlogin.
Manoj Srivastava