To install Dynatrace OneAgent when you have a Dynatrace SaaS deployment, go to Dynatrace.com and Login using the username and password you received from Dynatrace in your signup confirmation email. If you have a Dynatrace Managed deployment, access the Cluster Management Console and choose the environment you want to monitor. Then continue with the installation steps provided below.
Requirements
You need the permissions for the following actions:
To create a directory where you want to install OneAgent
To change firewall settings (necessary only if your internal routing policy may prevent Dynatrace software from reaching the Internet).
All hosts that are to be monitored need to be able to send data to the Dynatrace cluster. Depending on whether your Dynatrace deployment is SaaS or Managed, and depending on your network layout and security settings, you may choose to either provide direct access to the Dynatrace cluster, or you can set up an ActiveGate.
On PPC BE Linux, OneAgent supports only Java and Apache/IHS.
You don't need root access to install OneAgent on PPC BE Linux.
You can install OneAgent in any directory.
Allow connections through firewall
Ensure that your firewall settings allow communication to Dynatrace.
Depending on your firewall policy, you may need to explicitly allow certain outgoing connections. The remote Dynatrace addresses to add to the allow list are given on the installation page for OneAgent.
Installation
In Dynatrace Hub, select OneAgent.
Select Set up > Linux.
Choose the PowerPC (BE) installer type from the list. Copy the command provided in the Use this command on the target host to download OneAgent for Linux PowerPC (BE) text field
Login to your PPC BE Linux host and execute the command you copied from Dynatrace.
If you plan to download Dynatrace OneAgent directly to a server, note that outdated or missing libraries (for example, CA certificates or OpenSSL) will prevent the download.
Dynatrace uses encrypted connections. OpenSSL is required to enable wget to access the server. You can also download the ZIP archive of OneAgent by clicking the Download OneAgent installer link in the page footer and saving the installer script to any location; this bypasses the wget command altogether.
In your file system, create a folder for OneAgent installation. For example, /opt/dynatrace/oneagent.
Unzip the ZIP archive of OneAgent into the newly created folder.
All monitored applications must to be able to read the OneAgent library. Ensure that the permissions allow this.
You have two options now: either monitor every application on your host or just a single application.
To automatically monitor every application on your host, enable the liboneagentproc.so component of OneAgent. This is located in the system library directory (/lib or /lib64 depending on your architecture), at /etc/ld.so.preload.
You've arrived!
Great, the setup is complete! You can now take a look around your new monitoring environment. You can access your monitoring environment anytime by going to Dynatrace website and selecting Login in the upper-right corner.
One last thing: to monitor your processes, you need to restart them. At any time, you can check which processes aren't monitored and need to be restarted. Just go to Deployment Status, switch to the All hosts or Recently connected hosts tab, and expand the host you are interested in.
To monitor a single application, you need to restart it first. Prepend the application start command with the following commands:
<installation directory> is the directory where OneAgent is installed
<system library> is /lib or /lib64 depending on your architecture
You've arrived!
Great, setup is complete! You can now take a look around your new monitoring environment. If you have a SaaS deployment, you can access your monitoring environment anytime by going to Dynatrace.com and clicking the Login button in the upper-right corner. If you have a Dynatrace Managed deployment, you can access your monitoring environment through the Cluster Management Console.