The ZkCli cmd line tool allows you to pull config down too - so just pull the latest down, update it, and push it back up.
Alternatively, there may be ZK UI tools that let you do this if you look. - Mark On May 2, 2013, at 1:45 AM, Furkan KAMACI <furkankam...@gmail.com> wrote: > I use the same folder naming convention of Solr example for my Solr 4.2.1 > cloud. I have a collection1 folder and under it I have a conf folder. When > I starting up my first node, I indicate that: > > -Dsolr.solr.home=./solr -Dsolr.data.dir=./solr/data -DnumShards=5 > -Dbootstrap_confdir=./solr/collection1/conf -Dcollection.configName=myconf > > when I use external Zookeeper ensemble. > > However I see that Zookeeper keeps that config file. What should I do when > I startup new nodes at my SolrCloud. Should I remove conf folder from > sources and -Dbootstrap_confdir=./solr/collection1/con parameter from > startup parameters because of Zookeeper keeps it? Also what should I do if > I have multiple configs at Zookeeper, how can I indicate my new starting up > instance to use which config at Zookeeper?