11 Mar 2019 09:58 AM
Hi
Could you please help us with the following requirements? The requirement is for a large environment
We have to deploy 1200 one agents (with different technologies like java, .net).
We need to complete this requirement in 2 months.
Could you please suggest if we get any script from Dynatrace for the deployment of such a large number of oneagent?
Or
Is there anyway a script can be written so that the script can support all technologies i.e., we can use the same script for all the agents of different technologies?
Or
What is the best to implement the above requirement (if possible please provide the steps or any document)
Thanks in advance
Thanks&Regarding
Srinivas
Solved! Go to Solution.
11 Mar 2019 11:11 AM
For Dynatrace the applications technology stack does not matter for agent rollout, only the operating system of the host matters.
For linux the installation is done with a bash script, which can be automated with any tool, for windows you can automate it with the provided MSI package.
12 Mar 2019 06:29 AM
Thank you so much Patrick.
11 Mar 2019 04:01 PM - last edited on 06 Dec 2024 12:18 PM by MaciejNeumann
Adding a bit, check out this page for how to deploy to various operating systems. In general the installation is very simple especially if you're using an OS like Linux where the install really only has 2 key steps (get the installer script and run it).
Further, with the OneAgent whatever method you establish will work for any and all of our supported technologies that you have. All you need to worry about is installing it on the host and it will be able to find and instrument any applications running supported technologies that are running on them. So there is really no need to consider each technology when deciding how to automate the installation.
James
12 Mar 2019 06:40 AM
Thank you James.
Please clarify one more doubt.
To install Oneagent, we go to the console,-->Deploy Dynatrace-->Start installation-->Linux-->select installation type (x86/64)-->then need to run wget -o commands (on target host, verify signature, and run installer with root rights)--> restart processes
Here, my question is, How to create script with above steps? could please provide the steps?
This is my first assignment on Oneagent installation. So a bit confusion.
Thanks in advance
Thanks&Regards
Srinivas
12 Mar 2019 12:13 PM - last edited on 16 Oct 2023 03:47 PM by random_user
You might find some of this information useful:
General Information About Automation of OneAgent Installs
https://community.dynatrace.com/spaces/482/dynatrace-open-qa/questions/207104/how-can-we-deploy-dyna...
Ansible
https://github.com/Dynatrace/Dynatrace-OneAgent-Ansible
https://www.dynatrace.com/technologies/devops/ansible/
https://www.ansible.com/integrations/devops-tools/dynatrace
Chef
https://github.com/Dynatrace/Dynatrace-OneAgent-Chef
Puppet
https://forge.puppet.com/dynatrace/dynatraceoneagent
HTH,
dave
25 Mar 2019 08:14 AM
Thank you so much Dave for providing the useful links