环境描述:
OS:centos 7.2
HGDB:4.1.1
后台日志报错如下:
LOG: semctl(1234567890, 0, IPC_RMID, ...) failed: Invalid argument
参考解决方法:
该设置同样会引起oracle asm及数据库实例崩溃
变通的解决方法:
1) Set RemoveIPC=no in /etc/systemd/logind.conf
2) Reboot the server or restart systemd-logind as follows:
# systemctl daemon-reload
# systemctl restart systemd-logind

本文介绍了一种CentOS 7.2环境下HGDB 4.1.1版本后台日志出现“semctl failed: Invalid argument”错误的情况,并提供了具体的解决步骤。通过修改/etc/systemd/logind.conf文件中的SetRemoveIPC参数并重启systemd-logind服务来解决问题。
4605

被折叠的 条评论
为什么被折叠?



