Install Supported Agents on Remote Hosts
You can install supported Agent on a remote host or multiple remote hosts using a primary Smart Agent host.
AppDynamics SaaS
list_alt
You can install supported Agent on a remote host or multiple remote hosts using a primary Smart Agent host.
sudo ./smartagentctl install <agent-type> --remote
./smartagentctl.exe install <agent-type> --remote
sudo ./smartagentctl install <agent-type> --remote --install-agent-from: <path>/<agent-type>.zip --download-protocol: local
Here, path
is the relative path of the existing Smart Agent directory. For example, if you have downloaded Machine Agent zip file at <smartagent>/agent/machine-agent.zip
, specify the following:sudo ./smartagentctl install machine --remote --install-agent-from: agent/machine-agent.zip --download-protocol: local
sudo ./smartagentctl install machine --remote --install-agent-from: machine-agent.zip --download-protocol: local
./smartagentctl.exe install <agent-type> --remote --install-agent-from: <path>/<agent-type>.zip —download-protocol: local
sudo ./smartagentctl install <agent-name> --install-agent-from https://url-path/<agent-type>.zip --download-protocol http
./smartagentctl.exe install <agent-type> --remote --install-agent-from https://url-path/agent.zip --download-protocol http