Re: Getting FATAL: terminating connection due to administrator command

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: peter(dot)hopfgartner(at)r3-gis(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Getting FATAL: terminating connection due to administrator command
Date: 2010-09-15 14:07:41
Message-ID: 4564.1284559661@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Peter Hopfgartner <peter(dot)hopfgartner(at)r3-gis(dot)com> writes:
> Since some days we are getting the above message.
> Also in the PostgreSQL logs we get:
> FATAL: terminating connection due to administrator command

This is a result of something sending SIGTERM to the backend process.

I have heard reports of "load management" software that SIGTERM's
processes more or less at random whenever it decides the system is
overloaded. If you have any such junkware installed on your server,
try disabling it.

> The server is from Dell, Dell's hardware monitoring, OpenManage, says that the hardware, in particular memory and disk, are ok.

Never dealt with OpenManage before, but you should cast a wary eye
upon any Dell-specific software on the machine. This behavior is
definitely not normal for Unix systems, so you need to look for
nonstandard software (and what's more, nonstandard software running with
root privileges, else it couldn't SIGTERM postgres processes).

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gary Fu 2010-09-15 14:09:14 Re: select sql slow inside function
Previous Message Karsten Hilbert 2010-09-15 13:59:01 Re: Getting FATAL: terminating connection due to administrator command