- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rlogin fails
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
05-29-2001 11:38 AM
05-29-2001 11:38 AM
rcmd: connect: tw053s04.wthg.com: Connection timed out failure message. How do I solve this please.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 11:45 AM
05-29-2001 11:45 AM
SolutionMake sure the following line is in /etc/services and not commented out:
login 513/tcp # remote login
Make sure the following line is in /etc/inetd.conf and not commented out:
login stream tcp nowait root /usr/lbin/rlogind rlogind
If either is commented out, or not there, the insert the lines and recycle the inet daemon with the 'inetd -c' command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 11:53 AM
05-29-2001 11:53 AM
Re: rlogin fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 11:55 AM
05-29-2001 11:55 AM
Re: rlogin fails
Since your doing your rlogin to a 'name' you might want to check the following
Do nslookup on name and ip...make sure they are same for this server...Is your DNS server a different box, than check that too.
Double check your /etc/hosts file
Could be something as simple as a typo in any of the above....or maybe even a dup IP floating around somewhere on your network.
Just a thought,
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 11:58 AM
05-29-2001 11:58 AM
Re: rlogin fails
Check your /etc/hosts file, and as a workaround you can insert the name and IP address of the host you are trying to log into.
Long term, you need to fix DNS so that you can do an nslookup and have it return the proper value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 12:11 PM
05-29-2001 12:11 PM
Re: rlogin fails
tw053s04 # nslookup tw053s04
*** Can't find server name for address 10.53.1.33: Server failed
*** Can't find server name for address 170.103.101.1: No response from server
*** Default servers are not available
Using /etc/hosts on: tw053s04
looking up FILES
Name: tw053s04
Address: 10.53.1.33
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 12:13 PM
05-29-2001 12:13 PM