|
From: Juned K. <jkh...@gm...> - 2014-03-03 07:30:10
|
I want to setup simple configuration with three VMs for testing, And after few days i have to setup same on live servers, but i have to test this out in locally first. On Mon, Mar 3, 2014 at 12:57 PM, Juned Khan <jkh...@gm...> wrote: > Hi Koichi, > > I didn't provide any path for configure script. > And now i am using postgres user to deploy that configuration file. > But its seems that its not reading that file, having same errors. > > my postgre-xc setup is under /usr/local/pgsql can i set this as install > directory ? > > But the problem is, its not reading my modified configuration file. > > Please advice. > > > > On Mon, Mar 3, 2014 at 6:37 AM, 鈴木 幸市 <ko...@in...> wrote: > >> 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...> のメール: >> >> 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 >> <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 >> >> >> > > > -- > Thanks, > Juned Khan > iNextrix Technologies Pvt Ltd. > www.inextrix.com > -- Thanks, Juned Khan iNextrix Technologies Pvt Ltd. www.inextrix.com |