Howto set maximum user processes on AIX [ID 1084995.1]

    xiaoxiao2026-06-21  0

    In this Document   Goal   Solution


    Applies to:

    Oracle Server - Enterprise Edition - Version: 10.1.0.2 to 11.2.0.2 - Release: 10.1 to 11.2 IBM AIX on POWER Systems (64-bit)

    Goal

    How to set the value of "maximum user processes" on IBM AIX I'm following the Database installation guide. I'm getting these messages:

    This is a prerequisite condition to test whether the hard limit for "maximum user processes" is set to at least 16384. (more details) Expected Value : 16384 This is a prerequisite condition to test whether the soft limit for "maximum user processes" is set to at least 2047. (more details) Expected Value : 2047

    Solution

    Set the "maximum user processes" to 16384 or higher In order to change this system parameter: Kindly use 'smit' (AIX utility) to show or modify the current value of this kernel parameter. Please note that the below commands need to be verified and executed with AIX System Administrator.

    su - root smit Goto 'Systems environments' Goto 'Change/Show Characteristics of Operating System' Goto 'Maximum number of PROCESSES allowed per user'

    OR

    Using command line you can change this parameter Type the below commands:

    # chdev -l sys0 -a maxuproc='16384'

    Reboot the Server, in order to take changed parameter effective and check the same again with :

    # lsattr -El sys0 -a maxuproc

    And then execute the OUI.

    转载请注明原文地址: https://ju.6miu.com/read-1310753.html
    最新回复(0)