Menu

Pgxc_ctl_tutorial

Koichi Suzuki
There is a newer version of this page. You can find it here.

This page is now under the construction.

pgxc_ctl overview

Preparing pgxc_ctl

This section describes how to build and install pgxc>ctl.

First, you need to configure the build options as follows:

cd $PGCXSRC
./configure (your configuration options)

If you've done this to build Postgres-XC binaries, you don't have to do it again.

Then, build and install pgxc_ctl as follows:

cd $PGXCSRC
make
make install

Simple enough!

Configuring Postgres-XC step-by-step

Before you start

Before you start to configure Postgres-XC cluster, you need to determine several things and make hardware/software ready.

How many servers you need?

Postgres-XC owner and administrator

Postgres-XC component

  • gm
  • gtm_proxy
  • coordinator
  • datanode

Considering HA with slaves

Resources

  • Directory
  • Port

Configuring


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.