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
01-27-2005 06:12 PM
01-27-2005 06:12 PM
I am facing a problem here in .rhost configuration.
I have systemA and SystemB
I have updated both .rhost entery with their hosts name.
I can rlogin from systemA to SystemB without login. But can not rloging from SystemB to systemA without passwd. Mean when I say rlogin systemB its asking passwd. what is wrong . Please give some clue.
Thanx
Mohan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 06:21 PM
01-27-2005 06:21 PM
Solutioncheck wheather host name is systemb is resolving on systema
login in systema
#nslookup systemb
if this not return system B ip address then add entry for systemb in /etc/hosts or in DNS
or you can use systemB's IP address in .rhosts file
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2005 06:25 PM
01-27-2005 06:25 PM
Re: .rhosts
check the entries in /etc/inetd.conf on both machines. are they equal?
Should be like :
login stream tcp nowait root /usr/lbin/rlogind rlogind
let me know
regards
Henk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2005 03:45 PM
01-29-2005 03:45 PM
Re: .rhosts
Another very important point is the file permissions for .rhosts. Ensure that the permissions on .rhosts file are of that user for whcih you have created it.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2005 12:56 PM
01-30-2005 12:56 PM
Re: .rhosts
Thank you very much , problem has been resoved .
thanks once again.
Mohan