This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

pre-bundle Elasticsearch connect

Hi

    I upgrade old sentinel to 8.5.0.1 and see index service not start.

in previous discuss , Henk provide sentinel document let me reference.

https://www.microfocus.com/documentation/sentinel/8.5/s85-install/t4e6i397w7if.html

My sentinel server is single server appliance and no more server (so I have no external ElasticSearch.)

I saw the topic in document.

---------------------------------------------

Enabling Secure Communication between Sentinel Server and Pre-bundled Elasticsearch when there is no External Elasticsearch Cluster Setup

--------------------------------------------

I create a ca file which use default name ==>elastic-stack-ca.p12

and use the ca file to generate certificate for pre-bundle ElasticSearch ==>node-1.p12

then copy setting to elasticsearch.yml

but then I start sentinel (use rcsentinel start or sentinel startES) , the service start fail.

and I check elasticsearch.log...it show fail to load SSL Configuration.

In additional, I saw the java -version of sentinel 8.5.0.1 use 1.8.0.281 , when I run command it show the java not meet requirement.

even I use step 3/4 to change use sentinel JDK , the version change to 1.8.0_302, then do procedure again. I got the same result.

which step I did mistake ?? could provide me some suggestion ??

Thanks!!

Wencheng

  • 0

    I find the pre-bundle elasticsearch seem need java 11...but sentinel 8.5.0.1 appliance seem still use 1.8.0_281....

    where I could download  the latest java for sentinel 8.5.0.1 appliance for meet requirement ??

    Thanks!!

    Wencheng

  • 0

    final test result:

    it indeed install OpenJDK 11 , I install openJDK 11 from opensuse and modify java_sdk link to direct openJDK 11.

    then configure these step of elasticsearch procedure....it work fine.

    I use PatchCD of sentinel 8.5.0.1 upgrade , and it no openjdk11 ....

    where I could download it from SLES not from OpenSUSE ??

    Wencheng