- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DB Informix hangs!!! errno 233
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-02-2005 04:13 AM
08-02-2005 04:13 AM
DB Informix hangs!!! errno 233
I have a problem with my Informix database, I think it's associate with the operating system (HPUX 11.00). Sometimes the application hangs (The established connection works fine but the new ones can´t connect) and in the DB online log we can find:
"listener-thread: err = -25573: Network driver cannot accept a connection on the port. System error = 233."
I look for information and I found that I should set this parameter: ndd -set /dev/tcp tcp_conn_request_max 4096
because by deafult it was set to 20.
One week later the error happens again, I notice that when happens the "connect requests dropped due to full queue" increase (netstat -p tcp).
I look for more information and I found that I shoul apply the patch PHNE_33395, but I'm not sure about it. Please if somebody can help me I'll appreciate it too much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 04:22 AM
08-02-2005 04:22 AM
Re: DB Informix hangs!!! errno 233
# define ENOBUFS 233 /* No buffer space available */
Increasing tcp_Conn_request_max would not serve much. It is just applicable to max. no. of outstanding inbound connection request.
Look at total memeory utilization on your system, swap space. Also make sure that your are up to date on patches.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 04:37 AM
08-02-2005 04:37 AM
Re: DB Informix hangs!!! errno 233
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 04:47 AM
08-02-2005 04:47 AM
Re: DB Informix hangs!!! errno 233
glance -m will give those details.
then check how it is being used. again glance -m and sar -b 2 10 will help you with that.
swapinfo -mat will tell swap usage.
Depending upon the findings you may need to increase swap/buffer cahe settings.
Also, as said earlier, the patches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 05:23 AM
08-03-2005 05:23 AM
Re: DB Informix hangs!!! errno 233
That being the case, it suggests you either need clients with greater patience, or faster service in the DB.
Increasing tcp_conn_request_max is only indicated when you see connections dropped due to full queue in the output of netstat -p tcp, and even then, as already mentioned, it would only affect the depth of the listen (pending connection) queue (length being the minimum of tcp_conn_request_max and what the application uses in its listen() call)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 08:32 AM
08-03-2005 08:32 AM
Re: DB Informix hangs!!! errno 233
netstat -an |grep FIN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 08:35 AM
08-03-2005 08:35 AM
Re: DB Informix hangs!!! errno 233
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 06:09 AM
08-09-2005 06:09 AM
Re: DB Informix hangs!!! errno 233
315 CLOSE_WAIT
1770 ESTABLISHED
320 FIN_WAIT_2
65 LISTEN
49 TIME_WAIT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 06:10 AM
08-09-2005 06:10 AM
Re: DB Informix hangs!!! errno 233
315 CLOSE_WAIT
1770 ESTABLISHED
320 FIN_WAIT_2
65 LISTEN
49 TIME_WAIT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 02:19 PM
08-12-2005 02:19 PM
Re: DB Informix hangs!!! errno 233
my system w/ informix - running Your command at this moment shows no FIN WAITS...
netstat -an | grep tcp | awk '{ print $6 }' | sort | uniq -c
1292 ESTABLISHED
80 LISTEN
98 TIME_WAIT
You might want to study the client connections. And study how they close, this might be the issue. If the client uses a Browser and closes the window, you will get the FIN WAITS.
How about netstat ?
How many "oninit" is your system running ?
ps -efx |grep oninit
note, these processes have the same "open" socket connections. You can run LSOF on your system and Learn or study.
You will see that "oninit" processes have the same socket connections open for the TCP file numbers. So, there is many OINITS that have the same socket files open.
Question: talk with your DBA, and mention that there is a large increase workload, and that you suggest to lower the Engines on the oninit (or the number of CPUs).
This lower the # of engines based on the number actual system # CPUs, this might help your system performance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2005 12:52 AM
08-13-2005 12:52 AM
Re: DB Informix hangs!!! errno 233
1. Increase the number of soctcp threads in your DB.
2. reduce the number of connections each soctcp thread services e.g. change 2,100 to 4,50
3. Put your soctcp threads in a VP type of NET, not CPU.
4. Put local connections on a shared memory interface (type ipcshm) , to reduce the number of socket connections.
5. Get faster processors in your computer.
I like to have at least one NET VP poll thread per inbound network interface. They all listen on *.*, but somehow it seems to spread the load.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2005 03:37 AM
08-13-2005 03:37 AM
Re: DB Informix hangs!!! errno 233
Regads
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2005 04:43 AM
08-22-2005 04:43 AM