We have added several hundred items to our self hosted Koha instance and now when we try to find them by barcode they do not show up. Any ideas on what to check? Is there an indexer that might not be running? -- *Paul Dokken* Information and Digital Technology System Administrator PO Box 248, Waxhaw, NC 28173 | jaars.org (c) 803.235.6861 | paul.dokken@jaars.org JUNGLE AVIATION AND RELAY SERVICE At JAARS, we commit to: Seek God Above All | Serve in Love | Act with Integrity | Steward God's Resources with Courage | Pursue Excellence | Collaborate with Respect | Create a Culture of Innovation
Hi, Paul, with the following three commands, you should be able to get an overview of what is or is not running—assuming that Zebra is the chosen indexing service: sudo koha-indexer --status {libraryName} sudo koha-zebra --status {libraryName} sudo systemctl status koha-common The results from the last command should have indicators that the other two are running. If something is NOT running, then you can start it individually with the "--start" command with the first two, or you can use the "restart" command with the third one. David Liddle System Administrator david.liddle@wycliff.de (but not for this list) Wycliff e.V., https://wycliff.de Seminar für Sprache und Kultur, https://spracheundkultur.org Internationales Tagungszentrum Karimu, https://karimu.de On Thu, Apr 3, 2025 at 7:42 PM Paul Dokken <paul.dokken@jaars.org> wrote:
We have added several hundred items to our self hosted Koha instance and now when we try to find them by barcode they do not show up. Any ideas on what to check? Is there an indexer that might not be running?
--
*Paul Dokken* Information and Digital Technology System Administrator
PO Box 248, Waxhaw, NC 28173 | jaars.org
(c) 803.235.6861 | paul.dokken@jaars.org
JUNGLE AVIATION AND RELAY SERVICE
At JAARS, we commit to: Seek God Above All | Serve in Love | Act with Integrity | Steward God's Resources with Courage | Pursue Excellence | Collaborate with Respect | Create a Culture of Innovation _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
David, Once again thank you for your help! The indexer, zebra and koha-common were all running. I did a sudo systemctl restart koha-common and now I can find items again. Anybody know what might have happened to cause this issue? Does anybody schedule a restart at night for their instance? Paul On Fri, Apr 4, 2025 at 6:49 AM David Liddle <david@liddles.net> wrote:
Hi, Paul, with the following three commands, you should be able to get an overview of what is or is not running—assuming that Zebra is the chosen indexing service:
sudo koha-indexer --status {libraryName} sudo koha-zebra --status {libraryName} sudo systemctl status koha-common
The results from the last command should have indicators that the other two are running. If something is NOT running, then you can start it individually with the "--start" command with the first two, or you can use the "restart" command with the third one.
David Liddle System Administrator david.liddle@wycliff.de (but not for this list)
Wycliff e.V., https://wycliff.de Seminar für Sprache und Kultur, https://spracheundkultur.org Internationales Tagungszentrum Karimu, https://karimu.de
On Thu, Apr 3, 2025 at 7:42 PM Paul Dokken <paul.dokken@jaars.org> wrote:
We have added several hundred items to our self hosted Koha instance and now when we try to find them by barcode they do not show up. Any ideas on what to check? Is there an indexer that might not be running?
--
*Paul Dokken* Information and Digital Technology System Administrator
PO Box 248, Waxhaw, NC 28173 | jaars.org
(c) 803.235.6861 | paul.dokken@jaars.org
JUNGLE AVIATION AND RELAY SERVICE
At JAARS, we commit to: Seek God Above All | Serve in Love | Act with Integrity | Steward God's Resources with Courage | Pursue Excellence | Collaborate with Respect | Create a Culture of Innovation _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
David Liddle -
Paul Dokken