postgres コンテナに異状が生じている
postgres 自体または postgres へのアクセスに問題がある場合、以下のような障害パターンが見られることがあります。
標準シングル構成
postgres コンテナが停止している
NG サービスの内容:
postgres status: ERROR "could not translate host name \"postgres\" to address: Name does not resolve\n"
kompira status: ERROR "Dependent services (postgres) are not running"
kengine status: ERROR "Dependent services (postgres) are not running"
jobmngrd status: ERROR "Dependent services (postgres) are not running"
kengine ログに「nc: bad address 'postgres'」というエラーが記録されているをご覧ください。
外部 DB シングル構成
外部 DB アクセス問題
NG サービスの内容:
postgres status: ERROR "connection to server at <ip, port> failed: timeout expired\n"
kompira status: ERROR "Dependent services (postgres) are not running"
kengine status: ERROR "Dependent services (postgres) are not running"
jobmngrd status: ERROR "Dependent services (postgres) are not running"
以下のログを調査してください
- kengine ログに「Is the server running on that host and accepting TCP/IP connections? Host is unreachable」というエラーが記録されている
- kengine ログに「Is the server running on that host and accepting TCP/IP connections? Connection refused」というエラーが記録されている
外部 DB 異常
外部 DB を利用する構成では、以下ようなエラーが生じることがあります。
pgpool を外部 DB として利用している構成では、以下ようなエラーが生じることもあります。
クラスタ構成
外部 DB アクセス問題
NG サービスの内容:
postgres status: ERROR "connection to server at <ip, port> failed: timeout expired\n"
kompira status: ERROR "Dependent services (postgres) are not running"
kengine status: ERROR "Dependent services (postgres) are not running"
jobmngrd status: ERROR "Dependent services (postgres) are not running"
以下の分析行ってください
- kengine ログに「Is the server running on that host and accepting TCP/IP connections? Host is unreachable」というエラーが記録されている
- kengine ログに「Is the server running on that host and accepting TCP/IP connections? Connection refused」というエラーが記録されている
外部 DB 異常
外部 DB を利用する構成では、以下ようなエラーが生じることがあります。
pgpool を外部 DB として利用している構成では、以下ようなエラーが生じることもあります。