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

Last change on this file since 31098 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: 195 bytes
Line 
1#!/bin/bash
2
3for solr_node in $SOLR_NODES ; do
4 solr_host=${solr_node%:*}
5 echo "Starting solr cloud node on: $solr_host"
6 ssh $solr_host solr start -c -z $ZOOKEEPER_SERVER -h $solr_node
7done
Note: See TracBrowser for help on using the repository browser.