On your slave,

solr_hostname should be localhost
and
master_host should be the hostname of your master server

Check out the following Wiki for a full description of the variables in
scripts.conf:

http://wiki.apache.org/solr/SolrCollectionDistributionScripts

Bill

On Thu, Sep 4, 2008 at 4:46 AM, dudes dudes <[EMAIL PROTECTED]> wrote:

>
> Hello All,
>
> I have taken the following steps to configure master and slave servers....
> However, the slave doesn't seem to sync with the master...
> Please let me know what I have done wrong ,,,
>
> both are nightly version 2008-7-7 on ubuntu machine java 1.6
>
> On the master machine:
>
> 1) the scripts.conf file .
>
> user=
> solr_hostname= localhost
> solr_port= 8983
> rsyncd_port= 18983
> data_dir=
> webapp_name= solr
> master_host=
> master_data_dir=
> master_status_dir=
>
> 2) Indexed some docs
>
> 3) Then I issued the following commands..
>
> ./rsyncd-enable; rsyncd-start
> ./snapshooter
>
> On the slave machine:
>
> 1) the scripts.conf file
>
> user=
> solr_hostname=mastereserver.companyname.com
> solr_port=8080
> rsyncd_port=18983
> data_dir=
> webapp_name=solr
> master_host=localhost
> master_data_dir=/root/masterSolr/apache-solr-nightly/example/solr/data/
>
> master_status_dir=/root/masterSolr/apache-solr-nightly/example/solr/logs/clients/
>
> 2) Then the following commands are issued:
>
> ./snappuller -P 18983
> ./snapinstaller
> ./commit
>
>
>
> 3) however on the stats.jsp it says numDocs=0 ( on the salve machine).
>
> thanks for your time and suggestions
> ak
>
>
>
>
>
> _________________________________________________________________
> Get all your favourite content with the slick new MSN Toolbar - FREE
> http://clk.atdmt.com/UKM/go/111354027/direct/01/
>

Reply via email to