Share via


IIS application not auto start after server reboot

Question

Wednesday, August 16, 2017 12:16 PM

We are facing issue with sharepoint servers / IIS aplication pool.
Whenever we updates and reboots sharepoint servers [ we have 7 sharepoint servers] after that IIS application pool goes in stop mode and after machine comes online we have to manually start those application pool.
This happening for all the application pool and all the servers, we arefacing this issue from last three months.
Does this related to any bad windows patch ?

We checked application pool basic and advance setting and all looks good, imediate start enabled on all the applicaiton pool. is there anything apart for this ?

jahir

All replies (3)

Thursday, August 17, 2017 6:04 AM

Hi jahir,

Please stop automatic startup and re-configure automatic startup for the application pools, compare the results.

You can also configure whether to automatically start an application using the following commands:

appcmd set config /section:applicationPools /[name='<pool> '].autoStart:false

appcmd set config /section:applicationPools /[name='<pool>'].autoStart:true

Best regards,

Linda Zhang

Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected]


Thursday, August 17, 2017 2:47 PM

Thanks a lot Linda. 

jahir


Tuesday, August 22, 2017 9:44 AM

Hi jahir,

Have you resolved this issue?

If you think it is helpful, please mark it as an answer. It will help other users who meet the same issue in this forum.

Best regards,

Linda Zhang

Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected]