Re: Shared disk

From: Christopher Browne <cbbrowne(at)acm(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Shared disk
Date: 2004-12-11 21:00:32
Message-ID: 3215fgF3hmlesU1@individual.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

  • Shared disk at 2004-12-09 03:32:51 from Nageshwar Rao

Browse pgsql-general by date

  From Date Subject
Next Message Ron Peterson 2004-12-11 21:32:36 Re: trouble with on insert rule via libpg-perl
Previous Message Michael Fuhr 2004-12-11 20:45:49 Re: relation "sql_features" does not exist