On 7/5/2015 10:17 PM, Zheng Lin Edwin Yeo wrote: > I've just migrated to Solr 5.2.1 with external ZooKeeper 3.4.6. > > Whenever I tried to start Solr using these command, the Solr servers gets > started, but none of the cores is actually loaded. > - bin\solr.cmd start -cloud -z localhost:2181 > - bin\solr.cmd -cloud -p 8983 -s server\solr -z localhost:2181 > > I can only get the core to be loaded when I use the following command > - bin\solr.cmd -e cloud -z localhost:2181
After you have created the cloud example, you need different commands to restart or start those nodes. See the "Restarting Nodes" section of this page for some help with doing this: https://cwiki.apache.org/confluence/display/solr/Getting+Started+with+SolrCloud Thanks, Shawn