- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Morpheus Reconfigure Hangs at `ruby_block[elastics...
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
06-19-2025 11:43 AM - last edited on 06-20-2025 02:30 AM by support_s
06-19-2025 11:43 AM - last edited on 06-20-2025 02:30 AM by support_s
Morpheus Reconfigure Hangs at `ruby_block[elasticsearch_wait]` on RHEL and other linux OS
During an upgrade or initial setup of the Morpheus appliance on RHEL 8 and other linux-based os, you may encounter a hang or stall at the following step when running:
sudo morpheus-ctl reconfigure
`
The process hangs specifically at:
* ruby_block[wait for elasticsearch service socket] action run (skipped due to not_if)
(up to date)
* ruby_block[elasticsearch_wait] action run
This behavior typically indicates that the Elasticsearch service cannot start. In many RHEL-based systems, this is due to the fapolicyd (File Access Policy Daemon) blocking the execution of required binaries.
Root Cause
fapolicyd is a security daemon introduced in RHEL 8 and its derivatives (like Rocky Linux) that enforces policies restricting which binaries can be executed. If it is running in **`BLOCK`** mode, it may deny access to:
* Elasticsearch components
* Ruby or embedded binaries used by Morpheus
* Scripts and services during the reconfigure process
This results in `morpheus-ctl reconfigure` hanging.
How to Identify the Issue:
1. Check if fapolicyd is running:
systemctl status fapolicyd
Solution
Temporarily Disable fapolicyd
sudo systemctl stop fapolicyd
sudo systemctl disable fapolicyd
Then rerun:
sudo morpheus-ctl reconfigure
This will allow the Morpheus services to start without interference.
Summary:
If you're running Morpheus on RHEL 8 / Rocky Linux 8, and encounter issues during `morpheus-ctl reconfigure`, particularly related to Elasticsearch or hanging Ruby blocks, `fapolicyd` is likely the root cause. Disabling it allows the configuration to proceed smoothly.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Tags:
- ProLiant Server