Search Postgresql Archives

Re: postgresql cluster on SAN

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 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).



--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux