#!/bin/bash for solr_node in $SOLR_NODES ; do echo $solr_node # ssh $solr_node solr start -c -z $ZOOKEEPER_SERVER -h $solr_node done