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

oneagentctl set server

you-sun-lux_ea
Visitor

Hello,

 

On my server, when I use the command ./oneagentctl --get-server it returns multiple servers :

{activegate_addresses}{dynatrace_server_addresses}

I want to change the order of my activategate addresses, to avoid non authorized flow

For example :

#./oneagentctl --get-server
{https://activegate1_name:9999/communication;https://activegate1_ip1:9999/communication;*https://activegate1_ip2:9999/communication}{https://dynatrace_server_ip1:9999/communication;https://dynatrace_server_ip1:9999/communication}

I want to have 

#./oneagentctl --get-server
{https://activegate1_ip2:9999/communication;https://activegate1_ip1:9999/communication;*https://activegate1_name:9999/communication}{https://dynatrace_server_ip1:9999/communication;https://dynatrace_server_ip1:9999/communication}

 

 How could I do the change and persistent ?

 

Thanks.

Regards,

2 REPLIES 2

Radoslaw_Szulgo
Dynatrace Guru
Dynatrace Guru

Get familiar with network zones: https://www.dynatrace.com/support/help/setup-and-configuration/network-zonesNetwork zones are Dynatrace entities that represent your network structure. They help you to route the traffic efficiently, avoiding unnecessary traffic across data centers and network regions.

 

In short, you need to assign ActiveGates to network zones, and then configure OneAgents to prioritize routing to a selected network zone than others.

 

 

Senior Product Manager,
Dynatrace Managed expert

you-sun-lux_ea
Visitor

In fact, I only have one Activegate but this Activegate has multiple addresses IP

I'm not sure that the solution fit with my request

Featured Posts