source: other-projects/hathitrust/vagrant-solr-cluster/trunk/modules/zookeeper/templates/solr-start-all.sh@ 30989

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

Changes to better suit EF set used with solr

File size: 177 bytes
Line 
1#!/bin/bash
2
3for node in <%= @solr_1 %> <%= @solr_2 %> <%= @solr_3 %> ; do
4# ssh $node solr-start-node.sh
5 ssh $node solr start -c -z zookeeper:2181 -h $node:8983'
6done
7
8
Note: See TracBrowser for help on using the repository browser.