AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
Expand all | Collapse all

AIX 5.1 maxium number of concurrent users through telnet

  • 1.  AIX 5.1 maxium number of concurrent users through telnet

    Posted Thu January 11, 2007 12:40 PM

    Originally posted by: Sam_k


    Is there any limit on maximum number of users connecting AIX through telnet? I have a P660 standalone machine throwing the error that port is maxed out with number of users connecting through telnet.

    Exact error is :- telnet: All network sessions in use.

    SOme details about system:
    Max no of users: 32767 ( smit chlicense)
    1. uptime
    11:47AM up 54 days, 2:45, 469 users, load average: 3.95, 4.02, 4.72
    Please advice,

    Sam


  • 2.  Re: AIX 5.1 maxium number of concurrent users through telnet

    Posted Thu January 11, 2007 01:45 PM

    Originally posted by: Sam_k


    Answer for the question:-

    you are going to want to change ATTnum attribute:
    chdev -l pty0 -a ATTnum=<num_of_pyts>

    Sam