This page looks best with JavaScript enabled

Dynatracing a Linux server in under 5 minutes

 ·  ☕ 1 min read  ·  👨‍💻 Amrith

Dynatrace: Signing up

  • Sign up for Dynatrace Trial
  • Use your email, password, Name etc.
  • Select your region:

image alt

  • Get the Welcome to Dynatrace page:

image alt

  • Go to Dynatrace Hub

image alt

  • Download the OneAgent for Linux

image alt

  • Install OneAgent on a Linux machine

image alt

image alt

Dynatracing the server:

Dynatrace would automatically detect the technologies, process, services, application, logs, metrics, topologies, events and lot more in the matter of minutes:

image alt

image alt

AIOps in action:

With no additional configuration, Dynatrace is able to automatically detect anomalies, report affected apps, services, infrastructure, calculate business impact and finally identify root cause.

image alt

Dynatrace OneAgent installed as a Docker container

1
sudo docker run -d --restart=unless-stopped --privileged=true --pid=host --net=host --ipc=host -v /:/mnt/root -e ONEAGENT_INSTALLER_SCRIPT_URL=https://<tenant-id>.live.dynatrace.com/api/v1/deployment/installer/agent/unix/default/latest?arch=x86 -e ONEAGENT_INSTALLER_DOWNLOAD_TOKEN=████.█████████████████████████.█████████████████████████████████ dynatrace/oneagent --set-app-log-content-access=true

image alt

Installing Dynatrace in a Kubernetes Cluster

1
wget https://github.com/dynatrace/dynatrace-operator/releases/latest/download/install.sh -O install.sh && sh ./install.sh --api-url "https://<tenant-id>.live.dynatrace.com/api" --api-token "████.█████████████████████████.█████████████████████████████████" --paas-token "████.█████████████████████████.█████████████████████████████████" --skip-ssl-verification --cluster-name "k8s-test"

image alt

Automatic container, process, techology, topology view and AI Ops in Dynatrace:

image alt

Share on

Amrith
WRITTEN BY
Amrith
Cloud Technology Leader