Re: Shared disk

Поиск
Список
Период
Сортировка
От Christopher Browne
Тема Re: Shared disk
Дата
Msg-id 3215fgF3hmlesU1@individual.net
обсуждение исходный текст
Ответ на Shared disk  (Nageshwar Rao <NageshwarR@PLANETASIA.COM>)
Список pgsql-general
No, you can't do this, at least not if you expect the two database
processes to run at the same time.

There are High Availability systems that work in somewhat this
fashion; both servers access the same disk.  But with a very precise
set of semantics:

  -> The database filesystem is only mounted on one system at a time

  -> The database process only runs on one system at a time

  -> If the HA system detects that one server has gone down, it
     "kicks" it to keep it down, and starts up services on the other
     one.
--
select 'cbbrowne' || '@' || 'gmail.com';
http://linuxfinances.info/info/postgresql.html
You don't *run* programs on Ultrix.
                - Mark Moraes
Right, you chase them.
                - Rayan Zachariassen

В списке pgsql-general по дате отправления:

Предыдущее
От: Karsten Hilbert
Дата:
Сообщение: Re: Questions on stored-procedure best practices
Следующее
От: Ragnar Hafstað
Дата:
Сообщение: Re: ERROR: relation "table" does not exist - HELP