You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Steve Pruitt <bp...@opentext.com> on 2017/12/06 16:36:25 UTC

RE: [EXTERNAL] - Re: Solr Cloud configuration

Thanks.  I understand.

-----Original Message-----
From: Shawn Heisey [mailto:apache@elyograg.org] 
Sent: Monday, December 04, 2017 11:58 PM
To: solr-user@lucene.apache.org
Subject: [EXTERNAL] - Re: Solr Cloud configuration

On 12/4/2017 12:11 PM, Steve Pruitt wrote:
> Getting my Solr Cloud nodes up and running took manually setting execution permissions on the configuration files and manually creating the logs and logs/archived folders under /opt/solr/server.  Even though I have my log folders set to var/solr/logs in the default/solr.in.sh file.
> 
> After getting Happy searching!
> 
> I opened the Admin Console and I see
> solr.data.home=
> solr.log.home = "/opt/solr/server/logs solr.solr.home = 
> "/opt/solr/server/solr
> 
> SOLR_ENV points to my default/solr.in.sh file where I have these properties set.

These paths sound like what Solr does when you manually start it, not what happens when you start the service.

In /opt/solr/bin, do you have a solr.in.sh file?  If you do, that file should be deleted or renamed.  The service install script will rename it to solr.in.sh.orig.

If your service is not named "solr" then you should absolutely never manually start Solr.  Even if the service is named solr, I would still never do a manual start.

Thanks,
Shawn