- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Telnet connection slow
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
04-13-2009 10:25 PM
04-13-2009 10:25 PM
Telnet connection slow
when i try to connect HP unix server through telnet from remote windows PC. It takes lot of time to show the login prompt. All DNS servers are working fine and able to do nslookup. But to get the login prompt it takes time. last week it is working fine, suddenly we are facing this problem in 2 unix servers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2009 10:40 PM
04-13-2009 10:40 PM
Re: Telnet connection slow
You can use:
sar
glance
swapinfo -atm
vmstat
top
etc
And allways check syslog:
/var/adm/syslog/syslog.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2009 10:46 PM
04-13-2009 10:46 PM
Re: Telnet connection slow
Not a complete description. Even simple
"uname -a" output would say more.
> [...] All DNS servers are working fine and
> able to do nslookup. [...]
Of what? Where? The usual DNS problem is on
the Telnet server, when a (reverse) look-up
of the client's IP address fails.
Evidence (actual commands with their actual
output) can be more helpful than your vague
interpretations and conclusions (like "able
to do nslookup").
> [...] we are facing this problem in 2 unix
> servers.
For which clients? Can you Telnet from one
of the HP-UX systems to itself?
An ITRC Forum search for keywords like, say,
telnet slow
should find many similar threads with all the
usual suggestions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2009 10:59 PM
04-13-2009 10:59 PM
Re: Telnet connection slow
when i try to connect telnet from the same PC. it is connecting immediatly. From windows PC it is connecting slow.
I tested by adding the client system ip in etc\hosts on HP box. Then it is connecting fast.
But it is not possible to add all the clients in the hosts file
pls suggest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2009 11:19 PM
04-13-2009 11:19 PM
Re: Telnet connection slow
> etc\hosts on HP box.
We call that "/etc/hosts" in UNIX-land.
> Then it is connecting fast.
Sounds like a DNS problem. Find the people
who control your DNS servers, and ask them to
add all the Windows systems to the DNS data.
What should work is this, on the HP-UX
system (that is, on the Telnet server):
nslookup Windows_system_IP_address
If that is slow, then you can expect Telnet
connections to that server to be slow.
The Telnet server program (telnetd) wants to
know the name of the client. It tries to
get it. If that inquiry works quickly, then
you get connected quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2009 12:17 AM
04-14-2009 12:17 AM
Re: Telnet connection slow
Now 2 domains 2 DNS server's are placed. HP unix servers are placed in one domain and we are accessing the server by windows clinet PC, PC's are placed in another domain.
When we try nslookup for client PC in HP Box's it is not resolving the name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2009 06:16 AM
04-14-2009 06:16 AM
Re: Telnet connection slow
> Box's it is not resolving the name.
And that probably explains the slow-Telnet
problem.
> We are having 2 domains, earlier we are
> having a single DNS server for both
> domains.
Apparently, some one made a mistake when
making this change.
Did you expect someone here to solve your DNS
problem? (Someone with no useful information
about your network or its DNS configuration,
old or new?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2009 07:11 AM
04-14-2009 07:11 AM
Re: Telnet connection slow
Your server is lookin up to the new domain controller as the DNS server first and it can not find the information it needs to make the telnet connection happen. This is where you are waiting. When it times out, it most probably is going to the secondary DNS server, which is your old domain controller with all the necessary IP address information and finding the stuff it needs and establishing the telnet session.
The person who needs to fix this is the people who are in charge of your AD domain controllers. Or you can enter all the connecting windows clients into your server's /etc/hosts file. Choice is yours. Better solution is to have a correctly working DNS server, not a half-ass implementation. But knowing how long it takes to perform such changes by groups other than your own, you might opt for the /etc/hosts solution to fix your own problem.
Hope this helps
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2009 05:43 PM
04-14-2009 05:43 PM
Re: Telnet connection slow
Like it or worked !! Click kudos !!