Member since
06-20-2025
3
Posts
0
Kudos Received
0
Solutions
06-23-2025
11:01 PM
I also had done passwordless sudo. But still fails in Install Agents page
... View more
06-20-2025
04:03 AM
I'm setting up a single-node Cloudera Manager 7.4.4 trial on a GCP Ubuntu 20.04 VM and running into an issue during the Install Agents step. The process fails with an authentication error when trying to connect to the host. Here’s what I’ve done so far: Created a user with sudo and passwordless privileges Set up passwordless SSH (tested with ssh $(hostname -I | awk '{print $1}') – works without password) Configured hostname and /etc/hosts (e.g., cloudera-1.localdomain) Installed OpenJDK 11 and set JAVA_HOME Started Cloudera Manager Server successfully (systemctl status shows it running) Port 7180 is open and accessible Using the .bin installer from the official CM 7.4.4 archive Despite all this, the agent install step fails with an authentication error. Has anyone encountered this before? Is there a specific SSH or hostname nuance I might be missing? Any help would be greatly appreciated!
... View more
Labels:
- Labels:
-
Cloudera Data Platform (CDP)
06-20-2025
03:20 AM
Any luck ? I have done same and still fails to authenticate on install agents page.
... View more