📖 ~1 min read
Table of contents
Symptom & Impact
Application gets ‘EADDRNOTAVAIL’ bursts; netstat shows many TIME_WAIT sockets.
Environment & Reproduction
High-rate outbound connections from app server LPAR on AIX 7.3.
Root Cause Analysis
Default tcp_timewait and ephemeral port range too small for connection rate.
Quick Triage
Run netstat -an | awk ‘{print $6}’ | sort | uniq -c for state counts.
Step-by-Step Diagnosis
Use no -a | grep -E ‘tcp_timewait|ephemeral’ to inspect no tunables.

Solution – Primary Fix
Apply no -p -o tcp_timewait=1 -o tcp_ephemeral_low=1024.
Still having issues? Our IT Solutions & Services team can diagnose and resolve this for you. Get in touch for a free consultation.

Solution – Alternative Approaches
Add a second source IP and shard outbound connections.
Verification & Acceptance Criteria
TIME_WAIT count drops <10k and no fresh EADDRNOTAVAIL in app log.
Rollback Plan
Restore previous no values with no -d .
Prevention & Hardening
Use connection pooling and tune no values in /etc/tunables/nextboot.
Related Errors & Cross-Refs
EADDRNOTAVAIL, slow connection rate, TCP retransmits.
Related tutorial: View the step-by-step tutorial for aix-7.3.
View all aix-7.3 tutorials on the Tutorials Hub →
Browse all common problems & solutions on the Tutorials Hub.
References & Further Reading
AIX Network Tuning (no command) reference.
Need Expert Help?
If you cannot resolve this yourself, our team offers hands-on Server Management, Managed IT Services, and flexible Support Plans. Contact us today — we respond within one business day.