|
From: 鈴木 幸市 <ko...@in...> - 2014-03-03 01:07:23
|
You should specify each name such as node06 the host name you use to connect to the server. Also, the directory /root/pgxc, as specified pgxcInstallDir looks wrong. From the value, I’m afraid you’re trying to run pgxc_ctl as root. Please avoid this. You should assign different linux user name as the owner of postgres-xc cluster. From the configuration file, the owner and the user of postgres-xc cluster is postgres. So you should run pgxc_ctl as the user postgres. Please make sure to assign pgxcInstallDir the same as your make install target of postgres-xc build. This is exactly --prefix you should give to configure. It will reduce the confusion if you don’t give any more target directory in configure script. Regards; --- Koichi Suzuki 2014/02/28 23:12、Juned Khan <jkh...@gm...<mailto:jkh...@gm...>> のメール: Hi All, I just took my first step to configure postgre-xc using pgxc_ctl. I have follow some steps and prepared configuration file according to my need. But when i am trying to deploy this configuration getting erros : PGXC deploy all Deploying Postgres-XC materials to all the target servers. Prepare tarball to deploy ... tar: /root/pgxc: Cannot chdir: No such file or directory tar: Error is not recoverable: exiting now Deploying to the server node13. Deploying to the server node12. Deploying to the server node06. Deploying to the server node07. Deploying to the server node08. Deploying to the server node09. ssh: Could not resolve hostname node06: Name or service not known ssh: Could not resolve hostname node07: Name or service not known ssh: Could not resolve hostname node12: Name or service not known ssh: Could not resolve hostname node13: Name or service not known ssh: Could not resolve hostname node06: Name or service not known ssh: Could not resolve hostname node08: Name or service not known ssh: Could not resolve hostname node09: Name or service not known ssh: Could not resolve hostname node07: Name or service not known ssh: Could not resolve hostname node12: Name or service not known ssh: Could not resolve hostname node13: Name or service not known ssh: Could not resolve hostname node09: Name or service not known ssh: Could not resolve hostname node08: Name or service not known ssh: Could not resolve hostname node06: Name or service not known ssh: Could not resolve hostname node12: Name or service not known ssh: Could not resolve hostname node07: Name or service not known ssh: Could not resolve hostname node13: Name or service not known ssh: Could not resolve hostname node06: Name or service not known ssh: Could not resolve hostname node08: Name or service not known ssh: Could not resolve hostname node09: Name or service not known ssh: Could not resolve hostname node07: Name or service not known ssh: Could not resolve hostname node13: Name or service not known ssh: Could not resolve hostname node12: Name or service not known ssh: Could not resolve hostname node13: Name or service not known lost connection ssh: Could not resolve hostname node08: Name or service not known ssh: Could not resolve hostname node09: Name or service not known ssh: Could not resolve hostname node12: Name or service not known lost connection ssh: Could not resolve hostname node06: Name or service not known lost connection ssh: Could not resolve hostname node07: Name or service not known lost connection ssh: Could not resolve hostname node08: Name or service not known lost connection ssh: Could not resolve hostname node09: Name or service not known lost connection ssh: Could not resolve hostname node13: Name or service not known ssh: Could not resolve hostname node12: Name or service not known ssh: Could not resolve hostname node06: Name or service not known ssh: Could not resolve hostname node07: Name or service not known ssh: Could not resolve hostname node08: Name or service not known ssh: Could not resolve hostname node09: Name or service not known Deployment done. Thing which is confusing me is, even if i have removed some nodes from this file but still its trying to read it don't know where. Still i am trying to find out the issue, but if anyone give some suggestion or idea it will be appreciable. I have attached my configuration file. -- Thanks, Juned Khan iNextrix Technologies Pvt Ltd. www.inextrix.com<http://www.inextrix.com/> <pgxc_ctl_demo.ctl>------------------------------------------------------------------------------ Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own dashboards, set traffic alerts and generate reports. Network behavioral analysis & security monitoring. All-in-one tool. http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk_______________________________________________ Postgres-xc-general mailing list Pos...@li... https://lists.sourceforge.net/lists/listinfo/postgres-xc-general |