- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: System error: [10061] Connection refused
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
08-05-2003 04:32 AM
08-05-2003 04:32 AM
Re: System error: [10061] Connection refused
who -b
uptime
I'm not so concerned about "...145 connect requests dropped due to full queue...". 145 is not a bad number but it should be zero. This queue size is determined by the application and the HP-UX global parameter from /dev/tcp and ndd : "max_conn_request_max". Since your current value is 4096 I'd look to the applicaiton.
Based upon the number of retransmits I'd say you've also got router issues, or cable issues, maybe a broken cable or unterminated cable, because "...1611103417 packets sent
(1722654504 bytes) retransmitted..." is not proportional.
###########################################
Use SAM to reduce ninode and nfile:
nfile 202028 - (15*NPROC+2048)
ninode 108704 - (8*NPROC+2048)
############################################
Have your rebooted yet?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 09:37 PM
08-05-2003 09:37 PM
Re: System error: [10061] Connection refused
What we did until now:
Only we change tcp_conn_request_max to 6000
who -b :
system boot May 26 09:13
uptime :
8:40am up 71 days, 23:28, 19 users, load average: 0.35, 0.41, 0.30
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 10:26 PM
08-05-2003 10:26 PM
Re: System error: [10061] Connection refused
Is there is away to reset the Network statistic without reboot the server.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 10:57 PM
08-05-2003 10:57 PM
Re: System error: [10061] Connection refused
lanadmin will clear it
#lanadmin
LOCAL AREA NETWORK ONLINE ADMINISTRATION, Version 1.0
Tue , Aug 14,2001 11:29:22
Copyright 1994 Hewlett Packard Company.
All rights are reserved.
Test Selection mode.
lan = LAN Interface Administration
menu = Display this menu
quit = Terminate the Administration
terse = Do not display command menu
verbose = Display command menu
Enter command: lan
LAN Interface test mode. LAN Interface PPA Number = 0
clear = Clear statistics registers
display = Display LAN Interface status and statistics registers
end = End LAN Interface Administration, return to Test Selection
menu = Display this menu
ppa = PPA Number of the LAN Interface
quit = Terminate the Administration, return to shell
reset = Reset LAN Interface to execute its selftest
specific = Go to Driver specific menu
LAN Interface test mode. LAN Interface PPA Number = 0
clear = Clear statistics registers
display = Display LAN Interface status and statistics registers
end = End LAN Interface Administration, return to Test Selection
menu = Display this menu
ppa = PPA Number of the LAN Interface
quit = Terminate the Administration, return to shell
reset = Reset LAN Interface to execute its selftest
specific = Go to Driver specific menu
Enter command: clear
Clearing LAN Interface statistics registers.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2003 01:07 AM
08-06-2003 01:07 AM
Re: System error: [10061] Connection refused
lanadmin -> lan -> clear
Not clearing the statistic for netstat -p tcp
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2003 01:42 AM
08-06-2003 01:42 AM
Re: System error: [10061] Connection refused
Some patching is required for lanadmin to clear netstat statistics also.
So current option is to reboot. ;-(
After your increased tcp_conn_request_max to 6000 , did the problem repeated then ?
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2003 01:43 AM
08-06-2003 01:43 AM
Re: System error: [10061] Connection refused
Up to now the problem not occured !!!
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2003 01:53 AM
08-06-2003 01:53 AM
Re: System error: [10061] Connection refused
I have also tried the suggestion from U.Sivakumar with same results as you, netstat still shows the old statistics. So I also need some patching :-)
By the way, have you checked if the socket connections are correctly closed?
Could you post the output of "netstat -a"?
Kind regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2003 01:53 AM
08-06-2003 01:53 AM
Re: System error: [10061] Connection refused
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2003 02:15 AM
08-06-2003 02:15 AM
Re: System error: [10061] Connection refused
Conclusion we will be monitoring the system and thanks for your suppourt.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2003 04:01 AM
08-06-2003 04:01 AM
Re: System error: [10061] Connection refused
You've got applications running and dropping packets as well as far too many retransmissions which indicate physical problems within the network.
Here's are two links for additional network utilities that will help: 'lsof' and 'tcpdump'.
http://hpux.cict.fr/hppd/hpux/Sysadmin/lsof-4.64/
http://hpux.cict.fr/hppd/hpux/Networking/Admin/tcpdump-3.6.2/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2003 04:25 AM
08-06-2003 04:25 AM
Re: System error: [10061] Connection refused
The only way to clear netstat is to reboot or rebuild the lan with ifconfig, i.e., up/down, plumb/unplumb.
Here's a link on lanadmin and NICs.
http://docs.hp.com/hpux/pdf/J3622-90011.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2003 06:31 AM
08-06-2003 06:31 AM
Re: System error: [10061] Connection refused
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2003 04:17 AM
09-03-2003 04:17 AM
Re: System error: [10061] Connection refused
Hi,
I am working with Mr. Ali ,
I notified from the netstat of HP-UX that the drop connection since MAY 2003 is just only 145 !!! this means we still far from the problem !!
2nd; the HP-UX host has only few TIME_WAIT status in netstat -n while the clint side NT server has thousands of TIME_WAIT !!! and few of ESTABLIESH status !!??
Do you think its DNS Configeation Problem !!??
Regards
- « Previous
-
- 1
- 2
- Next »