"wsus-fool" <wsus-> wrote in message
news:wsus-...
> 1. When I installed WSUS, the website to point the clients to said
> http://HERMES. This is also what I have set in the GPO, which is set up
> on an OU called Managed Users.
This could be problematic. The policy configuration is a *computer*
configuration, and should be linked to an OU containing Computers .. not
Users. If you've linked the GPO to a Users OU, that would explain why it's
not being applied.
> 2. I configured WSUS to use the default web site. When I view the
> properties of the Default Web Site in IIS, the IP is 10.101.10.253
The Default Web Site need to be configured to use "All Available" IP
addresses. This is necessary to support 'localhost' connectivity from the
WSUS Health Monitoring Service.
> 3. I am now seeing computers in the WSUS Console, but they are saying
> "Not yet reported". And on the WSUS Client Diagnostic Tool, I receive
> this error:
>
> VerifyWUServerURL() failed with hr=0x80190193
Good stuff. This is an HTTP 403 error. If you can go to the IIS logs on the
WSUS Server and see if IIS has recorded the specific web request that
corresponds to this execution of the Client Diagnostic Tool (It'll be a GET
to a resource in
http://hermes/selfupdate/... ) we can get the subcode and
find out exactly what the issue is.
Note: The IIS logs are recorded in GMT so you'll need to do time conversions
to get the correct entries.
Typically HTTP 403 errors are triggered in the WUAgent environment when
WinHTTP is not configured correctly to use a proxy server, or authentication
with the proxy server is failing. If there is no proxy server configured on
the client (which is the case here), it could be a proxy server actually
blocking the request (in which case IIS won't have a log entry for the
request).
It can also be a misconfiguration in IIS. The fact that your IIS has a
specific address configured indicates that somebody has changed the IIS
configuration from the default at some point. This then begs the question of
what else has also been changed. I would recommend validating your IIS
permissions against those documented in the WSUS Operations Guide to ensure
IIS has the proper permissions configured to support WSUS operations.
--
Lawrence Garvin, M.S., MCITP:EA, MCDBA
Principal/CTO, Onsite Technology Solutions, Houston, Texas
Microsoft MVP - Software Distribution (2005-2009)
MS WSUS Website:
http://www.microsoft.com/wsus
My MVP Profile:
http://mvp.support.microsoft.com/pro...awrence.Garvin