<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: CDP 7.2.4 upgrade - cloudera agents not starting in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/CDP-7-2-4-upgrade-cloudera-agents-not-starting/m-p/309629#M223881</link>
    <description>This was resolved by manually upgrading the agents in the other nodes which were still at CM5.16 by running the commands below:&lt;BR /&gt;&lt;BR /&gt;First update the /etc/yum.repos.d/cloudera-manager.repo on the nodes with the proper repo for CM7.2.4.&lt;BR /&gt;After that run command on each agent to be upgraded:&lt;BR /&gt;$yum upgrade cloudera-manager-daemons cloudera-manager-agent&lt;BR /&gt;&lt;BR /&gt;After that restart the cloudera manager agents on all nodes:&lt;BR /&gt;$ systemctl restart cloudera-scm-agent&lt;BR /&gt;&lt;BR /&gt;Next go to Cloudera Manager GUI and restart the Cloudera Management Service. After that restart the CDH Cluster all services. This should resolve the issues.</description>
    <pubDate>Wed, 13 Jan 2021 21:56:37 GMT</pubDate>
    <dc:creator>ebeb</dc:creator>
    <dc:date>2021-01-13T21:56:37Z</dc:date>
    <item>
      <title>CDP 7.2.4 upgrade - cloudera agents not starting</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDP-7-2-4-upgrade-cloudera-agents-not-starting/m-p/309488#M223847</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have upgraded CDH 5.16 to CDP 7.2.4 Cloudera Manager only( not the runtime yet). After upgrade the Cloudera Manager server is running good including agent. But the Cloudera Agents on the rest of the nodes wont start when running $&amp;nbsp;sudo systemctl restart cloudera-scm-agent&lt;/P&gt;&lt;P&gt;The agents are still at 5.16 as the final step for upgrade does show the upgrade button for the agents. Before the upgrade the agents were running fine. Also the agents where shut down during the Cloudera Manager upgrade. How to start the agents and upgrade them to CDP 7.2.4 now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When trying to restart agents It just shows:&lt;/P&gt;&lt;P&gt;$ sudo systemctl status cloudera-scm-agent&lt;BR /&gt;● cloudera-scm-agent.service - LSB: Cloudera SCM Agent&lt;BR /&gt;Loaded: loaded (/etc/rc.d/init.d/cloudera-scm-agent; bad; vendor preset: disabled)&lt;BR /&gt;Active: active (exited) since Tue 2021-01-12 17:52:10 EST; 7s ago&lt;BR /&gt;Docs: man:systemd-sysv-generator(8)&lt;BR /&gt;Process: 14093 ExecStop=/etc/rc.d/init.d/cloudera-scm-agent stop (code=exited, status=0/SUCCESS)&lt;BR /&gt;Process: 14210 ExecStart=/etc/rc.d/init.d/cloudera-scm-agent start (code=exited, status=0/SUCCESS)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the /var/log/cloudera-scm-agent/cloudera-scm-agent.log I see some below messages:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;u'KS_INDEXER', u'ZOOKEEPER-SERVER', u'SERVER', u'HIVE_ON_TEZ', u'HIVE_ON_TEZ', u'HIVE_LLAP', u'HIVE_LLAP', u'KEYTRUSTEE_SERVER', u'KEYTRUSTEE_SERVER', u'SCHEMAREGISTRY-SCHEMA_REGISTRY_SERVER', u'SCHEMA_REGISTRY_SERVER', u'OZONE', u'OZONE', u'MAPREDUCE-JOBTRACKER', u'JOBTRACKER', u'THALES_KMS-HSMKP_THALES', u'HSMKP_THALES'], u'flood_seed_timeout': 100, u'eventserver_port': 7185}&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/usr/lib64/cmf/agent/build/env/lib/python2.7/site-packages/cmf-5.16.2-py2.7.egg/cmf/agent.py", line 1566, in handle_heartbeat_response&lt;BR /&gt;self._handle_heartbeat_response(response)&lt;BR /&gt;File "/usr/lib64/cmf/agent/build/env/lib/python2.7/site-packages/cmf-5.16.2-py2.7.egg/cmf/agent.py", line 1581, in _handle_heartbeat_response&lt;BR /&gt;self.java_home_config = self.extra_configs['JAVA_HOME']&lt;BR /&gt;KeyError: 'JAVA_HOME'&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 11:22:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDP-7-2-4-upgrade-cloudera-agents-not-starting/m-p/309488#M223847</guid>
      <dc:creator>ebeb</dc:creator>
      <dc:date>2026-04-21T11:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: CDP 7.2.4 upgrade - cloudera agents not starting</title>
      <link>https://community.cloudera.com/t5/Support-Questions/CDP-7-2-4-upgrade-cloudera-agents-not-starting/m-p/309629#M223881</link>
      <description>This was resolved by manually upgrading the agents in the other nodes which were still at CM5.16 by running the commands below:&lt;BR /&gt;&lt;BR /&gt;First update the /etc/yum.repos.d/cloudera-manager.repo on the nodes with the proper repo for CM7.2.4.&lt;BR /&gt;After that run command on each agent to be upgraded:&lt;BR /&gt;$yum upgrade cloudera-manager-daemons cloudera-manager-agent&lt;BR /&gt;&lt;BR /&gt;After that restart the cloudera manager agents on all nodes:&lt;BR /&gt;$ systemctl restart cloudera-scm-agent&lt;BR /&gt;&lt;BR /&gt;Next go to Cloudera Manager GUI and restart the Cloudera Management Service. After that restart the CDH Cluster all services. This should resolve the issues.</description>
      <pubDate>Wed, 13 Jan 2021 21:56:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/CDP-7-2-4-upgrade-cloudera-agents-not-starting/m-p/309629#M223881</guid>
      <dc:creator>ebeb</dc:creator>
      <dc:date>2021-01-13T21:56:37Z</dc:date>
    </item>
  </channel>
</rss>

