From: | "Ed L(dot)" <pggeneral(at)bluepolka(dot)net> |
---|---|
To: | "Mona Gamboa" <mona(at)loopone(dot)com>, <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: please help--database just locks up. |
Date: | 2003-02-17 23:06:56 |
Message-ID: | 200302171606.56921.pggeneral@bluepolka.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Is it reproduceable after a restart? Can you dump the production
data, reload on a test cluster, and reproduce it with any
consistency?
Can you post the output of these commands?
uname -a
export PGDATA=/path/to/your/data
egrep '^log_|lock' $PGDATA/postgresql.conf
cat $PGDATA/postmaster.pid
ps augxwww | egrep 'postgres|postmaster|PID'
psql -d template1 -c "select version()"
uptime
df $PGDATA
Regards,
Ed
On Monday February 17 2003 3:16, Mona Gamboa wrote:
> we are running linux and postgres7.3.2 in a production environment.
>
> the database just 'locks ups.' if i try to get into psql X [where
> X is my database or template 0 or template 1] it just sits there.
> the log files don't say anything......there's no indication as to
> what is happening.
>
> if i look at top it says 100% idle, and the postmaster is
> supposedly still running, as i see it when i do a ps auuwx| grep
> ^postgres....
>
> can anybody please help me figure out how to find out what's
> happening?
>
> thank you so much,
>
> Mona Gamboa
From | Date | Subject | |
---|---|---|---|
Next Message | Lee Harr | 2003-02-17 23:25:04 | Re: best way to make incremental back-ups? |
Previous Message | Ed Loehr | 2003-02-17 22:58:58 | Re: please help--database just locks up. |