Re: Server Startup Error - Mailing list pgsql-performance

From Richard Huxton
Subject Re: Server Startup Error
Date
Msg-id 45E2E0A2.4070900@archonet.com
Whole thread Raw
In response to Server Startup Error  ("Gauri Kanekar" <meetgaurikanekar@gmail.com>)
List pgsql-performance
Gauri Kanekar wrote:
> Hi List,
>
> Machine was down due to some hardware problem.
>
> After then when i issue this command /usr/local/pgsql/bin/psql -l
> its giving me the following error
>
> psql: could not connect to server: No such file or directory
>        Is the server running locally and accepting
>        connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
>
> Can anybody tell me what going wrong??

Well, it's either looking in the wrong place or the server isn't
actually running.

1. Do your startup scripts start PG?
2. Is there a server process? "ps auxw | grep postgres"
3. What do your logfiles say?

--
   Richard Huxton
   Archonet Ltd

pgsql-performance by date:

Previous
From: "Gauri Kanekar"
Date:
Subject: Re: Server Startup Error
Next
From: Rodrigo Gonzalez
Date:
Subject: Re: Server Startup Error