LME fails to install, elasticsearch container is unhealthy #806
|
When attempting to install LME on RHEL9, LME constsantly fails to install. The installation hangs on the Kibana service start. The Kibana connection is refused when it attempts to connect, then the installation hangs on this step until it fails. We have attempted to install on both an offline and online device. When checking containers, it appears to only create an lme-elasticsearch container, with no other containers actually being created. |
Replies: 3 comments
|
Can you try running You can read the log and see where it is failing and send me that section. Don't send the whole thing as it has secrets in it. You probably want to wipe the old install first |
|
We were able to successfully resolve this issue. Apparently this issue occurs whenever RHEL9 is deployed in FIPS mode. Re-installing RHEL without FIPS mode and then running the LME installer allows it to go through without any issues. |
|
Thank you for locating that. Closing issue. |
We were able to successfully resolve this issue. Apparently this issue occurs whenever RHEL9 is deployed in FIPS mode. Re-installing RHEL without FIPS mode and then running the LME installer allows it to go through without any issues.