ActiveGate directories

Purpose of directory

Default path

Path relative to installation parameter

Disk space requirements
(if size is not given, assume less than 1 MB)

ActiveGate executable files, libraries, and related files

/opt/dynatrace/gateway

<INSTALL>/gateway

300 MB

/var/lib/dynatrace/gateway/config

<CONFIG>/gateway/config

ActiveGate SSL folder

/var/lib/dynatrace/gateway/ssl

<CONFIG>/gateway/ssl

ActiveGate temporary files

/var/tmp/dynatrace/gateway

<TEMP>/gateway

4 GB (including 3 GB for cached OneAgent installers and container images)

ActiveGate logs

/var/log/dynatrace/gateway

<LOG>/gateway

500 MB

Dump files uploaded to ActiveGate by OneAgent

/var/lib/dynatrace/gateway/dump

<CONFIG>/gateway/dump

Functionality off by default. When activated, can take configurable maximum size: default 100 GB.

ActiveGate packages directory for auto-update installer downloads

/var/lib/dynatrace/packages

<PACKAGES_DIR>

500 MB.

1

To ensure that extensions run correctly, the filesystem flag must be set to exec and not noexec. This configuration is crucial because it allows the execution of binaries and scripts within the specified filesystem. Without this setting, the extension will not be able to execute properly, leading to potential errors and failures.

Access ActiveGate config directory

The config directory has specific permissions set for the dtuserag user. To access this directory, follow the steps below.

  1. Open the Terminal and switch to the dtuserag user.

    sudo su - dtuserag
  2. Go to the config directory.

    cd /path/to/activegate/config