centOs7安装Oracle11g出现semmni参数问题

VansLarry 2016-12-06 08:23:10
我已经在/etc/sysctl.conf中加入了kernel.sem = 250 32000 100 128,但是安装oracle的时候检测还是告诉我实际值为0.非常费解。
输入sysctl -p也得到的是128.请大神看看
...全文
15103 16 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
16 条回复
切换为时间正序
请发表友善的回复…
发表回复
binbincoder 2020-11-05
  • 打赏
  • 举报
回复 1
正解:这个问题如果配置文件中配置的有kernel.sem = 250 32000 100 128,可以忽略,不影响后续的安装
  • 打赏
  • 举报
回复
fs.aio-max-nr = 1048576 fs.file-max = 6815744 kernel.shmall = 2097152 kernel.shmmax = 536870912 kernel.shmmni =4096 kernel.sem = 250 32000 100 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 List of errors PRWF-7543: OS Kernel param etersemm ni"does not have propervalue on node localhost Expected=128 Found 0" Cause: Kernel param eter value does not meet the requirement Action: Modify the kernel param eter value to meet the requirement centos 7.5 oracle 安装内核 semmni参数,请问大神解决了吗?
cqyy725 2019-09-16
  • 打赏
  • 举报
回复
修改内核后,要sysctl -p 安装失败要删除 tmp文件
止水i 2019-06-20
  • 打赏
  • 举报
回复
引用 1 楼 cqyy725 的回复:
net.ipv4.icmp_echo_ignore_broadcasts = 1
net.ipv4.conf.all.rp_filter = 1
fs.file-max = 6815744
fs.aio-max-nr = 1048576
kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
net.ipv4.ip_local_port_range = 1025 65500
net.core.rmem_default = 262144
net.core.rmem_max= 4194304
net.core.wmem_default= 262144
net.core.wmem_max= 1048576

oracle soft nproc 2047

oracle hard nproc 16384

oracle soft nofile 1024

oracle hard nofile 65536

根据你实际情况改,关闭selinux
这个好像没有用试过了依旧还是参数实际值为0
clarelog 2019-03-14
  • 打赏
  • 举报
回复
引用 6 楼 原名星爷 的回复:
我也碰到类似情况,执行fixup.sh 提示当前值大于需求值,不需要修改。
oracle安装检查的时候又要报不足
sysctl -p 显示也是128

我也是,你这边解决了吗?
花好月圆 2019-03-13
  • 打赏
  • 举报
回复
解决了吗 请教
weixin_43320910 2019-03-09
  • 打赏
  • 举报
回复
kernel.sem = 250 32000 100 128
kernel.sem_next_id = -1
sysctl: reading key "net.ipv6.conf.all.stable_secret"
sysctl: reading key "net.ipv6.conf.default.stable_secret"
sysctl: reading key "net.ipv6.conf.enp2s0f1.stable_secret"
sysctl: reading key "net.ipv6.conf.lo.stable_secret"
sysctl: reading key "net.ipv6.conf.virbr0.stable_secret"
sysctl: reading key "net.ipv6.conf.virbr0-nic.stable_secret"
sysctl: reading key "net.ipv6.conf.wlp3s0.stable_secret"

同样的问题,这个怎么解决啊??????
lvzexin86 2018-08-12
  • 打赏
  • 举报
回复
[root@redhat /]# sysctl -a|grep sem
kernel.sem = 250 32000 100 128
kernel.sem_next_id = -1
sysctl: reading key "net.ipv6.conf.all.stable_secret"
sysctl: reading key "net.ipv6.conf.default.stable_secret"
sysctl: reading key "net.ipv6.conf.ens33.stable_secret"
sysctl: reading key "net.ipv6.conf.lo.stable_secret"


我也是装grid 安装检测提示 semmni 为 0 。但是我特么已经设置好了。。。蛋疼。
  • 打赏
  • 举报
回复
引用 楼主 VansLarry 的回复:
我已经在/etc/sysctl.conf中加入了kernel.sem = 250 32000 100 128,但是安装oracle的时候检测还是告诉我实际值为0.非常费解。 输入sysctl -p也得到的是128.请大神看看
版本的事情,我猜想楼主一定是在CentOS7以上版本进行的安装。你就没发现所有的教程几乎都是在7以下的版本中么?
fxf1517 2017-08-26
  • 打赏
  • 举报
回复
这个没关系的,直接下一步就可以了
原名星爷 2017-08-24
  • 打赏
  • 举报
回复
我也碰到类似情况,执行fixup.sh 提示当前值大于需求值,不需要修改。 oracle安装检查的时候又要报不足 sysctl -p 显示也是128
来大扫荡 2017-06-22
  • 打赏
  • 举报
回复
楼主问题解决了吗?求指教
sunmedia 2017-03-28
  • 打赏
  • 举报
回复
如果不知道怎么根据自己的实际调整,在安装页面下方有个超级链接,你点开,接受系统默认修正值即可
ITG_HH 2017-03-16
  • 打赏
  • 举报
回复
楼主,把解决方案公布一下呗
jimaobuhuantang 2016-12-20
  • 打赏
  • 举报
回复 3
同样的问题 楼主解决了吗?
cqyy725 2016-12-19
  • 打赏
  • 举报
回复
net.ipv4.icmp_echo_ignore_broadcasts = 1 net.ipv4.conf.all.rp_filter = 1 fs.file-max = 6815744 fs.aio-max-nr = 1048576 kernel.shmall = 2097152 kernel.shmmax = 2147483648 kernel.shmmni = 4096 kernel.sem = 250 32000 100 128 net.ipv4.ip_local_port_range = 1025 65500 net.core.rmem_default = 262144 net.core.rmem_max= 4194304 net.core.wmem_default= 262144 net.core.wmem_max= 1048576 oracle soft nproc 2047 oracle hard nproc 16384 oracle soft nofile 1024 oracle hard nofile 65536 根据你实际情况改,关闭selinux

19,620

社区成员

发帖
与我相关
我的任务
社区描述
系统使用、管理、维护问题。可以是Ubuntu, Fedora, Unix等等
社区管理员
  • 系统维护与使用区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧