Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E39BB18277 for ; Mon, 30 Nov 2015 14:51:29 +0000 (UTC) Received: (qmail 27985 invoked by uid 500); 30 Nov 2015 14:51:25 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 27916 invoked by uid 500); 30 Nov 2015 14:51:25 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 27719 invoked by uid 99); 30 Nov 2015 14:51:25 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2015 14:51:25 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id EB36CC8845 for ; Mon, 30 Nov 2015 13:35:36 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.487 X-Spam-Level: *** X-Spam-Status: No, score=3.487 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id c3zkiff8SRvx for ; Mon, 30 Nov 2015 13:35:29 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 70E1842B1B for ; Mon, 30 Nov 2015 13:35:29 +0000 (UTC) Received: from mben.nabble.com (unknown [162.253.133.72]) by mwork.nabble.com (Postfix) with ESMTP id DA3BC2ED222D for ; Mon, 30 Nov 2015 05:36:38 -0800 (PST) Date: Mon, 30 Nov 2015 06:35:29 -0700 (MST) From: Mugeesh Husain To: solr-user@lucene.apache.org Message-ID: <1448890529048-4242681.post@n3.nabble.com> In-Reply-To: References: <381F9B61-154F-4405-8381-5689D6522DE9@apache.org> <88509080-9A1E-4CBB-ACA0-08F6D6CA889C@apache.org> Subject: Re: Setting up Solr on multiple machines MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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.