cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Deploy OneAgent in Onpremise

gfragosoIndra
Newcomer

Hello

 

My Dynatrace is OnPremise  . I have to install  a  oneagent in a linux server .

 

This is the  "verify signature "  in Dynatrace SAS

 

wget https://ca.dynatrace.com/dt-root.cert.pem  ; ( echo 'Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg="sha-256"; boundary="--SIGNED-INSTALLER"'; echo ; echo ; echo '----SIGNED-INSTALLER' ; cat Dynatrace-OneAgent-Linux-1.247.225.sh ) | openssl cms -verify -CAfile dt-root.cert.pem > /dev/null

 

But in Dynatrace Management , What is the URL ? because the server doesn't have internet allow.

 

Thanks

 

 

 

 

 

 

2 REPLIES 2

edward_sadsad
Dynatrace Advocate
Dynatrace Advocate

Are you able to download the dt-root.cert.pem file from a host which has internet connection?  Then upload the file to the server you wish to monitor which has no internet connection.  Run the linux command to verify the signature but point the directory where you've placed the pem file.

Malaik
DynaMight Champion
DynaMight Champion

HI @gfragosoIndra 

 

You can download the package from a machine that have internet access and transfer to your Host (That you want to monitor).

 

The link to download is:

https://**Put  your URL here**/rest/deployment/installer/agent/unix/default/latest?arch=x86&flavor=default

Sharing Knowledge