Howto set maximum user processes on AIX [ID 1084995.1]

来源:互联网 发布:龙神契约境界进阶数据 编辑:程序博客网 时间:2024/04/27 21:47

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.

原创粉丝点击