- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- Elastic search installation fails
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2024 08:47 PM
07-07-2024 08:47 PM
Elastic search installation fails
Hello,
I am trying to install a 3 node HA as per the documentation provided. I have successfully installed mysqldb and confirmed it be working. when I try to reconfigure the instance, the execution is struck at the following stage
The following is my morpheus.rb file
What could potentialy be causing an issue here (tried turning off firewall too)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 11:39 PM
07-23-2024 11:39 PM
Re: Elastic search installation fails
The issue was with the max map count. Set that to 262144 or more to get the issue resolved. Thanks @kgawronski and @jwheeler for your responses
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 09:01 AM
07-08-2024 09:01 AM
Re: Elastic search installation fails
Hi @srisharaan!
I’d recommend if your Elastic is getting stuck here to do the following:
- Cancel the reconfigure with
CTRL+C
- Restart the Elasticsearch service with the following command:
morpheus-ctl restart elasticsearch
- Attempt to run another
morpheus-ctl reconfigure
This may get the service running so the reconfigure will complete, or maybe provide some additional information for troubleshooting
If you continue to have issues, I’d recommend opening a support case so it can be troubleshooted more.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 01:51 PM
07-08-2024 01:51 PM
Re: Elastic search installation fails
Just to add some detail, reconfigure is checking on and waiting for port 9200 to be open. Looks like es is already running so would check /var/log/morpheus/elasticsearch/current to see if there is a startup issue and netstat -na | grep 9200