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