Hi, You should create below command on any of solr server.
bin/solr create -c mytestcollection -d data_driven_schema_configs -shards 2 -replicationFactor 2 it will display as mytestcollection-- 1.>shard1 2.>shard2 both of shard will be point to solr1(server) and solr2 respectively. -- View this message in context: http://lucene.472066.n3.nabble.com/Setting-up-Solr-on-multiple-machines-tp4242343p4242681.html Sent from the Solr - User mailing list archive at Nabble.com.