- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Telnet very slow for some users
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
09-09-2002 06:56 AM
09-09-2002 06:56 AM
users connect via telnet
most users connect with no problems, however some users have very slow refreshes of screens with regular programs hanging for 10's of seconds. The users are running a variety of Windows versions, but I can see no commonality between the affected users.
The really wierd thing is they all work OK on an old K200 hpux 10.20 and if they telnet to the K200 and then from there to the L5430 they do not see any performance problems!!! I've tried a traceroute from a PC - fine, ping times are fine too.
I think it might be an incompatibility between telnet implementations, any one have any ideas?
Tony
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 07:00 AM
09-09-2002 07:00 AM
Re: Telnet very slow for some users
One thing that flashed immediately was about the DNS configuration on the L5430 box. Check to see if it is setup the same way as the K200.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 07:05 AM
09-09-2002 07:05 AM
Re: Telnet very slow for some users
I've seen a similar problem before. The box we were telnet'ing to had the name resolution messed up. I could telnet quickly to the box because I had the hostname/IP address defined on my local box. Other people tried to connect with the hostname resolved through DNS, and the mismatch between DNS and the host caused it to be slow.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 07:07 AM
09-09-2002 07:07 AM
Re: Telnet very slow for some users
I would also look to see how the dns resolution is set
look at your /etc/nsswitch.conf file and resolve locally first
hosts: file [NOTFOUND=continue] dns
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 07:26 AM
09-09-2002 07:26 AM
Re: Telnet very slow for some users
This sounds like a DNS issue.
Check forward AND reverse lookups on the new box.
Make sure that you can resolve the client IP's to names, and vice versa.
HTH,
Sean
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 08:03 AM
09-09-2002 08:03 AM
Re: Telnet very slow for some users
I will investigate DNS. However, I seem to get the same problems even if I add the machine to the hosts files of the PCs, and lots of users who don't have the machine in their hosts files are working fine :-/
In the one case the problem has been resolved by changing the configuration of the NIC in the PC from full to half duplex, don't know why this wouldn't cause a problem with the K200 tho'
Thanks again for the replies, I've only been a member of these forums for a week and they're already indispensible!
Tony.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 08:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 08:26 AM
09-09-2002 08:26 AM
Re: Telnet very slow for some users
I will try the TCP_DELAY and report back on my findings.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 07:32 AM
09-10-2002 07:32 AM
Re: Telnet very slow for some users
Thanks guys.
Tony.