Computing.Net > Forums > Unix > AIX problem, please help

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

AIX problem, please help

Reply to Message Icon

Name: Tim Lee
Date: August 18, 2003 at 20:50:26 Pacific
OS: AIX 5L
CPU/Ram: 2 CPU
Comment:

Hi,

We have installed an Oracle 9iAS on IBM 630 (5L). Then, I sometimes found the message:

"ksh: 0403-030 The fork function failed. Too many processes already exist."

I believe that the oracle user fork too many processes. According to the output of "lsattr -El sys0", the maxuproc is 128 which I believe is too small. Is anyone can tell me how to increase the limit or other suggestion?

Thanks a lot
Timothy Lee



Sponsored Link
Ads by Google

Response Number 1
Name: Jerry Lemieux
Date: August 18, 2003 at 21:05:53 Pacific
Reply:

128 is way too low. Check your Oracle documentation for the recommended setting. Change it as follows:

chdev -l sys0 -a maxuproc=

Also, go into /etc/security/limits and check the limits for user oracle (or whatever user you run Oracle as) and make the appropriate changes there. Do a man ulimit. AIX does ulimits a little differently than other versions of Unix. The command to change the /etc/security/limits file is:

chsec -f /etc/security/limits -s -a =

Do a man on chsec. I recommend you not edit the file directly, the command insures you don't hose up a stanza in the file.

Hope this helps

Jerry


0
Reply to Message Icon

Related Posts

See More


Search with Count grep variable with blank ...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: AIX problem, please help

Please help with one script www.computing.net/answers/unix/please-help-with-one-script-/4107.html

expect problem (please help me) www.computing.net/answers/unix/expect-problem-please-help-me/5409.html

please help me with awk, please www.computing.net/answers/unix/please-help-me-with-awk-please/3813.html