- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Slow connection !
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-12-2002 02:21 PM
04-12-2002 02:21 PM
I have some problems in a HP9000/T50 HPUX 11.00.
The problem is .. when i'm connecting to the server , I observe a slow connection.
I made a lot of checksums to the tarjets, check the network, etc, but i haven??t found anything.
I have 3 network cards:
# netstat -ni
Name Mtu Network Address Ipkts Opkts
lan2 1500 130.10.0.0 130.10.16.8 35409083 117562847
lan1 1500 130.10.0.0 130.10.17.8 61550094 5216782
lan0 4352 190.50.0.0 190.50.10.8 83 83
lo0 4136 127.0.0.0 127.0.0.1 639936 639936
My users use only 2 network cards:
Name Mtu Network Address Ipkts Opkts
lan2 1500 130.10.0.0 130.10.16.8 35409083 117562847
lan1 1500 130.10.0.0 130.10.17.8 61550094 5216782
lan1 is a 10 base tarjet
lan2 is a 10/100 baseT
P.D. This server is connected a switch with 10/100 ports.
How can i found the problem to my slow connection ?
Best Regards !
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2002 03:29 PM
04-12-2002 03:29 PM
Re: Slow connection !
"Slow connection" often implies a DNS reverse-name lookup problem. If you can connect quickly by IPAddress but not by hostname, this points to DNS. If so, make sure that your device's name is represented in the DNS tables of the DNS server. This should eliminate the (timeout) delay. Otherwise, place the IPAddresses you need in /etc/hosts and make sure that /etc/nsswitch.conf specifies a host lookup first.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2002 04:23 AM
04-13-2002 04:23 AM
Re: Slow connection !
what is the ping response ?.
if you suspect as DNS problem , use ip address
for connecting and observe whether problem persists.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2002 06:17 PM
04-13-2002 06:17 PM
SolutionIf telnet connections are fairly quick but ftp transfers are well below the typical speed of the LAN, you probably have a speed/duplex mismatch (very common at 100 mbits). Verify this with lanadmin. Change all 100 Mbit LAN cards to full duplex and also change the switch to which the cards are connected. Do not use auto-negotiation.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2002 10:32 AM
04-14-2002 10:32 AM
Re: Slow connection !
After checking your name server problems, you may need to verify the speed of your lancard lan2. Slow initial connection problems often correspond to hostname lookups. If you continue to see slowness even after the connection is established, they it may be the speed.
#lanadmin -x 2
Make sure that you are 100 Full duplex with auto-negotiation off if you are using a 100bt interface on the switch side. Set the interfaces on the switch and on the system side to 100FD AUTO-OFF. You can use the command lanadmin -X 100FD 2 to set it on the system.
And finally make sure you have latest good ARPA transport patches installed on the box.
-Sri