Max Number of Telnet sessions being reached

  • Follow


When a HPUX system that we have reaches 60 users, no more people can
telnet. The guy administering the system changed some kernal
parameters, and it just changes the message that we get. Now the
message says   "telnetd:  /dev/pts/t9  no such file or directory"

Does this mean that we don't have enough pseudo terminal device files?
Do I need to run insf to create the missing files? If so, could I
screw things up by running this? Thanks in advance.
0
Reply yorgle7 1/9/2008 9:42:55 PM

yorgle7@yahoo.com wrote:
> When a HPUX system that we have reaches 60 users, no more people can
> telnet. The guy administering the system changed some kernal
> parameters, and it just changes the message that we get. Now the
> message says   "telnetd:  /dev/pts/t9  no such file or directory"
> 
> Does this mean that we don't have enough pseudo terminal device files?
> Do I need to run insf to create the missing files? If so, could I
> screw things up by running this? Thanks in advance.

Yes. Run

# insf -v -e -s <required_num_of pts>

excerpt from insf(1M).

~~
  -s nstrpty     Install nstrpty slave-side stream special files
                 for the pts driver.  nstrpty is a decimal number.
                 This option only applies to the pts special file
                 installation.

                 This option is effective only if the -e option is
                 specified or if an appropriate device class or
                 driver is specified with a -C or -d option.

                 If this option is omitted, nstrpty defaults to 60.

~~

--vishwas.
0
Reply Vishwas 1/10/2008 5:50:24 AM


On Jan 10, 12:50 am, Vishwas Pai <non...@noland.invalid> wrote:
> yorg...@yahoo.com wrote:
> > When a HPUX system that we have reaches 60 users, no more people can
> > telnet. The guy administering the system changed some kernal
> > parameters, and it just changes the message that we get. Now the
> > message says   "telnetd:  /dev/pts/t9  no such file or directory"
>
> > Does this mean that we don't have enough pseudo terminal device files?
> > Do I need to run insf to create the missing files? If so, could I
> > screw things up by running this? Thanks in advance.
>
> Yes. Run
>
> # insf -v -e -s <required_num_of pts>
>
> excerpt from insf(1M).
>
> ~~
>   -s nstrpty     Install nstrpty slave-side stream special files
>                  for the pts driver.  nstrpty is a decimal number.
>                  This option only applies to the pts special file
>                  installation.
>
>                  This option is effective only if the -e option is
>                  specified or if an appropriate device class or
>                  driver is specified with a -C or -d option.
>
>                  If this option is omitted, nstrpty defaults to 60.
>
> ~~
>
> --vishwas.



Thank you very much. It solved my problem. Any recommendations on a
good book(s) or website(s) that cover how different parts of the OS
work? I work more at the Database and Application level, but I'm going
to need to know more about Unix, configuring the OS, etc. I've got
enough knowledge to be dangerous, and would like to become less
dangerous. I'll probably look towards getting two books, one that is
basic. Sort of like a Dummy's book. And then another that goes into
depth on things.
0
Reply yorgle7 1/12/2008 3:13:04 PM

2 Replies
977 Views

(page loaded in 0.05 seconds)

Similiar Articles:













7/19/2012 10:50:19 PM


Reply: