[Pgpool-general] problem with installation and testing

Yoshiyuki Asaba y-asaba at sraoss.co.jp
Mon Mar 24 08:30:52 UTC 2008


Hi,

From: Addison Pan <addisonp at yahoo.com>
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


More information about the Pgpool-general mailing list