- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- TCPIP & Socket 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-01-2006 11:40 AM
02-01-2006 11:40 AM
Within VMS 7.3-2. Is there limitation on number of open sockets? We have number of users were dropped connecting through via network to the VMS server. I thought I've heard awhile back about number of TCPIP Socket limitation within VMS. Where can I check for this? Any ideas?
Thanks,
J
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 12:34 PM
02-01-2006 12:34 PM
Solutionhttp://h71000.www7.hp.com/doc/732FINAL/TCP_RN/TCP_RNPRO.HTML
You can also use the sysconfig utility, see http://h71000.www7.hp.com/doc/732final/6631/6631pro.html for much more details.
Check the system parameter CHANNELCNT as well.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 01:48 PM
02-01-2006 01:48 PM
Re: TCPIP & Socket Limitation
Thanks for your time.
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 02:07 PM
02-01-2006 02:07 PM
Re: TCPIP & Socket Limitation
Parameter Name Current Default Min. Max. Unit Dynamic
-------------- ------- ------- ------- ------- ---- -------
CHANNELCNT 2446 256 31 65535 Channels
I'm currently using;
HP TCP/IP Services for OpenVMS Alpha Version V5.4 - ECO 2
on a AlphaServer ES45 Model 2 running OpenVMS V7.3-2
What else should I check?
Thanks,
J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 05:01 PM
02-01-2006 05:01 PM
Re: TCPIP & Socket Limitation
http://h71000.www7.hp.com/doc/732final/documentation/pdf/aa-lu50m-te.pdf
There are many hints to system parameters such as CHANNELCNT...
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 06:41 PM
02-01-2006 06:41 PM
Re: TCPIP & Socket Limitation
ana/sys
>set proc/id=xxx
>eval @ctl$GL-CHINDX
en compare that with f$getsy("channelcnt".
The ana/sys reports a high water mark but I want an alarm when the problem occured in the past too.
For the maximum sockets :
ana/sys
> tcpip sho inetcb/stat
and look for statistics on sockets.
Wonder why they removed that from the show commands (ucx).
(ana/sys must be coming from Volker)
Wim