How do I display the attributes of a kernel parameter on hpux 11iv2?



  • To display the attributes of a kernel parameter, run the following command:

    # kctune -v maxuprc
    Tunable             maxuprc
    Description         Maximum number of processes for each non-root user
    Module              pm
    Current Value       256 [Default]
    Value at Next Boot  256 [Default]
    Value at Last Boot  256
    Default Value       256
    Constraints         maxuprc >= 3
                        maxuprc <= nproc - 5
    Can Change          Immediately or at Next Boot
    

    Here we are displaying the maxuprc attributes, kctune on its own will display all the parameters.


Log in to reply
 

© Lightnetics 2024