How to run two zebra servers at once in one computer for multiple databases?
Dear Sir/Madam, I have created two databases namely koha and book in mysql for two different libraries with two different ip addresses for each. Also, i have created xml and conf files namely koha-httpd.conf, koha-conf.xml and book-httpd.conf, book-conf.xml files for each databases. Zebra server is also running well and i can index records from both database as well. But the problem is: when i try to index the records of database book only, it shows the indexed records from database koha also. Finally, I have studied the problem and i found that when i run zebra server, it exports records from both databases, so why even i try to index a record from one database it indexes from the other one as well. The zebra server keeps the records of both the databases combinely in the database called biblios of zebra. What i want is just to index the records of one database from its library only. Is it possible to give different port number to different database biblios of zebra such that every database i create will have different port number for biblios database of zebra server with different ip address. Also, is there any possibility to run two zebra servers at the same time for two different databases with different port addresses in the same computer. Please help me!! Thank you, with regards, Ashik Rajbhandari Kathmandu _________________________________________________________________ More than messages–check out the rest of the Windows Live™. http://www.microsoft.com/windows/windowslive/
It is possible to run two zebra servers on the same computer. I have this sort of setup. It will probably mean changing some values in book-conf.xml to point zebra at a different directory to store it's files. On Wed, 2009-04-29 at 16:12 +0000, ashik rajbhandari wrote:
Dear Sir/Madam,
I have created two databases namely koha and book in mysql for two different libraries with two different ip addresses for each. Also, i have created xml and conf files namely koha-httpd.conf, koha-conf.xml and book-httpd.conf, book-conf.xml files for each databases. Zebra server is also running well and i can index records from both database as well. But the problem is: when i try to index the records of database book only, it shows the indexed records from database koha also. Finally, I have studied the problem and i found that when i run zebra server, it exports records from both databases, so why even i try to index a record from one database it indexes from the other one as well. The zebra server keeps the records of both the databases combinely in the database called biblios of zebra. What i want is just to index the records of one database from its library only. Is it possible to give different port number to different database biblios of zebra such that every database i create will have different port number for biblios database of zebra server with different ip address. Also, is there any possibility to run two zebra servers at the same time for two different databases with different port addresses in the same computer.
Please help me!!
Thank you,
with regards,
Ashik Rajbhandari Kathmandu
______________________________________________________________________ check out the rest of the Windows Live™. More than mail–Windows Live™ goes way beyond your inbox. More than messages _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel -- Michael Hafen Systems Analyst and Programmer Washington County School District Utah, USA
for Koha checkout http://development.washk12.org/gitweb/ or git://development.washk12.org/koha
To be clear, you must run two zebrasrv processes, one for each. sudo cp /etc/init.d/koha-zebra-ctl.sh /etc/init.d/book-zebra-ctl.sh Then edit /etc/init.d/book-zebra-ctl.sh for the correct USER, GROUP, KOHA_CONF, etc. Make KOHA_CONF=/path/to/book-conf.xml Then run: sudo /etc/init.d/book-zebra-ctl.sh start And do rebuild_zebra (with -r -b -a) for both Kohas. -- Joe Atzberger LibLime - Open Source Library Solutions 2009/4/29 ashik rajbhandari <theashik@hotmail.com>
Dear Sir/Madam,
I have created two databases namely koha and book in mysql for two different libraries with two different ip addresses for each. Also, i have created xml and conf files namely koha-httpd.conf, koha-conf.xml and book-httpd.conf, book-conf.xml files for each databases. Zebra server is also running well and i can index records from both database as well. But the problem is: when i try to index the records of database book only, it shows the indexed records from database koha also. Finally, I have studied the problem and i found that when i run zebra server, it exports records from both databases, so why even i try to index a record from one database it indexes from the other one as well. The zebra server keeps the records of both the databases combinely in the database called biblios of zebra. What i want is just to index the records of one database from its library only. Is it possible to give different port number to different database biblios of zebra such that every database i create will have different port number for biblios database of zebra server with different ip address. Also, is there any possibility to run two zebra servers at the same time for two different databases with different port addresses in the same computer.
Please help me!!
Thank you,
with regards,
Ashik Rajbhandari Kathmandu
------------------------------ check out the rest of the Windows Live™. More than mail–Windows Live™ goes way beyond your inbox. More than messages<http://www.microsoft.com/windows/windowslive/>
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
participants (3)
-
ashik rajbhandari -
Joe Atzberger -
Michael Hafen