1756704 Members
2198 Online
108852 Solutions
New Discussion юеВ

Max 250 telnet sessions

 
Rita Li
Frequent Advisor

Max 250 telnet sessions

I have an old server running an application with all my users accessing the application via telnet sessions. The old server is running 11.0 where the kernel is set with

maxusers - 250
npty - 512
nstrpty - 512
nstrtel - 512

ls /dev/pty|wc -w returns 512
ls /dev/ptym|wc -w returns 513

Now I have a new server that I need to carry the application from the old server to the new server however the new server is running 11.23

uname -a
HP-UX bdcimfg1 B.11.23 U ia64 0568256958 unlimited-user license

Now I have the new server kernel settings changed & rebooted so it look like this:-

npty - 512
nstrpty - 512
nstrtel - 512

Also

ls /dev/pty|wc -w returns 512
ls /dev/ptym|wc -w returns 513

But I can't find the 'maxuser' from sam -> kernel configuration -> Turnables anymore

How can I know my new server really can allow for max 250 telnet sessions? (from the default 60)

Thanks in advance for any help

Rita

4 REPLIES 4
Antonio Cardoso_1
Trusted Contributor

Re: Max 250 telnet sessions

try this:
kmtune -q maxusers

br,
antonio.
RAC_1
Honored Contributor

Re: Max 250 telnet sessions

kctune -q maxusers and kctune to set it.
There is no substitute to HARDWORK
Arunvijai_4
Honored Contributor

Re: Max 250 telnet sessions

Hi Rita,

Check this out, http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=543929

Also, you can use kctune to set values in 11.23

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Rita Li
Frequent Advisor

Re: Max 250 telnet sessions

Following the link to note that 11.23 no more with the 'maxusers' parameter anymore & in fact need to adjust on the 'nclist', 'nfile', 'ninode' instead

Tested to find it works all okay & thanks for all the input

Rita