- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Telnet not starting
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-10-2007 08:00 AM
05-10-2007 08:00 AM
Had to bounce one of my test servers (hp9000/hpux 11.1)today and now telnet will not work. It worked fine prior to bouncing the server. inetd is running, however telnetd is not running. I checked to make sure nothing got commented out of inetd.conf and everything is the way it has always been. Any ideas on how to get it back up and working? Is there a way I can force telnetd to start w/o going through inetd? I didn't think so, but thought I would ask.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 08:08 AM
05-10-2007 08:08 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 08:13 AM
05-10-2007 08:13 AM
Re: Telnet not starting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 08:14 AM
05-10-2007 08:14 AM
Re: Telnet not starting
Using netstat, check if indeed something is listening on port 23
# netstat -an | grep "\.23" | grep -i listen
If you dont see anything, it would mean your system is not listening on 23 for the telnet connection
Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 08:22 AM
05-10-2007 08:22 AM
Re: Telnet not starting
I run an inetd -l and nothing comes up. So, before I run back to the server to check it out for the services, I try to connect via ip address... IP address connects fine... OK what about hostname now.... hostname connects fine.. UGH.. Could the server actually take about 15 minutes to start up ftp and telnet? Or could have the inetd -l kicked something in?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 08:23 AM
05-10-2007 08:23 AM
Re: Telnet not starting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 08:26 AM
05-10-2007 08:26 AM
Re: Telnet not starting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 08:32 AM
05-10-2007 08:32 AM