There are three main approaches in the migration of ActiveGate from Dynatrace Managed to SaaS:
recommended
Pros
Cons
custom.properties and launcheruserconfig.confTo install a new ActiveGate in parallel on new hardware
Provision new hardware for the ActiveGate from the new SaaS environment.
Backup custom configuration files: custom.properties, launcheruserconfig.conf, and keystore/truststore.
To learn more about these files, see Configuration properties and parameters of ActiveGate.
Follow the selected ActiveGate installation procedure. Customize the installation command to apply keystore and truststore files.
Add or replace original configuration files: custom.properties, launcheruserconfig.conf to the new ActiveGate installation path.
You can uninstall the old ActiveGate after you migrate all OneAgents that reported to it. You can check which OneAgents report to the ActiveGate at OneAgent health overview.
Pros
Cons
To reconfigure an existing ActiveGate to point OneAgent traffic to the new SaaS environment
Backup configuration files: connectivity.history, config.properties, cluster.properties, custom.properties, launcheruserconfig.conf, and keystore/truststore.
To learn more about these files, see Configuration properties and parameters of ActiveGate.
Update config.properties with the seedServerUrl and configured=false to your SaaS environment URL.
If you use a load balancer between the ActiveGate and the Dynatrace Managed cluster, and if the --ignore-cluster-runtime parameter was used, remove it from the custom.properties file.
To learn more, see Reverse proxy or load balancer for ActiveGate.
Modify the authorization.properties file. Replace the current tenantToken field with tenant token collected from the environment you want the ActiveGate to connect to.
Create a new ActiveGate token on the target tenant, and use it to replace the one set in the authorization.properties file (source tenant). Otherwise, the ActiveGate startup fails with the following errors:
2024-04-12 13:58:46 UTC WARNING [<rtc43848>] [<collector.core>, InitialCollectorSetupPoller] Initial collector setup received with error:REQUEST_REJECTED, reason=Invalid ActiveGate Token source=ANY_SERVER 0x0000000000000000 [Suppressing further messages for 1 hour]2024-04-12 13:59:18 UTC INFO [<rtc43848>] [<WatchDog>, WatchDogImpl] Connected successfully to native watchdog on 127.0.0.1:50000
Pros
Cons
custom.properties and launcheruserconfig.confTo reinstall an ActiveGate on the same hardware to point OneAgent traffic to the new SaaS environment
custom.properties and launcheruserconfig.conf.
To learn more about these files, see Configuration properties and parameters of ActiveGate.custom.properties, launcheruserconfig.conf to the new ActiveGate installation path.