- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Telnet sessions keep dropping
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
01-23-2003 05:11 PM
01-23-2003 05:11 PM
I have a site that uses 900 Mhz RF Scanner guns via a Teklogix controller to log in via telnet to my server. At random points, these sessions seem to drop. At first I thought is was RF interferrance. But the same thing was happening to my LAN terminals running emulation.
The Teklogix controller was configured to hold the session open in the event of a loss of contact in case the gun went momentarily out of range a user would not loose their session, however, we only allow 1 login per id, so the glitch would resolve and the user could not get back in. I changed those settings but, as you would suspect, the problem keeps occuring. At least now the users can start from scratch after they get back on.
So here is where I'm stuck: What is causing these sessions to drop? I keep thinking it's a fault in the network (bad cable, switch, etc) although I can't find any records on the switches to indicate that. Others seem to want to blame the application that is running, but I don't see how an application could force a logout.
Any help in troubleshooting the issue would be greatly appreciated.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 05:43 PM
01-23-2003 05:43 PM
Re: Telnet sessions keep dropping
On both sides run pings, and watch for large variances in response times.
In a good network you should not see that. Gradually rising ping times on HP NIC cards can indicate hardware trouble.
Next, run traceroute and see if there are any long delays on the route.
On the devices you are working with there is a possiblity of driver problems on the device.
If there is a router between you and the devices, it might need an ios upgrade.
Lastly, do you set TMEOUT and what do you set it to. That can shut inactive telnet sessoins.
P
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2003 02:53 AM
01-24-2003 02:53 AM
Re: Telnet sessions keep dropping
# export TMOUT=0
-Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2003 03:20 AM
01-24-2003 03:20 AM
SolutionTMOUT=0 is good
Also look at
ndd(1M) ndd(1M)
NAME
ndd - network tuning
SYNOPSIS
ndd -get network_device parameter
ndd -set network_device parameter value
ndd -h sup[ported]
ndd -h unsup[ported]
ndd -h [parameter]
ndd -c
DESCRIPTION
The ndd command allows the examination and modification of several
tunable parameters that affect networking operation and behavior. It
accepts arguments on the command line or may be run interactively.
For fine tuning
steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2003 10:31 AM
01-24-2003 10:31 AM
Re: Telnet sessions keep dropping
If the cable connected to the NIC in the server is bad, you will see interesting things in the output of lanadmin -g mibstats
If the application quits, the session should still be there - of course, if the shell receives a ^D (aka EOF) over the telnet connection, the shell will go away - at least some shells that is. Unlikely, but a remote possibility I suppose.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2003 01:06 PM
01-28-2003 01:06 PM
Re: Telnet sessions keep dropping
After some extreme convincing (3 levels of mgmt involved) I was able to get a little further data and say the this was RFI. Cordless phones within the same band were stomping all over the telnet traffic.
The issue with the LAN terminals also "dropping" was actually more like they stopped responding. Reason: They were contending with a huge spike in network traffic as the RF guns tried to reconnect with the server.
Thanks so much for all of your efforts to assist.