- Community Home
- >
- Software
- >
- HPE Ezmeral Software platform
- >
- Re: HPE Ezmeral Data Fabric (MapR) Installation Fa...
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
05-23-2024 02:05 AM
05-23-2024 02:05 AM
HPE Ezmeral Data Fabric (MapR) Installation Failed with rpcbind disabled
Background :
We are planning for a server update from MapR 6.2.0 to 7.7.0. Due to the change from a non-secure cluster to a secured cluster, we are doing fresh installation. We are using RHEL 8.6 and applied hardening based on CIS Red Hat Enterprise Linux 8 Benchmark - Level 1.
Problem:
We have masked rpcbind and rpcbind.socket in our environment:
During Installer installation, it failed with below error:
status: Unable to enable service rpcbind: Failed to enable unit: Unit file /etc/systemd/system/rpcbind.service is masked.
Is there anyway to disable nfs setup during installation so rpcbind won't be needed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 03:06 AM
05-23-2024 03:06 AM
Query: HPE Ezmeral Data Fabric (MapR) Installation Failed with rpcbind disabled
System recommended content:
Please click on "Thumbs Up/Kudo" icon to give a "Kudo".
Thank you for being a HPE valuable community member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2024 10:46 AM
05-26-2024 10:46 AM
Re: HPE Ezmeral Data Fabric (MapR) Installation Failed with rpcbind disabled
To be clear, how are you performing the installation? Are you using the installer or doing a manual installation? How many nodes are in the cluster?
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]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2024 07:02 PM - last edited on 05-29-2024 03:28 AM by support_s
05-26-2024 07:02 PM - last edited on 05-29-2024 03:28 AM by support_s
Re: HPE Ezmeral Data Fabric (MapR) Installation Failed with rpcbind disabled
@Dave Olker I have tested different kinds of installation for this issue.
The provided error occurs during both single node and 4-node cluster fresh installation with installer.
Below are the services I select during the installation (please ignore the version number):
- Tags:
- storage controller
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 08:32 AM - last edited on 09-16-2024 02:19 AM by support_s
05-27-2024 08:32 AM - last edited on 09-16-2024 02:19 AM by support_s
Re: HPE Ezmeral Data Fabric (MapR) Installation Failed with rpcbind disabled
I was able to reproduce this in my lab. Even when selecting to not install any NFS v3 or v4 and no Ecosystem components the installer is still checking for rpcbind:
2024-05-27 08:25:55,298 callbacks 415 [INFO]: Checking if rpcbind is started(service {
"enabled": "yes",
"name": "rpcbind",
"state": "started"
}) Unable to enable service rpcbind: Failed to enable unit: Unit file /etc/systemd/system/rpcbind.service is masked.
This is a design issue with the installer so it will take time to change the installer logic. I will open an engineering ticket to report this issue. My suggestion at this point would be to manually install the cluster without the Installer using the instructions here:
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]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 03:06 AM
05-29-2024 03:06 AM
Re: HPE Ezmeral Data Fabric (MapR) Installation Failed with rpcbind disabled
Sorry for the late reply.
I was setting up a testing environment and was still facing some error during manual installation.
The new environment is a single node Core 7.6.1 on RHEL 8.6 with openjdk 11.
Below core packages are installed:
Below is the config cmd:
# /opt/mapr/server/configure.sh -secure -genkeys -Z <hostname> -C <hostname> -N my.cluster.com -F /tmp/disklist
The config finished without error but I can find some new error in gateway and cldb logs.
gatewayinit log is filled with below line and the log growth to 25G in less than 1 hour.
gatewayinit.log:2024-05-29 06:52:50,0864 : 535 Failed to connect to IPv4 [127.0.0.1]:0 error: 111 sock: 167
cldb log also shows some java error as below:
I tried the same installation approach after I unmask rpcbind and rpcbind.socket and reboot server and all these error are gone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 07:50 AM
05-29-2024 07:50 AM
Re: HPE Ezmeral Data Fabric (MapR) Installation Failed with rpcbind disabled
Sounds like there are dependencies on rpcbind even in manual deployment. The error you're seeing comes from our rpcbinding.cc code, and errno 111 is "ECONNREFUSED 111 Connection refused". This means there are hooks in the code to do an RPC binding, which I would expect requires contacting the rpcbind daemon, and since it is not running an errno 111 would make sense.
I can add this information to the engineering ticket I opened previously. However, the fact that our code is explicitly calling rpcbind outside of NFS tells me there may not be a good fix for this masking of rpcbind issue.
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]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 07:05 PM
05-29-2024 07:05 PM
Re: HPE Ezmeral Data Fabric (MapR) Installation Failed with rpcbind disabled
Thank you for the update.
We will continue our development with Core Version 7.1.0 at this moment.
Is there any way we can get an official statement stating that rpcbind service is an OS dependency for certain Core Service?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 08:29 PM
05-29-2024 08:29 PM
Re: HPE Ezmeral Data Fabric (MapR) Installation Failed with rpcbind disabled
Not at this time. I've got engineering looking into this to see if this dependency on rpcbind can be removed from the cluster installation process. I'll post when I have an update.
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]
