Steven --<br><br>If you do:<br><div style="margin-left: 40px;">ps -ef |grep zebra<br></div><br>you should find if zebra (or zebraqueue) is already running. Look in your installation for koha-zebra-ctl.sh and koha-zebraqueue-ctl.sh. They do what you'd expect, control zebrasrv and zebraqueue. You can find the logs for zebra in the locations specified by those files in the lines similar to:<br>
<br><div style="margin-left: 40px;">LOGDIR=/home/atz/koha/log<br>ERRLOG=$LOGDIR/koha-zebradaemon.err<br></div><br>If you have loaded any records, run:<br><div style="margin-left: 40px;">misc/migration_tools/rebuild_zebra.pl<br>
</div><br>It will reply with intelligible details on available options you might use. After that, with zebrasrv running, you should get results in OPAC, or else important error messages in your error log. <br><br>--Joe Atzberger,<br>
LibLime<br><br><div class="gmail_quote">On Wed, May 28, 2008 at 1:53 PM, Steven Owley <<a href="mailto:steveno@ohionet.org">steveno@ohionet.org</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello everyone,<br><br>If I follow the Koha 3 beta INSTALL file's instructions, I am left wondering whether Zebra is set up and ready to go, or if there is more to do. I can't seem to find any docs on this. <br>
<br>
Does anyone point me to "what's next" with regard to Zebra on K3b? <br><br>Also, does Zebra require a startup script in init.d if I want to run it daemonized, or is it already configured to start up that way?<br>
</blockquote></div><br>