Re: If I want to move a core from one physical machine to another....

2010-10-28 Thread Gora Mohanty
On Thu, Oct 28, 2010 at 3:42 AM, Ron Mayer wrote: > If I want to move a core from one physical machine to another, > is it as simple as just >   scp -r core5 otherserver:/path/on/other/server/ > and then adding >     > on that other server's solr.xml file and restarting the server there? If "core

Re: If I want to move a core from one physical machine to another....

2010-10-28 Thread Ken Stanley
On Wed, Oct 27, 2010 at 6:12 PM, Ron Mayer wrote: > If I want to move a core from one physical machine to another, > is it as simple as just > scp -r core5 otherserver:/path/on/other/server/ > and then adding > > on that other server's solr.xml file and restarting the server there? > > > >

RE: If I want to move a core from one physical machine to another....

2010-10-28 Thread Ephraim Ofir
How is this better than replication? Ephraim Ofir -Original Message- From: Ken Stanley [mailto:doh...@gmail.com] Sent: Thursday, October 28, 2010 1:59 PM To: solr-user@lucene.apache.org Subject: Re: If I want to move a core from one physical machine to another On Wed, Oct 27, 2010

Re: If I want to move a core from one physical machine to another....

2010-10-28 Thread Ken Stanley
On Thu, Oct 28, 2010 at 8:07 AM, Ephraim Ofir wrote: > How is this better than replication? > > Ephraim Ofir > > It's not; for our needs here, we have not set up replication through SOLR. We are working through OOM problems/performance tuning first, then "best practices" second. I just wanted the