You could use the zkcli.sh script to directly query your zookeeper ensemble and get the cluster status. See if that works for you.
On Tue, 5 Apr 2016, 17:28 preeti kumari, <preeti.bg...@gmail.com> wrote: > Hi Reth, > > I had already checked this but issue is it gives me info about shards/cores > hosted on one server where i am hitting the query not the whole cluster > info hosted on different servers. > > What i need is whole info about all shards/cores hosted on different > servers forming my collection. > > Thanks > Preeti > > On Tue, Apr 5, 2016 at 3:41 PM, Reth RM <reth.ik...@gmail.com> wrote: > > > Have you already looked at cluster status api? > > > > > https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-api18 > > > > > > On Tue, Apr 5, 2016 at 10:09 AM, preeti kumari <preeti.bg...@gmail.com> > > wrote: > > > > > Hi, > > > > > > I am using solr 5.2.1 . We need to configure F5 load balancer with > > > zookeepers. > > > For that we need to know whether our cluster as a whole is eligible to > > > serve queries or not. We can get cluster state using ping request > handler > > > but in solr 5.2.1 with distrib=true it gives exception(known bug in > solr > > > 5.2.1). So now I need : > > > > > > 1. Any way to get cluster state as a whole to see if cluster can serve > > > queries without going to individual solr nodes. > > > 2. If we can anyhow get this info from zookeepers > > > 3. can we make ping request handler with distrib=true work in solr > 5.2.1 > > > > > > Any info in this regard would be appreciated where i don't want to go > to > > > individual solr nodes. > > > > > > Thanks > > > Preeti > > > > > > -- Regards, Binoy Dalal