添加协调器时,PostgresXL pgxc_ctl连接被拒绝

时间:2018-09-24 12:45:24

标签: postgres-xl

https://github.com/bitnine-oss/postgres-xl-ha/blob/master/README.md上的以下教程中,尝试添加协调器(使用pgxc_ctl)时出现以下错误:

实际命令:

PGXC add coordinator master coord komp2 30001 30011 none none none

带来远程标准输出:

ssh aaron@komp2 "( PGXC_CTL_SILENT=1 initdb -D $dataDirRoot/coord --nodename coord ) > /tmp/skripsi_STDOUT_17620_12 2>&1" < /dev/null > /dev/null 2>&1
scp aaron@komp2:/tmp/skripsi_STDOUT_17620_12 /tmp/STDOUT_17620_13 > /dev/null 2>&1
The files belonging to this database system will be owned by user "aaron".
This user must also own the server process.
initdb: invalid locale settings; check LANG and LC_* environment variables
bash: /home/aaron/DATA/pgxl/nodes/coord/postgresql.conf: No such file or directory
bash: /home/aaron/DATA/pgxl/nodes/coord/pg_hba.conf: No such file or directory
ERROR: failed to find any running coordinatorStarting coordinator master coord
pg_ctl: directory "/home/aaron/DATA/pgxl/nodes/coord" does not exist
Done.
psql: could not connect to server: Connection refused
Is the server running on host "komp2" (192.168.38.21) and accepting
TCP/IP connections on port 30001?

可能是什么原因造成的?预先感谢

0 个答案:

没有答案