- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cannot telnet to 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-13-2007 12:02 PM
06-13-2007 12:02 PM
cannot telnet to server
we have experienced some problem this Morning.
users complaned that they could not connect to the server and even myself i could not connect for about 10 mins.
when i was able to connect, ran glance and it shown me
the history.
--NETWORK BOTTLENECK
--DISK BOTTLENECK
the syslog.log
Jun 13 08:06:10 sunuxap2 inetd[956]: telnet/tcp: accept: Bad file number
Jun 13 08:06:19 sunuxap2 inetd[956]: telnet/tcp: accept: Bad file number
Jun 13 08:06:29 sunuxap2 above message repeats 2 times
Jun 13 08:07:02 sunuxap2 inetd[956]: telnet/tcp: accept: Bad file number
Jun 13 08:09:02 sunuxap2 telnetd[15164]: getpid: peer died: Error 0
Jun 13 08:07:11 sunuxap2 inetd[956]: telnet/tcp: accept: Bad file number
ran lanadmin -g 0
and it came back with
Inbound Errors=0
Outbound Errors=0
the logfile /var/adm/nettl.LOG00
shown some errors but 2 days ago, so this one would not count.
<2004> 1000Base-T in path 0/0/10/0/0
Detected a faulty or disconnected cable.
**********************Gigabit Ethernet LAN/9000 Networking******************@#%
Timestamp : Mon Jun 11 PDT 2007 13:09:35.770698
Process ID : [ICS] Subsystem : IGELAN
User ID ( UID ) : -1 Log Class : ERROR
Device ID : 2 Path ID : 0
Connection ID : 0 Log Instance : 0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<2004> 1000Base-T in path 0/0/10/0/0
Detected a faulty or disconnected cable.
**********************Gigabit Ethernet LAN/9000 Networking******************@#%
Timestamp : Mon Jun 11 PDT 2007 13:11:23.770696
Process ID : [ICS] Subsystem : IGELAN
User ID ( UID ) : -1 Log Class : ERROR
Device ID : 2 Path ID : 0
Connection ID : 0 Log Instance : 0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<2004> 1000Base-T in path 0/0/10/0/0
Detected a faulty or disconnected cable.
sunuxap1:[root]:/var/adm
I've open a case with HP support but could not get much advices.
PLease give me some advices on how trobleshoot this issue or what to look for te next time it happens again.
Thanks in advance!
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 09:01 AM
06-14-2007 09:01 AM
Re: cannot telnet to server
Check for the number of open files in the kernel and the amount the system is actually using. With glance for example.
Also check if there are not too many connections still left open. With "netstat -a".
Regards,
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 10:38 AM
06-14-2007 10:38 AM
Re: cannot telnet to server
in glance where could i see the open files.
Check for the number of open files in the kernel and the amount the system is actually using. With glance for example.
maxfiles 2048 - 2048
maxfiles_lim 4096 Y 4096
Also check if there are not too many connections still left open. With "netstat -a".
would you be more specific. i did a line count and it return with 1099.
#netstat -a |wc
1099 6823 94270
what am i looking in netstat -a
Please advice!
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 11:51 AM
06-14-2007 11:51 AM
Re: cannot telnet to server
You can check number of open files
sar -v 1 1
pls check how many lan card is there ?
Which is activated ...check gateway ..?
Now it is working ...?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 12:30 PM
06-14-2007 12:30 PM
Re: cannot telnet to server
the parameter : nfile
...but would it have anything to do with
--NETWORK BOTTLENECK
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 01:07 PM
06-14-2007 01:07 PM
Re: cannot telnet to server
Hi tom ,
If something was wrong with inetd -
You could try re-creating your inetd.conf file:
mv /etc/inetd.conf /etc/inetd.bak
cp - p /usr/newconfig/etc/inetd.conf /etc/inetd.conf
Modify any settings particular to your environment.....?
regards
Noble Sebastian ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 09:26 PM
06-14-2007 09:26 PM
Re: cannot telnet to server
Check if the telnet daemon is listening; below show its listening:
# netstat -a |grep -i telnet
tcp 0 0 *.telnet *.* LISTEN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 09:52 PM
06-14-2007 09:52 PM
Re: cannot telnet to server
<2004> 1000Base-T in path 0/0/10/0/0
Detected a faulty or disconnected cable
Could be a bad NIC, cable or switch port.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2007 12:35 AM
06-15-2007 12:35 AM
Re: cannot telnet to server
If you can't find any obvious errors in the server itself, but only have connection problems... it could be a reverse dns lookup problem.
See/Search similar threads on this forum
/Tor-Arne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2007 03:27 AM
06-15-2007 03:27 AM
Re: cannot telnet to server
Thanks for your reply.
i think somehow the telnet connection has something to do with error
--NETWORK BOTTLENECK
would someowe gives me me a hint of what to look for?
the erro
<2004> 1000Base-T in path 0/0/10/0/0
Detected a faulty or disconnected cable.
was happened 2 days before the incident, so i would not count it.
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2007 02:58 PM
06-15-2007 02:58 PM
Re: cannot telnet to server
Have you checked the network patches and network interface driver version, are they latest...
Sometime it could be a result of improper handling of driver or patch..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2007 12:50 AM
06-17-2007 12:50 AM
Re: cannot telnet to server
restart inetd -c
Regards
Safar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2007 12:51 AM
06-17-2007 12:51 AM
Re: cannot telnet to server
restart inetd -c
and not working what is the out put of telnet o (zero)
can you login using telnet zero
Regards
Safar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2007 05:38 AM
06-17-2007 05:38 AM
Re: cannot telnet to server
the telnet connection is working fine. it just happenned 2 time that users could not connect.
my question is i just want to know the causes
and how to prevent it from happening again.
after i was able to connect to the server. ran glance and saw in the history these messages
--NETWORK BOTTLENECK
--NETWORK BOTTLENECK .
WHAT WOULD BE THE CAUSE OF THIS ALERT.
Thanks in advance.
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2007 02:58 PM
06-17-2007 02:58 PM
Re: cannot telnet to server
2.Check with your network team if there isa ny error reported on swith ports.
3.When the server was not reachable , was the console connection is also disturbed.? (Are both the server IP and console configured on the same swith).
4. Enable a netwrok logging (using nettl)from UNIX level so that you will be able capture the network related errors.