Thursday, May 16, 2013

Zebra Service for Koha

How to Start Zebra Service in Linux for Koha

After Installing Koha, you can check from the staff client, in the about koha page, bottom of the page.

root@gechlibrary:/build/koha-3.10.05# /usr/share/koha/bin/koha-zebra-ctl.sh stop
Stopping Zebra Server



root@gechlibrary:/build/koha-3.10.05# /usr/share/koha/bin/koha-zebra-ctl.sh start
Starting Zebra Server


and use ps aux |grep zebra to see the zebra service is on or not.

root@gechlibrary:/build/koha-3.10.05# ps aux |grep zebra
koha     11090  0.0  0.0   3676   548 ?        S    13:12   0: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/local/bin/zebrasrv -v none,fatal,warn -f /etc/koha/koha-conf.xml
koha     11091  1.0  0.2  27684  4888 ?        S    13:12   0:00 /usr/local/bin/zebrasrv -v none,fatal,warn -f /etc/koha/koha-conf.xml
root     11093  0.0  0.0   3304   764 pts/1    S+   13:12   0:00 grep zebra






No comments:

Post a Comment