<?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>article Dynatrace OneAgent is creating a lot of dumps. What can we do to stop it? in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/Dynatrace-OneAgent-is-creating-a-lot-of-dumps-What-can-we-do-to/ta-p/212023</link>
    <description>&lt;P&gt;While it might be true that a lot of dumps are being created, it might not be happening because of OneAgent. In fact, OneAgent does not create any memory dumps but the underlying kernel/operating system does.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Whenever a process crashes on a machine the kernel creates a memory dump for you to analyze. Every operating system has a standard routine to create and store memory dumps and your host will create a memory dump of crashing applications no matter what; with or without OneAgent.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Oneagent simply analyzes the created dumps by the kernel to check, if any of its own processes were reasons for crashing. Once OneAgent has analyzed the dump, OneAgent calls the actual dump handling routine on the system and passes the control to it.&lt;/P&gt;
&lt;P&gt;This is true that installation of OneAgent on Linux, changes the dump handling routine of the system but only to the extent that it can analyze, and after analyzing the actual routine can be called.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;During installation contents of&amp;nbsp;&lt;SPAN&gt;/proc/sys/kernel/core_pattern are written to&amp;nbsp;/opt/dynatrace/oneagent/agent/conf/original_core_pattern&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.dynatrace.com/support/help/shortlink/crash-analysis#linux-core-dump-handling" target="_blank" rel="noopener noreferrer"&gt;https://www.dynatrace.com/support/help/shortlink/crash-analysis#linux-core-dump-handling&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Troubleshooting steps:&lt;/P&gt;
&lt;P&gt;If you do not want OneAgent to analyze the memory dumps created by the kernel then while installing OneAgent you can pass the following parameter.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On New Installations:&lt;/P&gt;
&lt;PRE data-bidi-marker="true"&gt;--set-dump-capture-enabled=false&lt;/PRE&gt;
&lt;P&gt;On Existing Installation:&lt;/P&gt;
&lt;PRE data-bidi-marker="true"&gt;sudo /opt/dynatrace/oneagent/agent/tools/lib64/oneagentctl --set-dump-capture-enabled=false
&lt;/PRE&gt;
&lt;P&gt;Dump capturing will be disabled but the change will take effect during the next update of the OneAgent.&lt;/P&gt;
&lt;P&gt;Another workaround on the existing installation will be to read the contents of&amp;nbsp;&lt;SPAN&gt;/opt/dynatrace/oneagent/agent/conf/original_core_pattern and paste in&amp;nbsp;/proc/sys/kernel/core_pattern after removing the existing contents. Note that this workaround only works until the next update of OneAgent.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Any other method of disabling the analysis of memory dumps by OneAgent will have an adverse effect on the memory handling routine of the system depending on what method was chosen to disable the analysis.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 May 2023 10:00:38 GMT</pubDate>
    <dc:creator>nadeem_m</dc:creator>
    <dc:date>2023-05-12T10:00:38Z</dc:date>
    <item>
      <title>Dynatrace OneAgent is creating a lot of dumps. What can we do to stop it?</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Dynatrace-OneAgent-is-creating-a-lot-of-dumps-What-can-we-do-to/ta-p/212023</link>
      <description>&lt;P&gt;While it might be true that a lot of dumps are being created, it might not be happening because of OneAgent. In fact, OneAgent does not create any memory dumps but the underlying kernel/operating system does.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Whenever a process crashes on a machine the kernel creates a memory dump for you to analyze. Every operating system has a standard routine to create and store memory dumps and your host will create a memory dump of crashing applications no matter what; with or without OneAgent.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Oneagent simply analyzes the created dumps by the kernel to check, if any of its own processes were reasons for crashing. Once OneAgent has analyzed the dump, OneAgent calls the actual dump handling routine on the system and passes the control to it.&lt;/P&gt;
&lt;P&gt;This is true that installation of OneAgent on Linux, changes the dump handling routine of the system but only to the extent that it can analyze, and after analyzing the actual routine can be called.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;During installation contents of&amp;nbsp;&lt;SPAN&gt;/proc/sys/kernel/core_pattern are written to&amp;nbsp;/opt/dynatrace/oneagent/agent/conf/original_core_pattern&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.dynatrace.com/support/help/shortlink/crash-analysis#linux-core-dump-handling" target="_blank" rel="noopener noreferrer"&gt;https://www.dynatrace.com/support/help/shortlink/crash-analysis#linux-core-dump-handling&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Troubleshooting steps:&lt;/P&gt;
&lt;P&gt;If you do not want OneAgent to analyze the memory dumps created by the kernel then while installing OneAgent you can pass the following parameter.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On New Installations:&lt;/P&gt;
&lt;PRE data-bidi-marker="true"&gt;--set-dump-capture-enabled=false&lt;/PRE&gt;
&lt;P&gt;On Existing Installation:&lt;/P&gt;
&lt;PRE data-bidi-marker="true"&gt;sudo /opt/dynatrace/oneagent/agent/tools/lib64/oneagentctl --set-dump-capture-enabled=false
&lt;/PRE&gt;
&lt;P&gt;Dump capturing will be disabled but the change will take effect during the next update of the OneAgent.&lt;/P&gt;
&lt;P&gt;Another workaround on the existing installation will be to read the contents of&amp;nbsp;&lt;SPAN&gt;/opt/dynatrace/oneagent/agent/conf/original_core_pattern and paste in&amp;nbsp;/proc/sys/kernel/core_pattern after removing the existing contents. Note that this workaround only works until the next update of OneAgent.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Any other method of disabling the analysis of memory dumps by OneAgent will have an adverse effect on the memory handling routine of the system depending on what method was chosen to disable the analysis.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 10:00:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Dynatrace-OneAgent-is-creating-a-lot-of-dumps-What-can-we-do-to/ta-p/212023</guid>
      <dc:creator>nadeem_m</dc:creator>
      <dc:date>2023-05-12T10:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace OneAgent is creating a lot of dumps. What can we do to stop it?</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Dynatrace-OneAgent-is-creating-a-lot-of-dumps-What-can-we-do-to/tac-p/212113#M202</link>
      <description>&lt;P&gt;Great Write up, many times an incorrect setting can cause this effect and its great that you have documented it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 19:14:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Dynatrace-OneAgent-is-creating-a-lot-of-dumps-What-can-we-do-to/tac-p/212113#M202</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2023-05-12T19:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace OneAgent is creating a lot of dumps. What can we do to stop it?</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Dynatrace-OneAgent-is-creating-a-lot-of-dumps-What-can-we-do-to/tac-p/254645#M724</link>
      <description>&lt;P&gt;Thanks for the cool article. In our case though, it is &lt;STRONG&gt;oneagentnetwork&lt;/STRONG&gt; that is creating core dumps. This has started happening with&amp;nbsp;&lt;SPAN class=""&gt;&lt;STRONG&gt;1.297.53.20240820-121511&lt;/STRONG&gt; or&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;1.295.70.20240820-160945&lt;/STRONG&gt; versions of OneAgent update. We have case open with DT Support. But, it will be good to understand what we do in such case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;FONT face="courier new,courier" color="#0000FF"&gt;&lt;SPAN class=""&gt;file core.309&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;FONT face="courier new,courier" color="#800080"&gt;&lt;SPAN class=""&gt;core.309: ELF 64-bit LSB core file x86-64, version 1 (SYSV), SVR4-style, from 'oneagentnetwork -Dcom.compuware.apm.WatchDogTimeout=900 -Dcom.compuware.apm.Wat', real uid: 0, effective uid: 0, real gid: 0, effective gid: 0, execfn: 'oneagentnetwork', platform: 'x86_64'&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;The error from system messages,&lt;/P&gt;&lt;P class=""&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;&lt;SPAN class=""&gt;Aug 31 22:28:28 &amp;lt;HOSTNAME&amp;gt; kernel: traps: oneagentnetwork[309] &lt;STRONG&gt;trap divide error&lt;/STRONG&gt; ip:55d0515de327 sp:7ffe432763e8 error:0 in oneagentnetwork[55d051578000+2fe000]&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 31 Aug 2024 23:36:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Dynatrace-OneAgent-is-creating-a-lot-of-dumps-What-can-we-do-to/tac-p/254645#M724</guid>
      <dc:creator>jthomas</dc:creator>
      <dc:date>2024-08-31T23:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace OneAgent is creating a lot of dumps. What can we do to stop it?</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Dynatrace-OneAgent-is-creating-a-lot-of-dumps-What-can-we-do-to/tac-p/255280#M726</link>
      <description>&lt;P&gt;WE are experiencing the same issue is there something more to be done?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 23:03:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Dynatrace-OneAgent-is-creating-a-lot-of-dumps-What-can-we-do-to/tac-p/255280#M726</guid>
      <dc:creator>DatPuddn</dc:creator>
      <dc:date>2024-09-09T23:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace OneAgent is creating a lot of dumps. What can we do to stop it?</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/Dynatrace-OneAgent-is-creating-a-lot-of-dumps-What-can-we-do-to/tac-p/255284#M727</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/64133"&gt;@DatPuddn&lt;/a&gt;&amp;nbsp;We have been working with DT support after &lt;A title="creating a request" href="https://one.dynatrace.com/hc/en-us/requests/new" target="_self"&gt;creating a request&lt;/A&gt;. You can consider doing the same. You can share details from your crash dumps and support will analyse the same and advice of next steps.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 00:14:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/Dynatrace-OneAgent-is-creating-a-lot-of-dumps-What-can-we-do-to/tac-p/255284#M727</guid>
      <dc:creator>jthomas</dc:creator>
      <dc:date>2024-09-10T00:14:35Z</dc:date>
    </item>
  </channel>
</rss>

