- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: TCP/IP Limitation?
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
02-09-2006 12:22 PM
02-09-2006 12:22 PM
Is there a limitation on the OpenVMS 7.3-2 with number of TCP/IP connections? If so, where and how could I check out this??
Background:
About 200 client connect through the application runnning on OpenVMS, but before they can connect to this application they must first connected through a Windows 2000 server acting as a Cache server.
Thanks,
J
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 01:03 PM
02-09-2006 01:03 PM
SolutionI thing that there are no limitations on a server's ability to handle millions of TCP connections if memory resources are available to service the connections. If memory is insufficient, the server will reject new connections.
Google says 5 connections can be queued per port for FTP connections.
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 01:58 PM
02-09-2006 01:58 PM
Re: TCP/IP Limitation?
There are limits on the number of BG devices(raised with TCPIP 5.4). Which TCPIP product are you running?
Assuming TCPIP 5.4, shipped with 7.3-2 there is a default 9999 BG allowed. You can increase this manually or by loading the tcpip scalable kernel. See
http://h71000.www7.hp.com/doc/732FINAL/TCP_RN/tcp_rnpro.html#scalable_kernel
You can also manually raise ovms_unit_maximum with the sysconfig utility. See the TCPIP Tuning and Troubleshooting manual at http://h71000.www7.hp.com/doc/732final/6631/6631pro.html
Is there a specific performance issue?
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 02:06 PM
02-09-2006 02:06 PM
Re: TCP/IP Limitation?
Thanks,
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 02:22 PM
02-09-2006 02:22 PM
Re: TCP/IP Limitation?
Exactly what type of connections are dropping?
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 04:51 PM
02-09-2006 04:51 PM
Re: TCP/IP Limitation?
Thanks,
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 04:57 PM
02-09-2006 04:57 PM
Re: TCP/IP Limitation?
Yes, I guessed it would be TCPIP... :-)
Are the sessions telnet, ftp, connections to
pathworks shares?
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 12:46 AM
02-10-2006 12:46 AM
Re: TCP/IP Limitation?
Let's say it's telnet, is there any tweaks we can do?
Thanks,
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 04:28 AM
02-10-2006 04:28 AM
Re: TCP/IP Limitation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 04:34 AM
02-10-2006 04:34 AM
Re: TCP/IP Limitation?
Is this a case of having to reboot the Windows 2000 system to restore Pathworks connections? If you're running Pathworks 32 ver 7.4 on the client there is an updated DECDNP114.SYS available from HP which corrects this. If you check the Pathworks event log, look for:
Added 32 packets to the datalink buffer pool, total=xxx
After xxx hits 512, the Pathworks connections will hang.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 05:08 AM
02-10-2006 05:08 AM
Re: TCP/IP Limitation?
As I said earlier, the number of connection is depend on your VMS system available resources.
But you can limit the number of connections if you don't have enough system resources using CHANNELCNT SYSGEN parameter.
TCPIP> SHOW SERVICE TELNET /FULL shows the current setting/limit details, the default I thing it is 256. Changing this values requires enough system resource especially (nonpaged pool size)
If you want you try change using
TCPIP> SET SERVICE TELNET /LIMIT=n
make sure the value of "n" would not exceed the channelcnt SYSGEN param.
Because "too many sessions" error will come whenever we don't have enough non-paged mem.
I would suggest better contact Hp on this.
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 05:15 AM
02-10-2006 05:15 AM
Re: TCP/IP Limitation?
I just saw this from the ask the wizard, it says something about your window side client lic limit and WINdows sometime misinterpreting the client connections lic limit (pthwork client), try go thru this...
http://h71000.www7.hp.com/wizard/wiz_4432.html
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 03:48 AM
02-13-2006 03:48 AM
Re: TCP/IP Limitation?
Service: TELNET
State: Enabled
Port: 23 Protocol: TCP Address: 0.0.0.0
Inactivity: 1 User_name: not defined Process: not defined
Limit: 50 Active: 22 Peak: 35
File: not defined
Flags: Listen Rtty IPv6
Socket Opts: Keepalive Rcheck Scheck
Receive: 3000 Send: 3000
Log Opts: Actv Dactv Conn Error Logi Logo Mdfy Rjct
File: not defined
Security
Reject msg: not defined
Accept host: 0.0.0.0
Accept netw: 0.0.0.0
Please let me know your feedback.
Thanks,
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2006 03:59 AM
02-13-2006 03:59 AM
Re: TCP/IP Limitation?
You noted that the telnet connections are limited to 50, and the maximum reached is 35, so that is unlikely to be the issue.
With that number of clients, you are not lilely to be hitting the 9999 units limitation on a daily basis.
I would, however, question one premis of this entire thread: That the OpenVMS system is the source of the problem.
If this is indeed happening several times a day, out of hundreds of connections, it is a rare enough event to be caused by other problems. To track this by science, rather than by guesswork, I would use a LAN monitor (e.g., Ethereal or Etherpeek) to capture and log the traffic that is having the problem. I would then locate the sessions that are being dropped and see exactly what DID HAPPEN not what MAY HAVE HAPPENED.
The logs will show the facts, not guesswork as to what could have happened. It is more grind, and more tedious than just adjusting parameters, but it is guaranteed to produce an accurate result that can be taken to management.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 12:10 AM
02-22-2006 12:10 AM
Re: TCP/IP Limitation?
we had more or less the same problem, but with ftp. We found out a lot of server processes were in RWMBX and then connections timed out.
Raising the TQElm for account TCPIP$FTP solved the problem.
Regards
Hans