- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: rlogin not working now...
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-16-2005 03:24 AM
02-16-2005 03:24 AM
I have made no changes to my servers... but this morning I cant rlogin/remsh from one certain box to two others... which I have always been able to do so in the past.
I can rlogin/remsh from the other boxes, back to the first box. I think I have a service down or similar...
Help!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 03:26 AM
02-16-2005 03:26 AM
Re: rlogin not working now...
Maybe run a DNS query from the server you are trying to connect to. See if the origin host is coming up correctly.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 03:29 AM
02-16-2005 03:29 AM
Re: rlogin not working now...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 03:30 AM
02-16-2005 03:30 AM
Re: rlogin not working now...
I agree - probably DNS.
Make sure you do forward & reverse lookups from each box on the other as well as itself.
And make sure you bypass the hosts file & query the DNS server(s).
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 03:31 AM
02-16-2005 03:31 AM
Re: rlogin not working now...
If you have not changed anything, either something has failed or been added.
Can you ping between the machines (both directions), using ip address and dns names?
If this fails problem with physical network or DNS server.
If this works check that inetd is working.
Please let us know how you get on.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 03:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 03:44 AM
02-16-2005 03:44 AM
Re: rlogin not working now...
It seems that the rhosts file ownership was changed somehow?
Very odd indeed... In one case they were changed to a userid/GID... in the other case got changed to an application user/GID???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 03:53 AM
02-16-2005 03:53 AM
Re: rlogin not working now...
check Your history files a bit, this might
happen by using chown -R instead of chown -Rh if someone soft-linked /.rhosts to ~/.rhosts
otherwise You will have to go through Your backups and identify when the change of permissions happened, and what other files' owners changed. If it really was yesterday, You should hopefully to identify if this was by mistake (sh_history) or a malicious action (last, last -b, syslog, rkhunter(!!!))