<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><br><br>--- On <b>Sun, 12/19/10, Shelley & Kurt Kemperman <i><ksckemperman@chartermi.net></i></b> wrote:<br>From: Shelley & Kurt Kemperman <ksckemperman@chartermi.net><br>Subject: Re: [Koha] Imported records not found in catalog search<br>To: "Shelley & Kurt Kemperman" <ksckemperman@chartermi.net><br>Cc: "koha mailing list" <koha@lists.katipo.co.nz><br>Received: Sunday, December 19, 2010, 6:02 PM<br><br><div id="yiv1258888916">OK, a simple google search defined zebra for me, but second question still applies - how do know if it's running?<br>
<br><br>To know whether zebra is running: do:<br><br>ps -ef | grep zebrasrv<br><br>It should return something like:<br>marty@debian:~$ ps -ef | grep zebrasrv<br>koha 3281 1 0 20:39 ? 00:00:00 daemon --name=koha-zebra-ctl.koha --errlog=/var/log/koha/koha-zebradaemon.err --stdout=/var/log/koha/koha-zebradaemon.log --output=/var/log/koha/koha-zebradaemon-output.log --verbose=1 --respawn --delay=30 --user=koha koha -- /usr/bin/zebrasrv -v none,fatal,warn -f /etc/koha/koha-conf.xml<br>koha 3282 3281 4 20:39 ? 00:00:00 /usr/bin/zebrasrv -v none,fatal,warn -f /etc/koha/koha-conf.xml<br>marty 3284 3244 0 20:39 pts/0 00:00:00 grep zebrasrv<br><br>( To compare: if it is not running you will get something like
this:<br>marty@debian:~$ ps -ef | grep zebrasrv<br>marty 3274 3244 0 20:34 pts/0 00:00:00 grep zebrasrv )<br><br><br>
</div><br></td></tr></table><br>