To update an installed OneAgent instance on PPC BE follow the instructions below:
Redo all steps of the initial installation but install OneAgent to a new directory.
Stop all monitored processes.
Rename the current OneAgent installation directory (for example, /opt/dynatrace/oneagent
to /opt/dynatrace/oneagent-old
) and use the following command:
mv /opt/dynatrace/oneagent /opt/dynatrace/oneagent-old
This folder can be deleted following OneAgent update.
Rename the updated OneAgent folder to point to the original installation directory (for example, from /opt/dynatrace/oneagent-update
to /opt/dynatrace/oneagent
) using the following command:
mv /opt/dynatrace/oneagent-update /opt/dynatrace/oneagent
Restart all processes that are to be monitored.
Use one of these methods to check which version of OneAgent you currently have installed.
Run oneagentctl
with the --version
parameter. For more information, see OneAgent configuration via command-line interface.