Thank you for the quick answer. I learned now how to use the Collections API.
Is there a "better" way to issue the commands then to enter them into the Browser as URL and getting back JSON? 2015-08-19 22:23 GMT+02:00 Erick Erickson <erickerick...@gmail.com>: > No, nothing. The graphical view shows collections and the associated > replicas. > This new node has no replicas that are part of any collection, so it won't > show in the graphical view. > > If you create a new collection that happens to put a replica on the new > node, > it'll then show up as part of that collection in the graphical view. > > If you do an ADDREPLICA to the existing collection and specify the new > machine with the "node" parameter, see: > > https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-api_addreplica > > then it should show up. > > On Wed, Aug 19, 2015 at 12:42 PM, Merlin Morgenstern > <merlin.morgenst...@gmail.com> wrote: > > I have a Solrcloud cluster running with 2 nodes, configured with 1 shard > > and 2 replica. Now I have added a node on a new server, registered with > the > > same three zookeepers. The node shows up inside the tree of the Solrcloud > > admin GUI under "live nodes". > > > > Unfortunatelly the new node is not inside the graphical view and it > shows 0 > > cores available while the other admin interface shows the available > core. I > > have also shutdown the second replica server which is now grayed out. But > > still third node not available. > > > > Is there something I have to do in order to add a node, despite > registering > > it? This is the startup command I am using: > > bin/solr start -cloud -s server/solr2 -p 8983 -z > zk1:2181,zk1:2182,zk1:2183 > > -noprompt >