User manual

Troubleshooting
Zebra search not returning any results
Another common problem is Zebra searches don't return any results.
The No Result found message looks perfectly innocuous. Maybe you don't have
a match for the search term. But if this happens for search terms you know should
return results, then the first thing you should look at is the Zebra server.
My OPAC Header
No Result found !
No results match your search for "a" in My Library Name Catalog.
My OPAC Credits
L'dnoUSi)a`,.°3: cs:*ri.1,
We use the ps command to see if
zebrasry
is running:
koha@linux: /home /koha # ps -eaflgrep zebra
root
2032 1540
0 14:38 pts /0
00:00:00 grep zebra
In this case, there is no
zebrasry
process. To fix the problem, we need to start up
the
Zebra server. We execute the
zebrasry
command like this:
koha @ linux: /home /koha # zebrasry -f /etc /koha -dev /etc /koha- conf.xml &
Or, if we have the Zebra daemon service setup, we start the
server like this:
linux -4yut: /home /koha # sudo /etc /init.d /koha- zebra
- daemon start
Let's test if the server is up, again using the
ps
command:
kohamlinux: /home /koha # ps -eaflgrep zebra
root
2033 1540
0 14:39 pts /0
00:00:00 zebrasry -f /etc /koha-
dev /etc /koha -conf.xml
root
2046 1540
0 14:39 pts /0
00:00:00 grep zebra
[ 202 ]