Project

General

Profile

Actions

CdmSearchIndexMaintenance » History » Revision 8

« Previous | Revision 8/15 (diff) | Next »
Andreas Kohlbecker, 05/07/2019 02:04 PM


Maintenance of the Lucene indexes of cdm instances

General

The index files are found on the servers usually at

/var/lib/cdmserver/index

Reindex

For Col: http://160.45.63.176/jenkins/job/REINDEX-col-catalogue-services/

For other instances http://160.45.63.176/jenkins/job/TRIGGER-cdmserver-reindex/

Reindex max 21 instances at the same time

The following chunks for edit-production have been used last time (2018-06-28)

cichorieae
palmae
cyprus
caryophyllales
caryophyllales_spp
flora-cuba
salvador
caryo_nepenthaceae
edaphobase
flora-greece
algaterra_new
rubiaceae_mexico
corvidae
campanulaceae
additivity_ontology
asteraceae
oxalis
myristicaceae
rl_animalia_final
flora-malesiana
flora-malesiana-clean
flore-gabon
flora-guianas
algaterra
euromed
euromed_caucasus
globis
vibrant_index
flora-central-africa
rl_standardliste
rl_plantae
rl_moose
rl_mammalia
rl_animalia
rl_armeria_demo
rl_german_sl
flora-malesiana-prospective
caryo_amaranthaceae
caucasus
diptera
bromeliaceae
pib_chenopodiumPilot
pib_antsPilot
pib_campylopusPilot

Col needs to be for reduced set of CDM classes to keep the indexing time as short as possible (REINDEX-col-catalogue-services)

col
vibrant_index # skipped

The following chunks for edit-test have been used last time (2018-09-18)

phycobank
phycobank_production
cyprus
rem_conf_am
cdm_campanulacea
cdm_additivity_test
euromed
roteliste_animalia
flora_cuba
test1
roteliste_german_sl
edaphobase_test
corvidae
palmae
cichorieae
fauna_europaea
caryo_nepenthes
caryo_spp
flora_malesiana
salvador
roteliste_standardliste
roteliste_moose
roteliste_plantae

The cdm-server provides the list of installed instances via the instances.jsp webservice:

  • edit-production: curl -s http://api.cybertaxonomy.org/instances.jsp | jq '.[].configuration.instanceName' | tr -d "\""
  • edit-test: curl -s http://160.45.63.175:8080/cdmserver/instances.jsp | jq '.[].configuration.instanceName' | tr -d "\""

Updated by Andreas Kohlbecker almost 5 years ago · 8 revisions