1828663 Members
1636 Online
109984 Solutions
New Discussion

telnet session limit

 
SOLVED
Go to solution
wendling
Regular Advisor

telnet session limit

Hello,
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.
6 REPLIES 6
Kris Clippeleyr
Honored Contributor
Solution

Re: telnet session limit

Gérard,
Have you checked the system parameter IJOBLIM ?
Kris (aka Qkcl)
I'm gonna hit the highway like a battering ram on a silver-black phantom bike...
Wim Van den Wyngaert
Honored Contributor

Re: telnet session limit

Do ucx sho comm

and check for device_sockets (peak). This probably needs to be increased.

Wim
Wim
David B Sneddon
Honored Contributor

Re: telnet session limit

Gerard,

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
wendling
Regular Advisor

Re: telnet session limit

Tank' all for those quick answers, nice to see such dynamic VMS forum.
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
Wim Van den Wyngaert
Honored Contributor

Re: telnet session limit

If it is dev_sockets you should get "process quota exceeded" when doing telnet from VMS.
But I didn't find any message in operator log.

Wim
Wim
Wim Van den Wyngaert
Honored Contributor

Re: telnet session limit

I wonder if your restart of TCP was done.
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
Wim