<?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>topic OneAgent automated update deployments in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/OneAgent-automated-update-deployments/m-p/243873#M32038</link>
    <description>&lt;P&gt;Greetings - does anyone know where I can find details on how the OneAgent scheduled update process works?&amp;nbsp; &amp;nbsp;I know how to set it up, I just don't know what is happening in the background.&amp;nbsp; &amp;nbsp;Are the agents pushed out in parallel to those host groups that are scheduled for maintenance and Agent Updates?&amp;nbsp; &amp;nbsp;Or is it a serial process?&amp;nbsp; &amp;nbsp;&lt;BR /&gt;We show failures in our System Notifications but they don't even show up until well after the maintenance windows.&amp;nbsp; Sometimes the next day!&amp;nbsp; So I am unsure if the install even finishes during the maintenance window.&lt;/P&gt;
&lt;P&gt;If anyone has internal doc or an understanding of the underlying upgrade process, please let me know.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Matt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 May 2024 07:28:27 GMT</pubDate>
    <dc:creator>mmevanson</dc:creator>
    <dc:date>2024-05-27T07:28:27Z</dc:date>
    <item>
      <title>OneAgent automated update deployments</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/OneAgent-automated-update-deployments/m-p/243873#M32038</link>
      <description>&lt;P&gt;Greetings - does anyone know where I can find details on how the OneAgent scheduled update process works?&amp;nbsp; &amp;nbsp;I know how to set it up, I just don't know what is happening in the background.&amp;nbsp; &amp;nbsp;Are the agents pushed out in parallel to those host groups that are scheduled for maintenance and Agent Updates?&amp;nbsp; &amp;nbsp;Or is it a serial process?&amp;nbsp; &amp;nbsp;&lt;BR /&gt;We show failures in our System Notifications but they don't even show up until well after the maintenance windows.&amp;nbsp; Sometimes the next day!&amp;nbsp; So I am unsure if the install even finishes during the maintenance window.&lt;/P&gt;
&lt;P&gt;If anyone has internal doc or an understanding of the underlying upgrade process, please let me know.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Matt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 07:28:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/OneAgent-automated-update-deployments/m-p/243873#M32038</guid>
      <dc:creator>mmevanson</dc:creator>
      <dc:date>2024-05-27T07:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: OneAgent automated update deployments</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/OneAgent-automated-update-deployments/m-p/246559#M32476</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It happens quite simply&lt;/SPAN&gt;&lt;SPAN&gt;. An agent with a specific time &lt;/SPAN&gt;&lt;SPAN&gt;(which you can accurately define when toggling the automatic update checkbox&lt;/SPAN&gt;&lt;SPAN&gt;) connects to the cluster and queries&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"Are there any configuration updates for me &lt;/SPAN&gt;&lt;SPAN&gt;/ are there any updates for me&lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;SPAN&gt;" It is the agent that initiates the connection&lt;/SPAN&gt;&lt;SPAN&gt;. In case of a positive answer &lt;/SPAN&gt;&lt;SPAN&gt;- &lt;/SPAN&gt;&lt;SPAN&gt;"updates are available&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;" if other conditions are met &lt;/SPAN&gt;&lt;SPAN&gt;- the agent host update is launched&lt;/SPAN&gt;&lt;SPAN&gt;. After restarting the application servers&lt;/SPAN&gt;&lt;SPAN&gt;, the code&lt;/SPAN&gt;&lt;SPAN&gt;-module&lt;/SPAN&gt;&lt;SPAN&gt;-agent will be updated in the applications&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I don&lt;/SPAN&gt;&lt;SPAN&gt;'t think anyone can share the exact time&lt;/SPAN&gt;&lt;SPAN&gt;, but like any other application&lt;/SPAN&gt;&lt;SPAN&gt;/process&lt;/SPAN&gt;&lt;SPAN&gt;, if we&lt;/SPAN&gt;&lt;SPAN&gt;'re talking about Linux&lt;/SPAN&gt;&lt;SPAN&gt;, it&lt;/SPAN&gt;&lt;SPAN&gt;'s easy to check what&lt;/SPAN&gt;&lt;SPAN&gt;'s happening using "&lt;/SPAN&gt;&lt;SPAN&gt;/proc"&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would solve your issue by switching to the test (similar hosts) with tracking using &lt;STRONG&gt;tail -f ...logs/installer/*&lt;/STRONG&gt; logs written by the agent. Also, all update-related problems are logged in&lt;STRONG&gt; logs/installer&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From experience - if there are no issues with disk space, changing permissions on directories and files (passes healthcheck), the update occurs quickly (5~20min) and smoothly in the maintenance windows.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Alex&amp;nbsp; Romanenkov &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 May 2024 09:02:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/OneAgent-automated-update-deployments/m-p/246559#M32476</guid>
      <dc:creator>Romanenkov_Al3x</dc:creator>
      <dc:date>2024-05-25T09:02:51Z</dc:date>
    </item>
  </channel>
</rss>

