Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi
I am trying to install oracle application server on redhat advance server 4.
The installer checks the installaiton requirements and following is the output of that check in which its showing faiure while testing the values of msgmnb, msgmni, file-max
How to set correct values of these???
Checking security kernel parameters
Checking for shmall=2097152; found shmall=2097152. Passed
Checking for msgmnb=65535; found msgmnb=16384. Failed <<<<
Checking for semmns=32000; found semmns=32000. Passed
Checking for semopm=100; found semopm=100. Passed
Checking for msgmni=2878; found msgmni=16. Failed <<<<
Checking for shmmax=4294967295; found shmmax=2147483648. Failed <<<<
Checking for hardnofiles=1024; found hardnofiles=16384. Passed
Checking for VERSION=2.6.9-11.EL; found VERSION=2.6.9-22.ELsmp. Passed
Checking for file-max=206173; found file-max=65536. Failed <<<<
Checking for msgmax=8192; found msgmax=8192. Passed
Checking for shmmni=4096; found shmmni=4096. Passed
Checking for softnofiles=1024; found softnofiles=16384. Passed
Check complete. The overall result of this check is: Failed <<<<
Problem: The security parameters in the kernel do not meet the minimum requirements (see above).
Recommendation: Perform operating system specific instructions to update the kernel parameters, namely BIT_SIZE and noexec_user_stack.
=======================================================================
Where to set these parameter against which i am being returned FAILED?
Regards
To make those changes permenant you can add this line in your /etc/rc.d/rc.local file so the command will be automatically set if your system gets reseted.
Let me know when your problem gets solved
Last edited by imagineers7; 05-09-2006 at 04:07 AM.
Moved: This thread is more suitable in the Linux - General forum and has been moved accordingly to help your thread/question get the exposure it deserves.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.