You can change the installation path and other settings using the following parameters:
--license <license-key> — Use this parameter to provide the license key you obtained from the Dynatrace team.
--license-file <path> — Dynatrace license file, used when license key is not provided.
--binaries-dir <path> — Full path to the Dynatrace binaries directory.
--datastore-dir <path> — Full path to the Dynatrace installation space directory. All Dynatrace data is kept here. It's recommended that you use a dedicated drive or partition for this directory.
--cas-datastore-dir <path> — Full path to the Dynatrace metrics repository directory. If you specify this location, metrics data will be kept here instead of in the main data location.
--els-datastore-dir <path> — Full path to Dynatrace Elasticsearch store directory.
--svr-datastore-dir <path> — Full path to Dynatrace raw transaction store directory. If you specify this location, raw transaction data will be kept here instead of in the main data location.
--system-user <user:group> — name:group of system user who is authorized to run Dynatrace processes.
--network-proxy — If your machine uses a network proxy to connect to the Internet, put the address here in the following format: protocol://[user:password@]server-address:port. The default value is none.
--cluster-ip — If your machine has more than one network interface you need to decide which network interface will be used for Dynatrace Cluster traffic and put its IP4 address here.
--install-agent <on|off> — Enable/disable installation of self-monitoring OneAgent. The default value is on.
--agent-dir <path> — Allows installation of self-monitoring OneAgent to a different directory. For example, on Linux: /bin/sh Managed-installer.sh --agent-dir /data/dynatrace/.
With --agent-dir set to /data/dynatrace/, the installer creates the symbolic link /opt/dynatrace/oneagent -> /data/dynatrace and all OneAgent files are placed into the specified directory (in this example, /data/dynatrace). Note that this symbolic link needs to be removed manually, once OneAgent has been uninstalled. Using this parameter on Linux when SELinux is enabled requires the semanage binary to be available on your system.
--hosts <on|off> — Enable/disable altering of /etc/hosts file. The default is on.
--generate-domain <on|off> — Generate domain name and corresponding certificates. The default value is on.
--no-start — (Upgrade only) Use this parameter when you don't want Dynatrace Managed to start immediately following an upgrade.
--unregister — Use this parameter when uninstalling a cluster to unregister the cluster and release license from Mission Control.
If you want to use the installation file to install a secondary Dynatrace Managed node in a cluster, use the following parameters:
--seed-ip <ip> — IPv4 address of the master server in the cluster.
--seed-auth <auth-token> — Authentication token for connection to seed node. You'll find this after logging into the seed node, on the Download node installer page.