- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to telnet to HP9000 Application Server.
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
06-02-2004 01:30 AM
06-02-2004 01:30 AM
Your assistance would be much appreciated.
Regards
Khal
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 01:32 AM
06-02-2004 01:32 AM
Re: Unable to telnet to HP9000 Application Server.
The telnetd is stated by inetd by default. cat /etc/inetd.conf for info and # inetd -c to restart, re-read inetd.conf config.
Regards,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 01:34 AM
06-02-2004 01:34 AM
Re: Unable to telnet to HP9000 Application Server.
inetd -c to recycle inetd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 01:39 AM
06-02-2004 01:39 AM
Re: Unable to telnet to HP9000 Application Server.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 02:53 AM
06-02-2004 02:53 AM
Re: Unable to telnet to HP9000 Application Server.
Pls check your /var/adm/inetd.sec file. Review is exist a line like this:
telnet deny *
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 03:09 AM
06-02-2004 03:09 AM
Re: Unable to telnet to HP9000 Application Server.
try #inted -c
Check telnet port is enabled or not in /etc/services and telnetd service is enabled in /etc/inetd.conf.
HTH
Siju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 03:21 AM
06-02-2004 03:21 AM
Re: Unable to telnet to HP9000 Application Server.
Can you telnet the server itself from the console ? If not, that means the problem could be related to inetd.conf/inetd.sec/telnetd etc. and may be resolved by checking the previous responses.
If the answer is yes and you cannot connect from remotely, it could be due to some network/security issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 03:57 AM
06-02-2004 03:57 AM
Solution1. If your network card is working
2. If your network cable is working
3. If /etc/inetd.conf includes the line start with "telnet" and is not commented
4. If /etc/services includes the line start with "telnet" with correct port number 23 and is not commented (Though the services file doesn't restrict telnet)
4. Restart the inet daemon by inetd -c (Telnet service will be started by inet)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 04:38 AM
06-02-2004 04:38 AM
Re: Unable to telnet to HP9000 Application Server.
Thanks again.
Khalil