Member since
02-07-2022
272
Posts
61
Kudos Received
39
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 43 | 06-17-2026 04:35 AM | |
| 43 | 06-17-2026 04:33 AM | |
| 1638 | 12-13-2025 08:09 PM | |
| 2410 | 10-18-2025 09:09 PM | |
| 1684 | 10-02-2025 02:18 AM |
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
03-05-2025
03:42 AM
Hello @xiaocao Can you check if all three PID's are cloudera process only # ps -ef | grep -i 15833 # ps -ef | grep -i 10429 # ps -ef | grep -i 15752 # netstat <CM_SERVER_IP> 7182 # netstat <CM_SERVER_HOST> 7182
... View more
03-05-2025
03:08 AM
Hello, Thank you for your update Did hard restarting the agent helped? # systemctl stop cloudera-scm-agent # systemctl stop cloudera-scm-supervisord # systemctl start cloudera-scm-agent Also can you share the output of below command from the affected node # rpm -qa | grep -i cloudera # free -mh # df -hT # netstat -tulpn | grep -i 9000 # netstat -tulpn | grep -i 9001
... View more
03-05-2025
02:51 AM
Hello @xiaocao Can you try hard restarting the agent once # systemctl stop cloudera-scm-agent # systemctl stop cloudera-scm-supervisord # systemctl start cloudera-scm-agent Also it this a new installation or was it registered earlier with some other CM server?
... View more
03-05-2025
01:56 AM
Hello @xiaocao Thank you for reaching out to Cloudera Support Can you please check the /etc/cloudera-scm-agent/config.ini once on the affected node. Is server_host pointing to the CM server What is the CM and CDP version here? Check /var/log/messages from the affected node as well and see if find any errors regarding CM
... View more
03-05-2025
01:53 AM
Hello @SIGOYI I suspect some issues with config.ini Please move the current config.ini (/etc/cloudera-scm-agent/config.ini) to some other location and copy /etc/cloudera-scm-agent/config.ini from CM server to this node and just replace server_host=192.168.88.54 (if this is localhost) Also run the below command # nslookup 192.168.88.54 (Get the hostname of CM server here) # nslookup <CM_SERVER_HOSTNAME> # telnet 192.168.88.54 7182 (just repeat once again) Then do a hard restart of the agent # systemctl stop cloudera-scm-agent # systemctl stop cloudera-scm-supervisord # systemctl start cloudera-scm-agent
... View more
03-05-2025
12:19 AM
Hello, Thank you for your update So SSL Is not a problem here. Also as you mentioned that telnet is working which means connectivity is fine Please check the below information now a.) Is port 9000 and other ports and enabled nothing else is running on them https://docs.cloudera.com/cdp-private-cloud-base/7.1.8/installation/topics/cdpdc-ports-used-by-cm.html b.) Can you compare the UUID of the host present in the file /var/lib/cloudera-scm-agent/uuid on the agent with the one that is visible on CM UI (ON CM UI >> Host >> all hosts >> Select this host and you will the UUID there) it should match with the one in uuid file on host if not then please collect the file using the below command # echo -n "UUID_copied from UI" > /var/lib/cloudera-scm-agent/uuid c.) Also check /var/log/messages from the node do you see any errors there d.) Check the /var/log/cloudera-scm-server/cloudera-scm-server.log and see if you observed any errors for this node over there e.) Also, if you have any other working node, I would suggest copying the /etc/cloudera-scm-agent/config.ini from working node to this node and then try restarting the agent Let me know if you have any further queries
... View more