2.7 Starting and Exiting

A shell script has been set up on your machine for the Goobi viewer Indexer. Only this script should be used for starting and stopping.

Starting the Indexer

Use the following command to start the Goobi viewer Indexer:

systemctl start solrindexer

Exiting the Indexer

Use the following command to stop the Goobi viewer Indexer:

systemctl stop solrindexer

Status query

You can use the following command to check the current status of the Goobi viewer Indexer:

systemctl status solrindexer

Last updated