cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

AppD installation issue with .Net agents on AWS servers

harshad.ithape
Producer

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?

3 REPLIES 3

Kartikay.Tripathi
AppDynamics Team

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 ?

 

 



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

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. 

Kartikay.Tripathi
AppDynamics Team

Hi Harshad, 

 

Good to know that the issue is resolved.

 

Thanks,

kartikay



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.