21 Oct 2021 07:12 PM - last edited on 25 Oct 2021 09:15 AM by MaciejNeumann
Hello Dyntrace Team
Is there a better way to disable the oneagent dumproc at the time of installation ?
I dont see any option listed as --set-orignal-coredump under oneagenctl --help .
Also is it advisable to disable the oneagent dumproc ? We're seeing a agent dumping lots of core files and filling the disk space.
Thanks for your help.
Solved! Go to Solution.
25 Oct 2021 01:36 PM
This is a known issue with the Log Analytics agent. We raised a support ticket for this. I would suggest you do the same.
In the mean time you can do the following steps to stop the Core Files being generated.
27 Oct 2021 12:15 AM - edited 27 Oct 2021 12:15 AM
Hi @vjrk83 ,
I would suggest to open a support ticket on this. The OneAgent simply inherits settings for your current CoreDump. You would need to change settings for your distribution for OneAgent to copy those settings upon installation time. Uninstalling OneAgent will restore the original core dump settings, this is all explained here: https://www.dynatrace.com/support/help/shortlink/crash-analysis#operating-system-changes
Also, the OneAgent will try to determine if it may actually be Dynatrace at fault here or not. I would suggest to work with Support or Dynatrace ONE (in-product chat) to determine the cause here and if any configuration changes may be required for your particular case to resolve it.
28 Oct 2021 07:34 AM
Hi @vjrk83 ,
Agree with @The_AM, open ticket and support will add to your environment the ability to switch the dump off for hosts, and you will get a switch per host and host group to switch off/on the crash dump that OA is creating by default
Here is a screenshot from environment after dynatrace one switch the flag on.
HTH
Yos
27 Oct 2021 12:01 PM
Hi,
if you don't want to be core dumping handled by Dynatrace OneAgent on linux server
You could manually change content of file /proc/sys/kernel/core_pattern
Original content (before installation of Dynatrace OneAgent) is backed up to /opt/dynatrace/oneagent/agent/conf/original_core_pattern
The file will be changed back during next OneAgent upgrade.
Ask dynatrace support If you want to disable it permanently. They can disable it permanently for specified hosts.
Best regards