As in [Real_Server_Configuration], we've assigned the following:
First, we create template of coord1 at node01 as follows:
[main]$ ssh node01 [node01]$ initdb --nodename=coord1 -D /home/postgresxc/pgxc/coordinator [node01]$
initdb creates template of coordinator and datanode and creates initial database called postgres.
Now you should add several lines of configuration parameters to postgresql.conf file.
It is very simple. Do as follows:
[node01]$ cat >> /home/postgresxc/pgxc/coordinator/postgresql.conf