I am able to install and configure the .net agent in our AWS servers through command line successfully
but IIS requires to restart after installation
I am not sure how to do IIS reset through AD config file
when I configure manually, there is check box IIS restart which checked default and installation effective immediately ..
since its AWS server, we are spinning up the server every day ..we need to have it automatically ..How can I resolve issue?
Thanks Karthikay for your post. We did IIS reset in the cookbook itself which is outside of the APP D installation. It helped us to resolve issue.
Hi Harshad,
Good to know that the issue is resolved.
Thanks,
kartikay
Hi Harshad,
I am assuming that you are using Unattended+Installation+for+.NET.
https://docs.appdynamics.com/display/PRO42/Unattended+Installation+for+.NET
If above is correct then you just need to add following in the end of the batch file used to install the .net agent -
iisreset
Let me know if above helps ?
Thanks Karthikay for your post. We did IIS reset in the cookbook itself which is outside of the APP D installation. It helped us to resolve issue.