Skip to content

Migrate from Standalone to Extension

This page covers the steps to stop an existing standalone agent and switch to the Dynatrace Extension.

Terminal window
sudo systemctl stop pheniAgent_Teams
sudo systemctl disable pheniAgent_Teams
# Confirm the service is stopped
sudo systemctl status pheniAgent_Teams

If the agent runs via cron instead of systemd:

Terminal window
crontab -e
# Remove the line that invokes pheniScript_Teams or the agent binary

Step 2 — Install and configure the extension

Section titled “Step 2 — Install and configure the extension”

Follow the Extension Installation guide.

Once the extension is confirmed working:

  1. Remove the standalone agent binary and configuration files from the host.
  2. Remove the license file from disk (credentials are now managed by Dynatrace).
  3. Remove any cron jobs or scripts that launched the standalone agent.