When I use the Zookeeper CLI utility, I'm not sure if the configuration is 
uploading correctly.
How can I tell?

This is the command I am issuing -
./zkCli.sh -cmd upconfig -server 127.0.0.1:2181 -confdir 
/data/v8p/solr/root/conf -confname defaultconfig -solrhome /data/v8p/solr

Then checking with this -
[zk: localhost:2181(CONNECTED) 0] ls /
[aliases.json, live_nodes, overseer, overseer_elect, collections, zookeeper, 
clusterstate.json]


But I don't see any config node.

One thing to note - I have multiple cores but the configs are located in a 
common dir.
Maybe that is causing a problem.

Sorl.xml [simplified by removing additional cores]

<?xml version="1.0" encoding="UTF-8" ?>
<solr persistent="true" sharedLib="lib" zkHost="192.168.1.101:2181">
  <cores adminPath="/admin/cores">
    <core schema="/data/v8p/solr/root/schema/schema.xml" 
instanceDir="/data/v8p/solr/root/" name="wdsp" 
dataDir="/data/v8p/solr/wdsp2/data"/>
    <core schema="/data/v8p/solr/root/schema/schema.xml" 
instanceDir="/data/v8p/solr/root/" name="wdsp2" 
dataDir="/data/v8p/solr/wdsp/data"/>
  </cores>
</solr>


Am I overlooking something obvious?

Thanks!



Jeremy D. Branham
Performance Technologist II
Sprint University Performance Support
Fort Worth, TX | Tel: **DOTNET
http://JeremyBranham.Wordpress.com<http://jeremybranham.wordpress.com/>
http://www.linkedin.com/in/jeremybranham


________________________________

This e-mail may contain Sprint proprietary information intended for the sole 
use of the recipient(s). Any use by others is prohibited. If you are not the 
intended recipient, please contact the sender and delete all copies of the 
message.

Reply via email to