Hi Victor,
For me also it's a first post to the list. Even if I am quite old to solr,
I am a recent subscriber.
I guess you used install_solr_service.sh script for installing (either
directly or through ansible role, or another wrapper).
IIRC this script removes exec permission for some other commands,
including zkcli.
So you should first launch "sudo chmod a+x
server/scripts/cloud-scripts/zkcli.sh" , then you should be able to use the
command.
Let us know !
Vincent


Le mar. 1 sept. 2020 à 23:35, Victor Kretzer <victorkret...@gdcit.com> a
écrit :

> Thank you in advance. This is my first time using a mailing list like this
> so hopefully I am doing so correctly.
>
> I am attempting to setup SolrCloud (Solr 6.6.6) and an external zookeeper
> ensemble on Azure. I have three dedicated to the zookeeper ensemble and two
> for solr all running Ubuntu 18.04 LTS. I've been relying on the following
> documents:
>
>
>   *   Taking Solr to Production<
> https://lucene.apache.org/solr/guide/6_6/taking-solr-to-production.html#taking-solr-to-production
> >
>   *   Enbabling SSL<
> https://lucene.apache.org/solr/guide/6_6/enabling-ssl.html#enabling-ssl>
>
> I was able to complete the stand-alone portion of Enabling SSL on each of
> the solr machines and have successfully navigated to the Admin page using
> https://private.address/solr.
>
>
> I am now trying to complete the section, SSL with SolrCloud, but I cannot
> get past the Configure Zookeeper section. Whenever I try to run
> server/scripts/cloud-scripts/zkcli.sh it says:
> it says
> -bash: server/scripts/cloud-scripts/zkcli.sh: Permission denied
>
> I've tried using sudo server/...  but then it says:
> sudo: server/scripts/cloud-scripts/zkcli.sh: command not found
>
> What am I doing wrong? Any help getting this set up would be greatly
> appreciated.
>
> Thanks,
>
> Victor
>

Reply via email to