You are here: Beat » SolR

Solr installieren

18 March 2025 - 21:37 | Version 10 |

Worum geht es?

Aktueller Stand

  • Solr 9.8.0 ist inatalliert und läuft
  • Was noch nicht läuft ist das stoppen via service

Schritte

Was liegt wo?

  • Software: /opt/solr
  • Daten: /var/solr
  • Config: /etc/default/solr.in.sh

Configset kopieren statt ln -s machen

ln -s /solr/configsets/foswiki_configs

monit-Überwachung für solr

root@arbeitsgruppe /etc/monit/conf-enabled# more solr
check process solr with pidfile /var/solr/solr-8983.pid
  start program = "/bin/system solr start"
  stop program  = "/bin/system solr stop"
  if failed port 8983 protocol http
    with timeout 15 seconds
    then restart
  if 5 restarts within 5 cycles then timeout

This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding wiki.doebe.li? Send feedback
This page was cached on 24 May 2025 - 20:14.