From: Ashutosh B. <ash...@en...> - 2013-04-09 08:55:32
|
Hi Abbas, I tried to follow the steps you have written for adding new node by applying the relevant patches. I restored the dump in new coordinator. But when I tried to reboot it with --coordinator, it tried to start a pooler process and exited because it couldn't start the pooler process. I have tried all the variations possible, but no success. Do you know what's happening here? [ashutosh@ubuntu coderoot]$BuildDir/bin/postgres --coordinator -D /tmp/data/coord2/ -p 10010 FATAL: lock file "/tmp/.s.PGPOOL.6667.lock" already exists HINT: Is another postmaster (PID 13354) using socket file "/tmp/.s.PGPOOL.6667"? LOG: pool manager process (PID 20170) exited with exit code 1 LOG: terminating any other active server processes LOG: startup process (PID 20169) exited with exit code 2 LOG: aborting startup due to startup process failure On Sat, Apr 6, 2013 at 12:22 AM, Abbas Butt <abb...@en...>wrote: > Attached please find an updated patch that includes the documentation > changes as you suggested. > I have also attached an html file that would eventually become a new > chapter in Server Administration section of the documentation. This html > lists the steps to be performed to add a new coordinator. > > > On Fri, Apr 5, 2013 at 5:23 PM, Ashutosh Bapat < > ash...@en...> wrote: > >> And BTW, we need corresponding document changes for this one. >> >> >> On Fri, Apr 5, 2013 at 5:48 PM, Ashutosh Bapat < >> ash...@en...> wrote: >> >>> Sorry, here's the updated patch. >>> >>> >>> On Fri, Apr 5, 2013 at 5:46 PM, Ashutosh Bapat < >>> ash...@en...> wrote: >>> >>>> Hi Abbas >>>> I reviewed your changes, they look good. I have made some minor >>>> changes. Please find them in attached patch. >>>> >>>> I want to test this in a scenario on adding new node. Can you please >>>> point me as to what steps I should follow? I don't want to lock the >>>> cluster, but do this >>>> 1. Take the dump of existing coordinator using this patch >>>> 2. initdb a new coordinator >>>> 3. boot and use this dump to update the coordinator >>>> >>>> Now with some magic this coordinator should be useful. Can you please >>>> provide me with the steps to do this? I will run those thus testing your >>>> patch. >>>> >>>> >>>> On Sun, Mar 31, 2013 at 12:14 AM, Abbas Butt < >>>> abb...@en...> wrote: >>>> >>>>> I just realized I had attached the wrong patch file with the previous >>>>> mail, please ignore the previous attachment and use the one attached with >>>>> this email for review. >>>>> >>>>> >>>>> On Fri, Mar 29, 2013 at 5:33 PM, Abbas Butt < >>>>> abb...@en...> wrote: >>>>> >>>>>> Hi, >>>>>> Attached please find a revised patch that provides support in >>>>>> pg_dumpall to dump nodes and node groups if the command line option >>>>>> --dump-nodes is provided. >>>>>> >>>>>> I tested and found that pg_dumpall works as expected. >>>>>> >>>>>> >>>>>> On Wed, Mar 27, 2013 at 5:04 PM, Abbas Butt < >>>>>> abb...@en...> wrote: >>>>>> >>>>>>> Feature ID 3608376 >>>>>>> >>>>>>> On Sun, Mar 10, 2013 at 7:59 PM, Abbas Butt < >>>>>>> abb...@en...> wrote: >>>>>>> >>>>>>>> Hi, >>>>>>>> Attached please find a patch that adds support in pg_dump to dump >>>>>>>> nodes and node groups. This is required while adding a new node to the >>>>>>>> cluster. >>>>>>>> >>>>>>>> -- >>>>>>>> Abbas >>>>>>>> Architect >>>>>>>> EnterpriseDB Corporation >>>>>>>> The Enterprise PostgreSQL Company >>>>>>>> >>>>>>>> Phone: 92-334-5100153 >>>>>>>> >>>>>>>> Website: www.enterprisedb.com >>>>>>>> EnterpriseDB Blog: http://blogs.enterprisedb.com/ >>>>>>>> Follow us on Twitter: http://www.twitter.com/enterprisedb >>>>>>>> >>>>>>>> This e-mail message (and any attachment) is intended for the use of >>>>>>>> the individual or entity to whom it is addressed. This message >>>>>>>> contains information from EnterpriseDB Corporation that may be >>>>>>>> privileged, confidential, or exempt from disclosure under applicable >>>>>>>> law. If you are not the intended recipient or authorized to receive >>>>>>>> this for the intended recipient, any use, dissemination, >>>>>>>> distribution, >>>>>>>> retention, archiving, or copying of this communication is strictly >>>>>>>> prohibited. If you have received this e-mail in error, please notify >>>>>>>> the sender immediately by reply e-mail and delete this message. >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> -- >>>>>>> Abbas >>>>>>> Architect >>>>>>> EnterpriseDB Corporation >>>>>>> The Enterprise PostgreSQL Company >>>>>>> >>>>>>> Phone: 92-334-5100153 >>>>>>> >>>>>>> Website: www.enterprisedb.com >>>>>>> EnterpriseDB Blog: http://blogs.enterprisedb.com/ >>>>>>> Follow us on Twitter: http://www.twitter.com/enterprisedb >>>>>>> >>>>>>> This e-mail message (and any attachment) is intended for the use of >>>>>>> the individual or entity to whom it is addressed. This message >>>>>>> contains information from EnterpriseDB Corporation that may be >>>>>>> privileged, confidential, or exempt from disclosure under applicable >>>>>>> law. If you are not the intended recipient or authorized to receive >>>>>>> this for the intended recipient, any use, dissemination, >>>>>>> distribution, >>>>>>> retention, archiving, or copying of this communication is strictly >>>>>>> prohibited. If you have received this e-mail in error, please notify >>>>>>> the sender immediately by reply e-mail and delete this message. >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> -- >>>>>> Abbas >>>>>> Architect >>>>>> EnterpriseDB Corporation >>>>>> The Enterprise PostgreSQL Company >>>>>> >>>>>> Phone: 92-334-5100153 >>>>>> >>>>>> Website: www.enterprisedb.com >>>>>> EnterpriseDB Blog: http://blogs.enterprisedb.com/ >>>>>> Follow us on Twitter: http://www.twitter.com/enterprisedb >>>>>> >>>>>> This e-mail message (and any attachment) is intended for the use of >>>>>> the individual or entity to whom it is addressed. This message >>>>>> contains information from EnterpriseDB Corporation that may be >>>>>> privileged, confidential, or exempt from disclosure under applicable >>>>>> law. If you are not the intended recipient or authorized to receive >>>>>> this for the intended recipient, any use, dissemination, distribution, >>>>>> retention, archiving, or copying of this communication is strictly >>>>>> prohibited. If you have received this e-mail in error, please notify >>>>>> the sender immediately by reply e-mail and delete this message. >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> -- >>>>> Abbas >>>>> Architect >>>>> EnterpriseDB Corporation >>>>> The Enterprise PostgreSQL Company >>>>> >>>>> Phone: 92-334-5100153 >>>>> >>>>> Website: www.enterprisedb.com >>>>> EnterpriseDB Blog: http://blogs.enterprisedb.com/ >>>>> Follow us on Twitter: http://www.twitter.com/enterprisedb >>>>> >>>>> This e-mail message (and any attachment) is intended for the use of >>>>> the individual or entity to whom it is addressed. This message >>>>> contains information from EnterpriseDB Corporation that may be >>>>> privileged, confidential, or exempt from disclosure under applicable >>>>> law. If you are not the intended recipient or authorized to receive >>>>> this for the intended recipient, any use, dissemination, distribution, >>>>> retention, archiving, or copying of this communication is strictly >>>>> prohibited. If you have received this e-mail in error, please notify >>>>> the sender immediately by reply e-mail and delete this message. >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Own the Future-Intel(R) Level Up Game Demo Contest 2013 >>>>> Rise to greatness in Intel's independent game demo contest. Compete >>>>> for recognition, cash, and the chance to get your game on Steam. >>>>> $5K grand prize plus 10 genre and skill prizes. Submit your demo >>>>> by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2 >>>>> _______________________________________________ >>>>> Postgres-xc-developers mailing list >>>>> Pos...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers >>>>> >>>>> >>>> >>>> >>>> -- >>>> Best Wishes, >>>> Ashutosh Bapat >>>> EntepriseDB Corporation >>>> The Enterprise Postgres Company >>>> >>> >>> >>> >>> -- >>> Best Wishes, >>> Ashutosh Bapat >>> EntepriseDB Corporation >>> The Enterprise Postgres Company >>> >> >> >> >> -- >> Best Wishes, >> Ashutosh Bapat >> EntepriseDB Corporation >> The Enterprise Postgres Company >> > > > > -- > -- > Abbas > Architect > EnterpriseDB Corporation > The Enterprise PostgreSQL Company > > Phone: 92-334-5100153 > > Website: www.enterprisedb.com > EnterpriseDB Blog: http://blogs.enterprisedb.com/ > Follow us on Twitter: http://www.twitter.com/enterprisedb > > This e-mail message (and any attachment) is intended for the use of > the individual or entity to whom it is addressed. This message > contains information from EnterpriseDB Corporation that may be > privileged, confidential, or exempt from disclosure under applicable > law. If you are not the intended recipient or authorized to receive > this for the intended recipient, any use, dissemination, distribution, > retention, archiving, or copying of this communication is strictly > prohibited. If you have received this e-mail in error, please notify > the sender immediately by reply e-mail and delete this message. > -- Best Wishes, Ashutosh Bapat EntepriseDB Corporation The Enterprise Postgres Company |