Member since
02-07-2022
258
Posts
61
Kudos Received
36
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 423 | 10-18-2025 09:09 PM | |
| 378 | 10-02-2025 02:18 AM | |
| 387 | 10-01-2025 05:22 AM | |
| 1899 | 07-30-2025 09:33 PM | |
| 698 | 07-15-2025 07:28 PM |
03-10-2025
12:41 AM
Hello @Rafiy Can you please which issue are you facing now? Same one "unable to resolve either the CM url, CDP console, or localhost"
... View more
03-10-2025
12:01 AM
Hello @SIGOYI if you do not have Cloudera Management service installed till this point that it is expected You can install the same using the below steps >> So we setup those using the API CM UI >> Support >> API explorer >>Go to MgmtServiceResource Here expand the PUT (/cm/service (setup the cloudera management service) Click on this and try it out and then from the response body remove everything and execute Now CMS should be setup If this solves your problem, please accept the solution else please let me know if you have any further queries
... View more
03-09-2025
07:12 AM
Can you please fix the localhost thing nslookup localhost should resolve
... View more
03-07-2025
01:28 AM
So here is the error localhost is not resolving Please fix the /etc/hosts from any of the working node Check if the below lines are added or not 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
... View more
03-06-2025
08:49 PM
Hello @SIGOYI Just want to follow up Are you still facing issue if yes then lets capture the TCP dump on port 7182 of CM server and see if the request is reaching out to CM or not form the affected node
... View more
03-06-2025
08:48 PM
Hello, Thank you for your update Can you please confirm if you are able to ping localhost # nslookup localhost How many nameservers are present in /etc/resolv.conf
... View more
03-05-2025
10:13 PM
Hello @xiaocao Thank you for your update I was actually concerned with the below settings Use TLS Encryption for Agents Use TLS Authentication of Agents to Server Anyways if you are observing heartbeat success in the agent and server_host is correct set to CM server in /etc/cloudera-scm-agent/config.ini then two things we will need to check a.) CM Server logs (/var/log/cloudera-scm-server/cloudera-scm-server.log) on CM server host b.) capture network packet dump on CM side on port 7182 and analyze the packets on port 7182 whether client request is reaching or not
... View more
03-05-2025
08:01 PM
Hello @xiaocao You will need to uncheck the TLS options for the agent under the below path and then restart the CM server and agent CM UI >> Administation >> Settings >> Click on Security # systemctl restart cloudera-scm-server on agent # systemctl restart cloudera-scm-agent
... View more
03-05-2025
06:35 AM
Hello @xiaocao Thank you for your update Could you please confirm if TLS is enabled? If yes then which TLS Also I could see that nslookup is not working using IP address so can you please confirm the value of server_host in /etc/cloudera-scm-agent/config.ini if this a IP address then please replace it with hostname If possible, please upload the /etc/cloudera-scm-agent/config.ini Also from CM UI >> Administation >> Settings >> Click on Security
... View more
03-05-2025
04:06 AM
Hello @xiaocao Sorry, there was a typo Please run the below command # telnet <CM_SERVER_IP> 7182 # telnet <CM_SERVER_HOST> 7182 # systemctl status cloudera-scm-agent
... View more