- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Concurrent connection number problem
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
07-15-2004 07:59 PM
07-15-2004 07:59 PM
Concurrent connection number problem
It show's the message:
"Telnetd:All network ports in use"
How can I know how many connections I've got?
How can I which process are using those connections?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 08:18 PM
07-15-2004 08:18 PM
Re: Concurrent connection number problem
what os release do you have?
If I remember right, you will have to create additional terminal devices.
cd /dev
./MAKEDEV ptyx x=1-...
You can see with w how many telnet session you have.
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 08:58 PM
07-15-2004 08:58 PM
Re: Concurrent connection number problem
There is a port-resource bottleneck, maybe your clients hangup without correct handshaking, leading to a network problem.
Another possiblity in case of a v4.x system is addressed by michaels answer (or within the admin guide explaining it in detail).
Please post output of netstat -i and netstat -a all other is pure guess...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 09:16 PM
07-15-2004 09:16 PM
Re: Concurrent connection number problem
I had a look into the /dev directory, and I saw lots of tty devices, but the minor number was wrong. It began with 0 to 48, and jumped to a number higher than 400.
I removed all those wrong devices and MAKEDEV them again. Now, their minus number seem to be well. It begins from 0 and goes straight up with no jumps.
Thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 07:44 AM
07-18-2004 07:44 AM
Re: Concurrent connection number problem
just for your information, read this to get to know a special feature of this forum:
http://forums1.itrc.hp.com/service/forums/helptips.do?#28
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2004 12:27 PM
09-01-2004 12:27 PM
Re: Concurrent connection number problem
I did a MAKEDEV pty_3 which created the next series of device files(both alphabetically and minor-wise).
Having stopped and restarted inetd, the system still doesn't seem to be using these new ports.
I'm assuming this doesn't require a reboot to use these new device files???
I am running V4.0 1229 on an Alpha box.
Thanks,
Tony.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2004 07:13 PM
09-01-2004 07:13 PM