问题: 在初始化过程中,如到以下问题:

gpadmin-[FATAL]:-Failed to complete obtain psql count Master gp_segment_configuration  Script Exiting!
Script has left Greenplum Database in an incomplete state

 

解决方法:

echo "RemoveIPC=no" >> /etc/systemd/logind.conf
/bin/systemctl restart systemd-logind.service

 

这个解决方案在Ubuntu greenplum-db-oss 5.4.1 场景下一样可用 

参考网址:https://github.com/greenplum-db/gpdb/issues/197

 

相关文章:

  • 2021-06-27
  • 2021-06-11
  • 2021-04-28
  • 2021-10-10
  • 2021-09-15
猜你喜欢
  • 2021-07-18
  • 2021-10-13
  • 2021-07-07
  • 2021-10-05
  • 2021-05-13
  • 2021-06-30
  • 2022-12-23
相关资源
相似解决方案