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
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?
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.
Summary: Hi sorry for my bad english i started to study 2 lessons ago unix /// teacher gave me to write programm and i dont' know what the problem maybe some one can help me **** the program need to get one nu...
Summary: hi, i have a problem from last soem days. i have written a cript which set passwords for new users. but it gives me error. error is... open(slave pty): open(/dev/pts/6,rw) = -1 (permission denied) pa...
Summary: I have a txt file with description of many different variables, smt like: "....... $Start_engine -- starting engine $Kill_process -- kills a process $Find_Gates_and_kill_him -- search for a windows pc...