Re: Server Startup Error

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Server Startup Error
Дата
Msg-id 45E2E0A2.4070900@archonet.com
обсуждение исходный текст
Ответ на Server Startup Error  ("Gauri Kanekar" <meetgaurikanekar@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Gauri Kanekar"
Дата:
Сообщение: Re: Server Startup Error
Следующее
От: Rodrigo Gonzalez
Дата:
Сообщение: Re: Server Startup Error