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

Last change on this file since 31099 was 31098, checked in by davidb, 7 years ago

Changes resulting from test runs to get Zookeeper and Solr running on gsliscluster1

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