Dec 4, 2001 #1 squash MIS Joined May 21, 2001 Messages 99 Location US I have a simple question. I have a sun box that seems to not allow any more than 21 telnet session to it. How do I verify and set this to a larger number. Thankx in advance. Doug
I have a simple question. I have a sun box that seems to not allow any more than 21 telnet session to it. How do I verify and set this to a larger number. Thankx in advance. Doug
Dec 4, 2001 #2 mikeclark MIS Joined Oct 3, 2000 Messages 356 Location AU In /etc/system you can set the user limits. eg. set maxusers=64 set pt_count=128 Vary the numbers to suit your needs, but this will allow extra users and the pt_count will allow extra login sessions. Upvote 0 Downvote
In /etc/system you can set the user limits. eg. set maxusers=64 set pt_count=128 Vary the numbers to suit your needs, but this will allow extra users and the pt_count will allow extra login sessions.
Dec 4, 2001 Thread starter #3 squash MIS Joined May 21, 2001 Messages 99 Location US Does this require a reboot to take effect? Thankx Doug Upvote 0 Downvote
Dec 4, 2001 Thread starter #4 squash MIS Joined May 21, 2001 Messages 99 Location US Also I do not have the line pt_count in the system file. Is this the puesdo terminal setting. And if so what default is used in the absence of this setting. As always we thank you for your support Upvote 0 Downvote
Also I do not have the line pt_count in the system file. Is this the puesdo terminal setting. And if so what default is used in the absence of this setting. As always we thank you for your support
Dec 5, 2001 #5 tuka Technical User Joined Jul 6, 2001 Messages 438 Location US default pseudo terminal setting is 48 (pt_count=48) Yes it will require a reboot Upvote 0 Downvote