0% found this document useful (0 votes)
137 views2 pages

Dynatrace - Install How To

The document details the steps taken to download and install the Dynatrace OneAgent software onto a Linux system. It involves using wget commands to download the OneAgent installation file and root certificate from Dynatrace URLs, verifying the installation file signature with the certificate, and running the installer script with root privileges which extracts and installs OneAgent while logging installation details.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
137 views2 pages

Dynatrace - Install How To

The document details the steps taken to download and install the Dynatrace OneAgent software onto a Linux system. It involves using wget commands to download the OneAgent installation file and root certificate from Dynatrace URLs, verifying the installation file signature with the certificate, and running the installer script with root privileges which extracts and installs OneAgent while logging installation details.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

ubuntu@ip-172-31-34-193:~$ wget -O Dynatrace-OneAgent-Linux-1.255.195.

sh
"https://cluster.dynatrace.partners/e/2fb4033d-4634-47a0-b7b7
-ac0303131c28/api/v1/deployment/installer/agent/unix/default/latest?
arch=x86&flavor=default" --header="Authorization: Api-Token dt0c01.A
WDYCL2L5IO2SCNJ2JH7W54I.6BWR45OOJOLYZQFFGR7RUQBXS56XFQXYDAH5FFYCEDDZPL5KNXVIO4SLGV3
DI53K"
--2023-01-18 12:57:41-- https://cluster.dynatrace.partners/e/2fb4033d-4634-47a0-
b7b7-ac0303131c28/api/v1/deployment/installer/agent/uni
x/default/latest?arch=x86&flavor=default
Resolving cluster.dynatrace.partners (cluster.dynatrace.partners)... 3.139.51.237,
3.143.107.155, 3.139.124.167
Connecting to cluster.dynatrace.partners (cluster.dynatrace.partners)|
3.139.51.237|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 218564555 (208M) [application/octet-stream]
Saving to: ‘Dynatrace-OneAgent-Linux-1.255.195.sh’

Dynatrace-OneAgent-Linux-1.255.19 100%
[=============================================================>] 208.44M 275MB/s
in 0.8s

2023-01-18 12:57:42 (275 MB/s) - ‘Dynatrace-OneAgent-Linux-1.255.195.sh’ saved


[218564555/218564555]

ubuntu@ip-172-31-34-193:~$ wget https://ca.dynatrace.com/dt-root.cert.pem ; ( echo


'Content-Type: multipart/signed; protocol="applicatio
n/x-pkcs7-signature"; micalg="sha-256"; boundary="--SIGNED-INSTALLER"'; echo ; echo
; echo '----SIGNED-INSTALLER' ; cat Dynatrace-OneAge
nt-Linux-1.255.195.sh ) | openssl cms -verify -CAfile dt-root.cert.pem > /dev/null
--2023-01-18 12:57:53-- https://ca.dynatrace.com/dt-root.cert.pem
Resolving ca.dynatrace.com (ca.dynatrace.com)... 108.156.172.107, 108.156.172.81,
108.156.172.15, ...
Connecting to ca.dynatrace.com (ca.dynatrace.com)|108.156.172.107|:443...
connected.
HTTP request sent, awaiting response... 200 OK
Length: 2172 (2.1K) [application/x-pem-file]
Saving to: ‘dt-root.cert.pem’

dt-root.cert.pem 100%
[=============================================================>] 2.12K --.-KB/s
in 0s

2023-01-18 12:57:53 (471 MB/s) - ‘dt-root.cert.pem’ saved [2172/2172]

Verification successful
ubuntu@ip-172-31-34-193:~$
ubuntu@ip-172-31-34-193:~$ sudo /bin/sh Dynatrace-OneAgent-Linux-1.255.195.sh --
set-infra-only=false --set-app-log-content-access=true
12:58:12 Checking root privileges...
12:58:12 Process user: root, ID: 0
12:58:12 OK
12:58:12 Logging to /var/log/dynatrace/oneagent/installer/installation_10934.log
12:58:12 Installation started, version 1.255.195.20230105-130024, build date:
05.01.2023, PID 10934.
12:58:12 Detected platform: LINUX arch: X86_64
12:58:12 Checking free space in /opt/dynatrace/oneagent
12:58:14 Extracting...

You might also like