Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OS Kernel Parameters :Semmni fail (Oracle Database 11Gr2 on Centos7 Installation)

sanjay kumar royJul 27 2019 — edited Jul 27 2019

Dear All,

When i want to install Oracle Database 11g on CentoS 7 then comes

"OS Kernel Parameters :Semmni fail

Here is my /etc/sysctl.conf file output-

fs.aio-max-nr = 1048576

fs.file-max = 6815744

kernel.shmall = 2097152

kernel.shmmax = 536870912

kernel.shmmni = 4096

#kernel.sem = 250 32000 100 128

kernel.sem = 32000      1024000000      500     128

net.ipv4.ip_local_port_range = 9000 65500

net.core.rmem_default = 262144

net.core.rmem_max = 4194304

net.core.wmem_default = 262144

net.core.wmem_max = 1048586

after install and restart the machine several times same error come

anybody here who can hep us? where we are doing wrong?

Comments
Post Details
Added on Jul 27 2019
2 comments
2,527 views