Re: Setting up High Availability Group of PostgreSQL instances using RedHat Cluster Suite

From: Terry Khatri <terrykhatri531(at)gmail(dot)com>
To: Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Setting up High Availability Group of PostgreSQL instances using RedHat Cluster Suite
Date: 2012-12-25 16:18:50
Message-ID: CANH4f+gtL2JhOKb-Z2fFbjhONkvv1mSyQBdQKf2GbCQr0RcfaQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hey Devrim

Thanks for your reply, I did some googling since my last post and finally
configured the pg cluster with RedHat the way I wanted it works so well and
we amazed, the link that you sent to your guide helped a lot too.

Again thank you very much for your assistance.
Regards
Terry

On 25 December 2012 21:00, Devrim GÜNDÜZ <devrim(at)gunduz(dot)org> wrote:

>
>
> On Sun, 2012-12-16 at 03:25 +0500, Terry Khatri wrote:
>
>
> > I am having an issue with postgres service on redhat cluster suite
> > (Rehl6), the service gets started on 2 nodes out of 3, is that the
> > right behaviour ?
>
> Depends.
>
> > I would like it to be restricted to 1 node at a time becuase I am
> > also doing replication and when the service gets started on 2 nodes
> > the slaves get stuck as the masters on both nodes generate their own
> > wall segments.in the same folder on shared san disk on GFS2
>
> This is a bit strange. If they are using the same $PGDATA, how can they
> start at the same time?
>
> I'd start with setting ordered=1 and restricted=0 in cluster.conf. Also
> make sure that you have disabled both postgresql init scripts to start
> on boot.
>
> Let me know if these don't help.
>
> Regards,
> --
> Devrim GÜNDÜZ
> Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
> PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
> Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
> http://www.gunduz.org Twitter: http://twitter.com/devrimgunduz
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message jmriera 2012-12-26 13:19:18 Re: CFEngine policies to set up PostgreSQL
Previous Message Devrim GÜNDÜZ 2012-12-25 16:00:31 Re: Setting up High Availability Group of PostgreSQL instances using RedHat Cluster Suite