环境描述:

OS:centos 7.2

HGDB:4.1.1


后台日志报错如下:

LOG: semctl(1234567890, 0, IPC_RMID, ...) failed: Invalid argument
centos 7.2系统bug导致HGDB后台进程崩溃,数据库无法访问


参考解决方法:


该设置同样会引起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




相关文章:

  • 2021-06-25
  • 2021-11-19
  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2021-11-10
  • 2022-12-23
  • 2021-11-19
猜你喜欢
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-31
  • 2022-12-23
  • 2021-11-20
相关资源
相似解决方案