AIX

AIX

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


#Power
 View Only
  • 1.  maxuproc is not changing

    Posted Wed July 01, 2009 06:32 AM

    Originally posted by: rakeshsinnya


    1. my machine is system p 550 power6 aix 5300-07-01-0748.
    2. My requirement is maxuproc=4096
    3. I changed the maxuproc value using command #chdev -l sys0 -a maxuproc=4096
    4. when I check for the value of maxuproc value using command " #lsattr -El sys0 |grep maxuproc" it give the output as changed value (i.e. 4096)

    5. But if i check for the value with command "#lsattr -D -l sys0 -a maxuproc" it is giving out put as default value (i.e. 128)

    6. because of second output i'm getting error

    " The server may not be able to support 400 browsers and 400 concurrent browser interactions due to the limit on max number of processes a user can bring up.
    Currently configured 128. Recommended 523"

    waiting for suggestions...
    #AIX-Forum


  • 2.  Re: maxuproc is not changing

    Posted Wed July 01, 2009 08:30 AM

    Originally posted by: SystemAdmin


    IIRC, you have to reboot after changing maxuproc.
    #AIX-Forum


  • 3.  Re: maxuproc is not changing

    Posted Wed July 01, 2009 10:16 AM

    Originally posted by: gcorneau


    FYI, the command you entered: lsattr -D

    lists the D(efault) values for that attribute, not the current value. So of course it still said 128.

    Glen Corneau
    IBM Power Systems Advanced Technical Support
    #AIX-Forum


  • 4.  Re: maxuproc is not changing

    Posted Thu July 02, 2009 01:23 AM

    Originally posted by: rakeshsinnya


    Thank for your response, yes you are right -D is to display the default value. And as per your suggestion i'll try to install my application with restarting the server.
    #AIX-Forum


  • 5.  Re: maxuproc is not changing

    Posted Tue July 07, 2009 12:15 AM

    Originally posted by: rakeshsinnya


    Yes after restarting the server the problem is solved. Thanks alot for your help.
    #AIX-Forum


  • 6.  Re: maxuproc is not changing

    Posted Tue July 07, 2009 12:22 AM

    Originally posted by: SystemAdmin


    You're welcome!
    #AIX-Forum