WSUS und SelfUpdate Tree - Problem
Hallo,
fast jeder scheint das Problem zu kennen, ich habe zig Loesungsvorschlaege gefunden und ausprobiert, aber nichts hat etwas gebracht.
Der WSUS gibt im Willkommensbildschirm folgende Meldung aus:
"Check your server configuration
One or more Update Service components could not be contacted. Check your server status and ensure that the Windows Server Update Service is running. Non-running services: SelfUpdate".
Was ich getan habe:
- Ueberpruefung aller Rechte, sowohl im IIS als auch im Dateisystem
- Deinstallation und Neuinstallation von IIS und WSUS
- Umlegen des Ports von WSUS auf 8530 (vorher 80, bei der Neuinstallation dann geaendert)
- Aendern des Kontos unter dem der Update Service laeuft
Das alles hat nichts gebracht, nach dem Neustart des UpdateService (oder auch anderen, bis hin zum Neustart des gesamten Servers) wird nach einigen Minuten wieder diese Meldung ausgegeben und im Eventlog steht auch ein entsprechender Eintrag.
Hat das irgendjemand schon anders geloest, als mit den im Web zu findenden Vorschlaegen? Ich bin hier fast am Verzweifeln, seit 2 Tagen suche ich mir 75% von der Arbeitszeit die Augen dusselig, aber nichts bringt was
fast jeder scheint das Problem zu kennen, ich habe zig Loesungsvorschlaege gefunden und ausprobiert, aber nichts hat etwas gebracht.
Der WSUS gibt im Willkommensbildschirm folgende Meldung aus:
"Check your server configuration
One or more Update Service components could not be contacted. Check your server status and ensure that the Windows Server Update Service is running. Non-running services: SelfUpdate".
Was ich getan habe:
- Ueberpruefung aller Rechte, sowohl im IIS als auch im Dateisystem
- Deinstallation und Neuinstallation von IIS und WSUS
- Umlegen des Ports von WSUS auf 8530 (vorher 80, bei der Neuinstallation dann geaendert)
- Aendern des Kontos unter dem der Update Service laeuft
Das alles hat nichts gebracht, nach dem Neustart des UpdateService (oder auch anderen, bis hin zum Neustart des gesamten Servers) wird nach einigen Minuten wieder diese Meldung ausgegeben und im Eventlog steht auch ein entsprechender Eintrag.
Hat das irgendjemand schon anders geloest, als mit den im Web zu findenden Vorschlaegen? Ich bin hier fast am Verzweifeln, seit 2 Tagen suche ich mir 75% von der Arbeitszeit die Augen dusselig, aber nichts bringt was
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 15751
Url: https://administrator.de/contentid/15751
Ausgedruckt am: 22.11.2024 um 09:11 Uhr
3 Kommentare
Neuester Kommentar
Eintrag aus http://msmvps.com/athif/articles/67954.aspx
WSUS: SelfUpdate Tree is not working
SYMPTOMS
You see the following error on WSUSAdmin Page;
Check your server configuration
One or more Update Service components could not be contacted. Check your server status and ensure that the Windows Server Update Service is running.
Non-running services: SelfUpdate
And, the following event is logged;
Event Type: Error
Event Source: Windows Server Update Services
Event Category: Update Services Service
Event ID: 506
User: N/A
Description:
The SelfUpdate Tree is not working. Clients may not be able to update to the latest WUA client software and communicate with the Windows Server Update Services (WSUS) Server.
THE FACT
· The SelfUpdate tree MUST be installed into port 80 regardless of whether you are running WSUS on port 80 / 8530.
· The SelfUpdate tree does not work if you have the website bound to a specific IP address in your IIS configuration.
PROCEDURE
Procedure to enable SelfUpdate tree;
1. Open IIS Manager from Administrative Tools
2. In the website running on port 80, create a virtual directory called 'Selfupdate'.
3. Point the physical path to 'C:\Program Files\Update Services\Selfupdate'.
4. Make sure you allow anonymous users to connect to it under the 'Directory Security' tab - Enable Anonymous Access.
5. Change the security of the 'Selfupdate' virtual directory (right click, properties) and tick the 'Directory Browsing' check box.
RESOLUTION
The workaround is either to set your IIS Configuration to respond to "All unassigned" addresses or add 127.0.0.1 to the list of IP addresses used for Selfupdate.
WSUS: SelfUpdate Tree is not working
SYMPTOMS
You see the following error on WSUSAdmin Page;
Check your server configuration
One or more Update Service components could not be contacted. Check your server status and ensure that the Windows Server Update Service is running.
Non-running services: SelfUpdate
And, the following event is logged;
Event Type: Error
Event Source: Windows Server Update Services
Event Category: Update Services Service
Event ID: 506
User: N/A
Description:
The SelfUpdate Tree is not working. Clients may not be able to update to the latest WUA client software and communicate with the Windows Server Update Services (WSUS) Server.
THE FACT
· The SelfUpdate tree MUST be installed into port 80 regardless of whether you are running WSUS on port 80 / 8530.
· The SelfUpdate tree does not work if you have the website bound to a specific IP address in your IIS configuration.
PROCEDURE
Procedure to enable SelfUpdate tree;
1. Open IIS Manager from Administrative Tools
2. In the website running on port 80, create a virtual directory called 'Selfupdate'.
3. Point the physical path to 'C:\Program Files\Update Services\Selfupdate'.
4. Make sure you allow anonymous users to connect to it under the 'Directory Security' tab - Enable Anonymous Access.
5. Change the security of the 'Selfupdate' virtual directory (right click, properties) and tick the 'Directory Browsing' check box.
RESOLUTION
The workaround is either to set your IIS Configuration to respond to "All unassigned" addresses or add 127.0.0.1 to the list of IP addresses used for Selfupdate.
Also ich habe das Problem folgendermaßen gelöst und geht bisher wunderbar (installation auf Port 8530):
Einstellungen in IIS:
In Ordner Internetinformationsdienste-Manager/Lokaler Computer/Websites:
WSUSVerwaltung/ Eigenschaften/ Verzeichnissicherheit
Authentifizierung und Zugriffsteuerung -> bearbeiten
Anonymen Zugriff aktivieren für Benutzer Administrator (Passwort eingeben)
Standardwebsite/Selfupdate/ Eigenschaften/ Verzeichnissicherheit
Authentifizierung und Zugriffsteuerung -> bearbeiten
Anonymen Zugriff aktivieren für Benutzer Administrator (Passwort eingeben)
MfG
Ulrich
Einstellungen in IIS:
In Ordner Internetinformationsdienste-Manager/Lokaler Computer/Websites:
WSUSVerwaltung/ Eigenschaften/ Verzeichnissicherheit
Authentifizierung und Zugriffsteuerung -> bearbeiten
Anonymen Zugriff aktivieren für Benutzer Administrator (Passwort eingeben)
Standardwebsite/Selfupdate/ Eigenschaften/ Verzeichnissicherheit
Authentifizierung und Zugriffsteuerung -> bearbeiten
Anonymen Zugriff aktivieren für Benutzer Administrator (Passwort eingeben)
MfG
Ulrich