2条回答
默认
最新
回答交流
提交
问题信息
请登录之后查看
附件列表
请登录之后查看
邀请回答
暂无人订阅该标签,敬请期待~~
墨值悬赏
安装Grid的时候,提示ASM实例数不足。预期2个,但在节点rac1上找到1个
报错如下:
Errors in file /u01/app/grid/diag/asm/+asm/+ASM2/trace/+ASM2_lgwr_71280.trc:
ORA-27157: OS post/wait facility removed
ORA-27300: OS system dependent operation:semop failed with status: 43
ORA-27301: OS failure message: Identifier removed
ORA-27302: failure occurred at: sskgpwwait1
2019-12-10T18:11:29.850155+08:00
Errors in file /u01/app/grid/diag/asm/+asm/+ASM2/trace/+ASM2_psp0_71242.trc:
ORA-27157: OS post/wait facility removed
ORA-27300: OS system dependent operation:semop failed with status: 43
ORA-27301: OS failure message: Identifier removed
ORA-27302: failure occurred at: sskgpwwait1
确定下操作系统是否为RHEL7.2,/etc/systemd/logind.conf文件中是否设置了RemoveIPC=YES或者没配置,如果是,如下:
在文件/etc/systemd/logind.conf设置 RemoveIPC=no
重启systemd-logind:
systemctl daemon-reload
systemctl restart systemd-logind
之后再次启动集群。
评论
有用 0
墨值悬赏