Hi all.
Yesterday I had to remember relaunch our WSUS server. It' a pity, but he had shutdown as Application Pool: Reset Server Node again and again. So I found some solutions for such problem.
There are:
1) Reduce the number of updates approved.
2) Use Server Cleanup wizard:
Open update services console in wsus server, expand options by clicking on server clean up wizard and clean up all junk. Maybe waste a lot of time.
3) Use SQL Clean Up:
sqlcmd -I -S \\.\pipe\MICROSOFT##WID\tsql\query -i C:\WsusDBMaintenance.sql
4) Use WSUS Repair command:
wuauclt /detectnow
5) Check WSUS Application Pool settings in IIS:
- Open IIS
- Click on Application Pools
- Click on WsusPool
- Click Advanced Settings
- Scroll down and increase the Private Memory Limit and decrease the Regular Time Interval.
6) Run Wsusutil Command, Restart all Windows services (Update Services, WID / SQL, etc.):
cd C:\Program Files\Update Services\Tools
Wsusutil.exe postinstall /servicing
7) Or follow to the advices of WSUS guru:
Good luck.
Glory to Ukraine.
