- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- telnet session limit
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
09-26-2005 09:27 PM
09-26-2005 09:27 PM
Openvms 6.2, ucx 4.2 eco4
We putted a telnet session limit of 300 ( ucx set service telnet /limit=300) but we still are limited to 200. Tcp/ip has be restarted.
Operator.log shows "ACP telnet request failed,
total service limit reached". Any idea ?
Thank's in advance.
Gérard.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 09:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 09:41 PM
09-26-2005 09:41 PM
Re: telnet session limit
and check for device_sockets (peak). This probably needs to be increased.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 09:43 PM
09-26-2005 09:43 PM
Re: telnet session limit
You may also want to check how many buffers are available
UCX SHOW COMM/MEM
and see if you are hitting some limit in there.
Another thing to look at is MAXPROCESSCNT in SYSGEN.
What is your current value (SHOW MEMORY/SLOT)?
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 09:52 PM
09-26-2005 09:52 PM
Re: telnet session limit
IJOBLIM was at 250 putted 350, there are also some LAT connections ...
MAXPROCESSCNT is at 460, there where a max of 321 processes still last boot (100 days)
I will check the comm parameters ...
Gerard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 09:52 PM
09-26-2005 09:52 PM
Re: telnet session limit
But I didn't find any message in operator log.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2005 09:54 PM
09-26-2005 09:54 PM
Re: telnet session limit
Try ucx disable servi telnet (will kill all session) followed by ucx ena servi telnet.
Just tried it and the new limit was accepted.
Wim