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

How can I determine the Dynatrace ActiveGate version via the command line?

Hi,

 

how can I determine the Dynatrace ActiveGate version via the command line?

 

Regards

Matthias

---
Chief Technology Officer at Versio.io

A Stargarderstr.10, 10437 Berlin, Germany ¬
P +49-30-22198651 ¬
M +49-178-8380495 ¬
E matthias.scholze@versio.io ¬
W www.versio.io ¬
3 REPLIES 3

ChadTurner
DynaMight Legend
DynaMight Legend

That's a really good question, You can find it in the UI quite easily. Ill ask about the command line option and get back to you today on that. 

-Chad

Andy_Evans
Frequent Guest

In the /var/lib/dynatrace/gateway/config directory, there is a version.properties file that contains your current version

awahab
Helper

Assuming it is linux box and gateway is installed in /opt/dynatrace/gateway

below grep will give the version

 

grep GATEWAY_VERSION= /opt/dynatrace/gateway/dynatracegateway

 

GATEWAY_VERSION="1.221.116.20210716-124604"

Featured Posts