Добавляю новую машину в домен, она появляется на сервере WSUS , через некоторое время от клиента на сервер WSUS приходит отчет, согласно которому на машину нужно установить обновления.
Но на клиенте служба WindowsUpdate обновлений не видит, при запуске центра обновлений вижу надпись «Windows не требуется обновления».
Что делал:
1. На сервере удалял клиента из WSUS , на клиенте выполнял сброс службы обновлений
net stop wuauserv
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v PingID /f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v AccountDomainSid /f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientId /f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate /v SusClientIDValidation /f
del /f /s /q %WinDir%\SoftwareDistribution\*
net start wuauserv
wuauclt.exe /resetauthorization /detectnow
2. На сервере пробовал рестартовать Wsus и ISS
net stop wsusservice
net start wsusservice
net stop bits
net start bits
iisreset
3. На сервере wsusutil checkhealth , в логах появляется событие «Служба WSUS работает правильно.»
WindowsUpdate.log на клиенте
2015-12-01 18:55:12:024 864 c4c Misc =========== Logging initialized (build: 7.6.7600.256, tz: +0700) ===========
2015-12-01 18:55:12:024 864 c4c Misc = Process: C:\Windows\system32\svchost.exe
2015-12-01 18:55:12:024 864 c4c Misc = Module: c:\windows\system32\wuaueng.dll
2015-12-01 18:55:12:024 864 c4c Service *************
2015-12-01 18:55:12:024 864 c4c Service ** START ** Service: Service startup
2015-12-01 18:55:12:024 864 c4c Service *********
2015-12-01 18:55:12:055 864 c4c Agent * WU client version 7.6.7600.256
2015-12-01 18:55:12:055 864 c4c Agent * Base directory: C:\Windows\SoftwareDistribution
2015-12-01 18:55:12:055 864 c4c Agent * Access type: No proxy
2015-12-01 18:55:12:055 864 c4c Agent * Network state: Connected
2015-12-01 18:55:13:116 864 c4c DtaStor Default service for AU is {00000000-0000-0000-0000-000000000000}
2015-12-01 18:55:13:163 864 c4c DtaStor Default service for AU is {9482F4B4-E343-43B6-B170-9A65BC822C77}
2015-12-01 18:55:13:194 864 c4c Agent WARNING: Failed to read the service id for re-registration 0x80070002
2015-12-01 18:55:13:194 864 c4c Agent WARNING: Missing service entry in the backup data store; cleaning up
2015-12-01 18:55:14:177 864 e40 Report CWERReporter::Init succeeded
2015-12-01 18:55:14:177 864 e40 Agent *********** Agent: Initializing Windows Update Agent ***********
2015-12-01 18:55:14:177 864 e40 Agent *********** Agent: Initializing global settings cache ***********
2015-12-01 18:55:14:177 864 e40 Agent * WSUS server:
http://root
2015-12-01 18:55:14:177 864 e40 Agent * WSUS status server:
http://root
2015-12-01 18:55:14:177 864 e40 Agent * Target group: (Unassigned Computers)
2015-12-01 18:55:14:177 864 e40 Agent * Windows Update access disabled: No
2015-12-01 18:55:14:177 864 e40 DnldMgr Download manager restoring 0 downloads
2015-12-01 18:55:14:177 864 e40 AU ########### AU: Initializing Automatic Updates ###########
2015-12-01 18:55:14:177 864 e40 AU # WSUS server:
http://root
2015-12-01 18:55:14:177 864 e40 AU # Detection frequency: 1
2015-12-01 18:55:14:177 864 e40 AU # Approval type: Scheduled (Policy)
2015-12-01 18:55:14:177 864 e40 AU # Scheduled install day/time: Every day at 12:00
2015-12-01 18:55:14:177 864 e40 AU # Auto-install minor updates: No (Policy)
2015-12-01 18:55:14:177 864 e40 AU # Will interact with non-admins (Non-admins are elevated (User preference))
2015-12-01 18:55:14:177 864 c4c Agent Created new random SusClientId f4fdfedc-7d68-49f0-a028-ad6de9e0135f. Old Id: none.
2015-12-01 18:55:14:177 864 c4c Report *********** Report: Initializing static reporting data ***********
2015-12-01 18:55:14:177 864 c4c Report * OS Version = 6.1.7601.1.0.65792
2015-12-01 18:55:14:177 864 c4c Report * OS Product Type = 0x00000030
2015-12-01 18:55:14:192 864 e40 AU Setting AU scheduled install time to 2015-12-02 05:00:00
2015-12-01 18:55:14:270 864 c4c Report * Computer Brand = System manufacturer
2015-12-01 18:55:14:270 864 c4c Report * Computer Model = System Product Name
2015-12-01 18:55:14:270 864 c4c Report * Bios Revision = 0415
2015-12-01 18:55:14:270 864 c4c Report * Bios Name = BIOS Date: 02/04/10 20:21:09 Ver: 08.00.12
2015-12-01 18:55:14:270 864 c4c Report * Bios Release Date = 2010-02-04T00:00:00
2015-12-01 18:55:14:270 864 c4c Report * Locale ID = 1049
2015-12-01 18:55:14:286 864 e40 AU Successfully wrote event for AU health state:0
2015-12-01 18:55:14:286 864 e40 AU Initializing featured updates
2015-12-01 18:55:14:286 864 e40 AU Found 0 cached featured updates
2015-12-01 18:55:14:286 864 e40 AU Successfully wrote event for AU health state:0
2015-12-01 18:55:14:286 864 e40 AU Successfully wrote event for AU health state:0
2015-12-01 18:55:14:286 864 e40 AU AU finished delayed initialization
2015-12-01 18:55:14:286 864 e40 AU Triggering AU detection through DetectNow API
2015-12-01 18:55:14:286 864 e40 AU Triggering Online detection (non-interactive)
2015-12-01 18:55:14:286 864 c4c AU #############
2015-12-01 18:55:14:286 864 c4c AU ## START ## AU: Search for updates
2015-12-01 18:55:14:286 864 c4c AU #########
2015-12-01 18:55:14:286 864 c4c AU ## RESUMED ## AU: Search for updates [CallId = {39D5EE6F-45F3-4944-8377-E433EC48713F}]
2015-12-01 20:10:29:466 864 784 AU # 0 updates detected
2015-12-01 20:10:29:481 864 784 AU #########
2015-12-01 20:10:29:481 864 784 AU ## END ## AU: Search for updates [CallId = {39D5EE6F-45F3-4944-8377-E433EC48713F}]
2015-12-01 20:10:29:481 864 784 AU #############
2015-12-01 20:10:30:277 864 784 AU Successfully wrote event for AU health state:0
2015-12-01 20:10:30:277 864 784 AU Featured notifications is disabled.
2015-12-01 20:10:30:324 864 784 AU AU setting next detection timeout to 2015-12-01 14:02:42
2015-12-01 20:10:30:417 864 784 AU Setting AU scheduled install time to 2015-12-02 05:00:00
2015-12-01 20:10:30:417 864 784 AU Successfully wrote event for AU health state:0
2015-12-01 20:10:30:464 864 784 AU Successfully wrote event for AU health state:0
2015-12-01 20:10:32:164 864 ebc Report CWERReporter finishing event handling. (00000000)
2015-12-01 20:10:32:508 864 ebc Report REPORT EVENT: {636C8E92-DE39-4863-94C4-78A74E38AE63} 2015-12-01 20:10:27:406+0700 1 147 101 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Software Synchronization Windows Update Client successfully detected 0 updates.
2015-12-01 20:10:32:632 864 ebc Report REPORT EVENT: {DC4DDE21-A637-456C-B080-D467466A5358} 2015-12-01 20:10:27:609+0700 1 156 101 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Pre-Deployment Check Reporting client status.
2015-12-01 20:10:32:898 864 ebc Report CWERReporter finishing event handling. (00000000)
2015-12-01 20:21:51:503 864 ebc Report Uploading 2 events using cached cookie, reporting URL =
http://root/ReportingWebService/Repo...ebService.asmx
2015-12-01 20:21:51:534 864 ebc Report Reporter successfully uploaded 2 events.
2015-12-01 20:30:24:597 2212 2b4 Misc =========== Logging initialized (build: 7.6.7600.256, tz: +0700) ===========
2015-12-01 20:30:24:597 2212 2b4 Misc = Process: c:\program files\windows defender\MpCmdRun.exe
2015-12-01 20:30:24:597 2212 2b4 Misc = Module: C:\Windows\system32\wuapi.dll
2015-12-01 20:30:24:597 2212 2b4 COMAPI -------------
2015-12-01 20:30:24:597 2212 2b4 COMAPI -- START -- COMAPI: Search [ClientId = Windows Defender]
2015-12-01 20:30:24:597 2212 2b4 COMAPI ---------
2015-12-01 20:30:24:612 864 ebc Agent *************
2015-12-01 20:30:24:612 864 ebc Agent ** START ** Agent: Finding updates [CallerId = Windows Defender]
2015-12-01 20:30:24:612 864 ebc Agent *********
2015-12-01 20:30:24:612 864 ebc Agent * Online = Yes; Ignore download priority = No
2015-12-01 20:30:24:612 864 ebc Agent * Criteria = "(IsInstalled = 0 and IsHidden = 0 and CategoryIDs contains '8c3fcc84-7410-4a95-8b89-a166a0190486' and CategoryIDs contains 'e0789628-ce08-4437-be74-2495b842f43b')"
2015-12-01 20:30:24:612 864 ebc Agent * ServiceID = {00000000-0000-0000-0000-000000000000} Third party service
2015-12-01 20:30:24:612 864 ebc Agent * Search Scope = {Machine}
2015-12-01 20:30:24:612 2212 2b4 COMAPI -- RESUMED -- COMAPI: Search [ClientId = Windows Defender]
2015-12-01 20:30:25:548 2212 228 COMAPI - Updates found = 0
2015-12-01 20:30:25:548 2212 228 COMAPI ---------
2015-12-01 20:30:25:548 2212 228 COMAPI -- END -- COMAPI: Search [ClientId = Windows Defender]
2015-12-01 20:30:25:548 2212 228 COMAPI -------------
2015-12-01 20:30:30:556 864 ebc Report REPORT EVENT: {CDB0DA9E-CEB6-4706-9769-264D76DF602A} 2015-12-01 20:30:25:548+0700 1 147 101 {00000000-0000-0000-0000-000000000000} 0 0 Windows Defender Success Software Synchronization Windows Update Client successfully detected 0 updates.
2015-12-01 20:30:30:556 864 ebc Report CWERReporter finishing event handling. (00000000)
2015-12-01 20:41:47:696 864 ebc Report Uploading 1 events using cached cookie, reporting URL =
http://root/ReportingWebService/Repo...ebService.asmx
2015-12-01 20:41:47:711 864 ebc Report Reporter successfully uploaded 1 events.
2015-12-01 21:02:42:301 864 c4c AU #############
2015-12-01 21:02:42:301 864 c4c AU ## START ## AU: Search for updates
2015-12-01 21:02:42:301 864 c4c AU #########
2015-12-01 21:02:42:301 864 c4c AU ## RESUMED ## AU: Search for updates [CallId = {8C824553-D717-4760-B993-6297A8675A1A}]
2015-12-01 21:07:05:037 864 75c AU # 0 updates detected
2015-12-01 21:07:05:037 864 75c AU #########
2015-12-01 21:07:05:037 864 75c AU ## END ## AU: Search for updates [CallId = {8C824553-D717-4760-B993-6297A8675A1A}]
2015-12-01 21:07:05:037 864 75c AU #############
2015-12-01 21:07:05:381 864 75c AU Successfully wrote event for AU health state:0
2015-12-01 21:07:05:381 864 75c AU Featured notifications is disabled.
2015-12-01 21:07:05:427 864 75c AU AU setting next detection timeout to 2015-12-01 15:00:01
2015-12-01 21:07:05:459 864 75c AU Setting AU scheduled install time to 2015-12-02 05:00:00
2015-12-01 21:07:05:459 864 75c AU Successfully wrote event for AU health state:0
2015-12-01 21:07:05:724 864 75c AU Successfully wrote event for AU health state:0
2015-12-01 21:07:09:312 864 784 Report REPORT EVENT: {36380970-59EE-488B-98B0-D31E1372D0CD} 2015-12-01 21:07:03:399+0700 1 147 101 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Software Synchronization Windows Update Client successfully detected 0 updates.
2015-12-01 21:07:09:312 864 784 Report REPORT EVENT: {21057EA5-0057-43F9-B5E4-16CA619ACBBC} 2015-12-01 21:07:03:696+0700 1 156 101 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Pre-Deployment Check Reporting client status.
2015-12-01 21:07:12:713 864 784 Report CWERReporter finishing event handling. (00000000)