In the config file for pgxc_ctl you need to add the two properties below and list all the IP's that will be connecting to the cluster. By default it is local access only. Or you can go into every node and manually add the IP's to all the pg_hba.conf file instances on all the different nodes. The first option is a LOT easier.
In the config file for pgxc_ctl you need to add the two properties below and list all the IP's that will be connecting to the cluster. By default it is local access only. Or you can go into every node and manually add the IP's to all the pg_hba.conf file instances on all the different nodes. The first option is a LOT easier.
coordPgHbaEntries=(xxx.xxx.xxx.xxx/24 )
datanodePgHbaEntries=(xxx.xxx.xxx.xxx/24 )