Re: postgresql cluster on SAN

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Lazaro Ruben Garcia Martinez <lgarciam(at)estudiantes(dot)uci(dot)cu>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: postgresql cluster on SAN
Date: 2010-09-09 03:10:17
Message-ID: 4C885019.5070301@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 09/08/10 8:02 PM, Lazaro Ruben Garcia Martinez wrote:
> Thank you very much for your answer, In the cluster that i said before
> I need only failover.
> In the documentation of postgresql I read about the Shared Disk
> Failover, this tecnique avoids synchronization overhead by having only
> one copy of the database. It uses a single disk array that is shared
> by multiple servers. If the main database server fails, the standby
> server is able to mount and start the database as though it was
> recovering from a database crash. This allows rapid failover with no
> data loss. One disadvantage is that the standby server should never
> access the shared storage while the primary server is running.
>
> For these resons is posible to use a SAN?

sure.

you'll also want cluster management software to coordinate that, such as
Heartbeat, Veritas Cluster Service, etc. most vendors who design
failover clusters use some sort of storage fencing, such that the
standby host *can't* access the shared storage until the 'fencing' is
switched. this is often done via port disable on a managed switch (FC
or Ethernet).

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2010-09-09 03:10:58 Re: postgresql cluster on SAN
Previous Message Lazaro Ruben Garcia Martinez 2010-09-09 03:02:18 Re: postgresql cluster on SAN