Install OneAgent on PPC BE Linux

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).
    • To restart your application services
  • You also need to check the disk space requirements.
  • 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

  1. In Dynatrace Hub, select OneAgent.

  2. Select Set up > Linux.

  3. 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

  4. 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.
  5. In your file system, create a folder for OneAgent installation. For example, /opt/dynatrace/oneagent.

  6. 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.

  7. You have two options now: either monitor every application on your host or just a single application.