[Pgpool-general] problem with installation and testing

Addison Pan addisonp at yahoo.com
Tue Mar 25 22:36:48 UTC 2008


Yup that worked out great, I have the 3 instances up now.  Thanks

Yoshiyuki Asaba <y-asaba at sraoss.co.jp> wrote: Hi,

From: Addison Pan 
Subject: Re: [Pgpool-general] problem with installation and testing
Date: Sun, 23 Mar 2008 21:59:53 -0700 (PDT)

> actually I didn't, that would explain it, now I just have to figure
>    out how to do that, thanks.  Will research on how to do this.  If
>    you have info on this I'd appreciate it too

Could you do the following operation?

1. Execute initdb three times.

  % initdb -D /data/5432
  % initdb -D /data/5433
  % initdb -D /data/5434


2. Edit "port" parameter in postgresql.conf to change port number.

  % vi /data/5433/postgresql.conf
  ...
  % vi /data/5434/postgresql.conf
  ...


3. Start three postgres processes.
  % pg_ctl -D /data/5432 start
  % pg_ctl -D /data/5433 start
  % pg_ctl -D /data/5434 start


4. Start pgpool.
  % pgpool ...

Regards,
--
Yoshiyuki Asaba
y-asaba at sraoss.co.jp
_______________________________________________
Pgpool-general mailing list
Pgpool-general at pgfoundry.org
http://pgfoundry.org/mailman/listinfo/pgpool-general


       
---------------------------------
Looking for last minute shopping deals?  Find them fast with Yahoo! Search.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://pgfoundry.org/pipermail/pgpool-general/attachments/20080325/44d49a19/attachment.html 


More information about the Pgpool-general mailing list