source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/gslis-cluster/SCRIPTS/nema-solr-stop-all.sh@ 31161

Last change on this file since 31161 was 31106, checked in by davidb, 7 years ago

Scripts to help run an rsync'd copy of gslistcluster1 /tmp/gcX-solr-shard files

  • Property svn:executable set to *
File size: 199 bytes
Line 
1#!/bin/bash
2
3for solr_node in $SOLR_NODES ; do
4 solr_host=${solr_node%:*}
5 solr_port=${solr_node##*:}
6 echo "Stopping Solr cloud node: $solr_host [port $solr_port]"
7 solr stop -p $solr_port
8done
Note: See TracBrowser for help on using the repository browser.