Use this syntax and see if it works. bin/solr start -e cloud -noprompt -z localhost:2181,localhost:2182,localhost:2183
On Mon, Feb 22, 2016 at 11:16 PM, bbarani <[email protected]> wrote: > I downloaded the latest version of SOLR (5.5.0) and also installed > zookeeper > on port 2181,2182,2183 and its running fine. > > Now when I try to start the SOLR instance using the below command its just > showing help content rather than executing the command. > > bin/solr start -e cloud -z localhost:2181,localhost:2182,localhost:2183 > -noprompt > > The below command works with one zookeeper host. > solr start -e cloud -z localhost:2181 -noprompt > > Am I missing anything? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SOLR-cloud-startup-poniting-to-zookeeper-ensemble-tp4259023.html > Sent from the Solr - User mailing list archive at Nabble.com. >
