25 Apr 2024 09:51 AM - last edited on 23 May 2024 12:12 PM by Michal_Gebacki
How to hange ActiveGate IP address in custom properties file of OneAgent?
Solved! Go to Solution.
25 Apr 2024 10:03 AM
What You mean?
the ActiveGate where the OA is pointing?
If you have multiple AG and you want to use specific one for specific OA,
- User the Network Zones.
25 Apr 2024 10:53 AM
Hi @Abidyaseen ,
you can use oneagentctl commands to change the Activegate IP
Use the --set-server parameter to set a OneAgent communication endpoint. Use the IP address or name. Depending on your deployment, it can be a Dynatrace Server, Dynatrace Managed Cluster, or ActiveGate.
Run the following command to adjust OneAgent connection settings:
To define multiple endpoints, separate them by semicolon and add the quotes. For example, --set-server="https://server1;https://server2"
after that you have to restart the agent
https://docs.dynatrace.com/docs/shortlink/oneagentctl#oneagent-communication
Hope this helps
BR
Esam Eid