How do I list kernel parameters in aix?



  • Kernel parameters in AIX are set to a predefined limit so, up to that limit there is no need to change kernel parameters, some case where you will need to increase the upper limit

    To list all kernel parameters

    # lsattr -E -l sys0
    

    To list a specific parameter, in this case maxuproc

    # lsattr -E -l sys0 -a maxuproc
    

    To change the values of kernel parameters use chdev

    # chdev -l sys0 -a maxuproc = 200
    

Log in to reply
 

© Lightnetics 2024