- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to telnet remote 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
07-01-2002 11:31 PM
07-01-2002 11:31 PM
Unable to telnet remote server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2002 11:42 PM
07-01-2002 11:42 PM
Re: Unable to telnet remote server
Is your nic card UP ?
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2002 11:45 PM
07-01-2002 11:45 PM
Re: Unable to telnet remote server
I am able to ping the Box and get a reply..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2002 11:46 PM
07-01-2002 11:46 PM
Re: Unable to telnet remote server
Is your inetd process running ?
ps -ef|grep inetd
If not you can start from the console with;
/sbin/init.d/inetd start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2002 11:48 PM
07-01-2002 11:48 PM
Re: Unable to telnet remote server
Check inetd.conf for :-
telnet stream tcp nowait root /usr/lbin/telnetd telnetd -b /etc/t
nlogin
IF ok then :-
inetd -c to re-read
Then check that telnetd is running.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2002 11:58 PM
07-01-2002 11:58 PM
Re: Unable to telnet remote server
Bad System Call (coredump)
Exit Code:140
Unable to start Internet Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 12:01 AM
07-02-2002 12:01 AM
Re: Unable to telnet remote server
Sounds like a resource problem which is preventing inetd from running. Youre going to have to reboot to fix it.
When it comes back up youre going to need to monitor it closely to see what resource ran out (memory, swap, disk) to stop the problem recurring.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 12:20 AM
07-02-2002 12:20 AM
Re: Unable to telnet remote server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 12:49 AM
07-02-2002 12:49 AM
Re: Unable to telnet remote server
Can you post your errors?
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 12:53 AM
07-02-2002 12:53 AM
Re: Unable to telnet remote server
this could be any of multiple problem , either you dont have telnetd in inetd.conf or , it is secirted in inetd.sec , you could have not enough PTY's or not enough users (maxusers) on the system e.g. we need more info here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 12:54 AM
07-02-2002 12:54 AM
Re: Unable to telnet remote server
Do a what on /usr/sbin/inetd file. I'v seen before that executables for some reasons has become empty (null length) or simpely being overwritten by another file.
Br,
Johan