<?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: Can not start yarn Node Manager in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Can-not-start-yarn-Node-Manager/m-p/413149#M253898</link>
    <description>&lt;P&gt;Hello Vidya, the question was answered. However, it was not what other used replied.&lt;/P&gt;&lt;P&gt;It was that allow-nodes.txt was included the newly added host, but the process that was running the yarn node manager wasn't aware of that modification. What I had to do was Stop the yarn process, remove older files of yarn nm (/var/run/cloudera-scm-agent/process/*yarn-NODEMANAGER*)&amp;nbsp;and then start it again.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Dec 2025 13:36:57 GMT</pubDate>
    <dc:creator>Pedro_E</dc:creator>
    <dc:date>2025-12-16T13:36:57Z</dc:date>
    <item>
      <title>Can not start yarn Node Manager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-not-start-yarn-Node-Manager/m-p/413063#M253827</link>
      <description>&lt;P&gt;Hello there, I'm having a problem while trying to start a newly added node's yarn NodeMgr.&lt;/P&gt;&lt;P&gt;When I start it via Cloudera Manager console, I've got this in logs:&lt;/P&gt;&lt;P&gt;2025-12-09 10:15:52,431 ERROR org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl: Unexpected error starting NodeStatusUpdater&lt;BR /&gt;org.apache.hadoop.yarn.exceptions.YarnRuntimeException: Received SHUTDOWN signal from Resourcemanager, Registration of NodeManager failed, Message from ResourceManager: Disallowed NodeManager from cloudera06apl.claro.amx, Sending SHUTDOWN signal to the NodeManager.&lt;BR /&gt;at org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.registerWithRM(NodeStatusUpdaterImpl.java:426)&lt;BR /&gt;at org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl.serviceStart(NodeStatusUpdaterImpl.java:272)&lt;BR /&gt;at org.apache.hadoop.service.AbstractService.start(AbstractService.java:194)&lt;BR /&gt;at org.apache.hadoop.service.CompositeService.serviceStart(CompositeService.java:121)&lt;BR /&gt;at org.apache.hadoop.service.AbstractService.start(AbstractService.java:194)&lt;BR /&gt;at org.apache.hadoop.yarn.server.nodemanager.NodeManager.initAndStartNodeManager(NodeManager.java:975)&lt;BR /&gt;at org.apache.hadoop.yarn.server.nodemanager.NodeManager.main(NodeManager.java:1054)&lt;BR /&gt;2025-12-09 10:15:52,432 INFO org.apache.hadoop.service.AbstractService: Service org.apache.hadoop.yarn.server.nodemanager.NodeStatusUpdaterImpl failed in state STARTED&lt;BR /&gt;org.apache.hadoop.yarn.exceptions.YarnRuntimeException: org.apache.hadoop.yarn.exceptions.YarnRuntimeException: Received SHUTDOWN signal from Resourcemanager, Registration of NodeManager failed, Message from ResourceManager: Disallowed NodeManager from cloudera06apl.claro.amx, Sending SHUTDOWN signal to the NodeManager.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 13:41:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-not-start-yarn-Node-Manager/m-p/413063#M253827</guid>
      <dc:creator>Pedro_E</dc:creator>
      <dc:date>2025-12-09T13:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can not start yarn Node Manager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-not-start-yarn-Node-Manager/m-p/413068#M253832</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/108386"&gt;@Pedro_E&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for being part of our Cloudera Community.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was checking the log and error and there is no much information more than that:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;org.apache.hadoop.yarn.exceptions.YarnRuntimeException: org.apache.hadoop.yarn.exceptions.YarnRuntimeException: Received SHUTDOWN signal from Resourcemanager, Registration of NodeManager failed, Message from ResourceManager: Disallowed NodeManager from host.company.com, Sending SHUTDOWN signal to the NodeManager.&lt;/LI-CODE&gt;&lt;P&gt;Note: you uploaded full log with hostnames and more, maybe you want to edit that to exclude private information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;That error is telling us the RM is rejecting the NM to be registered.&amp;nbsp;&lt;BR /&gt;This could be for an issue with a busy port or name resolution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure that RM can resolve the FQDN properly, and same on the NM with the RM name.&amp;nbsp;&lt;BR /&gt;If not, solve that issue by fixing DNS or adding the info to hosts file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, if possible, restart the OS on that NM, that will clear any hanging process that may be using the ports needed for this registration.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you still face the issue, it would be worth seeing the RM log when you face the issue with the registration.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Dec 2025 21:05:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-not-start-yarn-Node-Manager/m-p/413068#M253832</guid>
      <dc:creator>vafs</dc:creator>
      <dc:date>2025-12-09T21:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can not start yarn Node Manager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-not-start-yarn-Node-Manager/m-p/413147#M253896</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/108386"&gt;@Pedro_E&lt;/a&gt;,&amp;nbsp;Did the response assist in resolving your query? If it did, kindly mark the relevant reply as the solution to help others find the answer more easily in the future.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 09:18:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-not-start-yarn-Node-Manager/m-p/413147#M253896</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2025-12-16T09:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can not start yarn Node Manager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-not-start-yarn-Node-Manager/m-p/413149#M253898</link>
      <description>&lt;P&gt;Hello Vidya, the question was answered. However, it was not what other used replied.&lt;/P&gt;&lt;P&gt;It was that allow-nodes.txt was included the newly added host, but the process that was running the yarn node manager wasn't aware of that modification. What I had to do was Stop the yarn process, remove older files of yarn nm (/var/run/cloudera-scm-agent/process/*yarn-NODEMANAGER*)&amp;nbsp;and then start it again.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 13:36:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-not-start-yarn-Node-Manager/m-p/413149#M253898</guid>
      <dc:creator>Pedro_E</dc:creator>
      <dc:date>2025-12-16T13:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can not start yarn Node Manager</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Can-not-start-yarn-Node-Manager/m-p/413158#M253904</link>
      <description>&lt;P&gt;Thanks for responding with a resolution that worked for you,&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/108386"&gt;@Pedro_E&lt;/a&gt;. I'll mark your response as a solution.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 06:17:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Can-not-start-yarn-Node-Manager/m-p/413158#M253904</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2025-12-17T06:17:11Z</dc:date>
    </item>
  </channel>
</rss>

