29 Jun 2020 10:05 AM - last edited on 25 May 2023 08:48 AM by Karolina_Linda
Hi, I have few solaris boxes which are running this older version of Dynatrace Dynatrace-OneAgent-Solaris-sparc-1.175.270.zip. I want to upgrade them to v1.191.
Is there any guide to do that?
Can i just download the version, explode it and then point the instance in my start.sh script like below to the newer version?
Also will it require the server restart?
DT_HOME=/opt/dynatrace
export DT_HOME
LD_PRELOAD_64=$DT_HOME/agent/lib64/liboneagentproc.so
export LD_PRELOAD_64
If someone can advice on the guide, it will be highly appreciated.
Solved! Go to Solution.
29 Jun 2020 02:41 PM
Good morning!
The following is how I do it:
NOTE: Make sure you do this as the same user that installed the OneAgent originally.
To answer your question on restart, in order for anything new within the OneAgent to be used, it does require that the apps using it be restarted at least at some point.
You notice I do not stop anything ahead of time or even restart after for that matter.
I have found that doing it this way in a multi-team environment allows teams to pickup the new abilities of the OneAgent on their own schedule when they restart their apps. Basically, it just all happens in the background for them without even thinking about it.
I am sure there are many ways people do this, but this is how I have done it from day 1. Soon I will be adding this to Puppet so that it is automated.
Hope that helps! 🙂