There are a couple hundred machines (workstations and servers) that are
reporting, or are at least still present in the adminconsole. reports
indicate they are reporting nightly.
The only thing I saw fishy was while troubleshooting client connectivity. I
can ping the wsus server, i can verify the existence of the selfupdate tree,
but when I try to contact the wsus server via the web
(http://wsusserverbname:8530) instead of getting a 'page under construction'
message, i get a '403 - forbidden' message. I can connect to the same page
using port 80, but my clients have always been configured to 8530. Even the
clients that are still reporting currently get the 403 error is i try to
connect to the webpage. Head scratcher.
Anyone have any ideas or direction for me to go next?
--
crazdt
"Lawrence Garvin" wrote:
> "crazdt" <cra...@discussions.microsoft.com> wrote in message
> news:83A16337-70EA-4ECF...@microsoft.com...
> >I have been researching for hours.
> > Each machine I find that is not in WSUS but is in AD (therefore should be
> > in
> > WSUS) has the registry settings @
> > HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\WINDOWSUPDATE and
> > HKLM\SOFTWARE\POLICIES\MICROSOFT\WINDOWS\WINDOWSUPDATE. The correct
> > WUServer
> > is present (http://servername:8530) and up until the upgrade
>
> Key Word: UPGRADE.
>
> There is a known issue where the WSUS 3.0 (SP1) installer sometimes doesn't
> recreate the /selfupdate virtual directory.
>
> Please verify that the /selfupdate virtual directory exists in both the
> "Default Web Site" v-root, as well as the "WSUS Administration" v-root.
>
> If it does not (and it probably does not)
>
> 1. Create a new virtual directory called 'selfupdate'.
> 2. Set the path to C:\Program Files\Update Services\selfupdate
> 3. Enable Anonymous Access
>
>
>
> --
> Lawrence Garvin, M.S., MCITP(x2), MCTS(x5), MCP(x7), MCBMSP
> Senior Data Architect, APQC, Houston, Texas
> Microsoft MVP - Software Distribution (2005-2008)
>
> MS WSUS Website: http://www.microsoft.com/wsus
> My Websites: http://www.onsitechsolutions.com;
> http://wsusinfo.onsitechsolutions.com
> My MVP Profile: http://mvp.support.microsoft.com/profile/Lawrence.Garvin
>
What I though was crazy is that evidently these machines are still working.
A reboot was forced on her pc yet her pc is not in the admin console. So I
wonder what is controlling the downloads and installs at thispoint.
--
crazdt
"Lawrence Garvin" wrote:
> "crazdt" <cra...@discussions.microsoft.com> wrote in message
> news:83A16337-70EA-4ECF...@microsoft.com...
> >I have been researching for hours.
> > Each machine I find that is not in WSUS but is in AD (therefore should be
> > in
> > WSUS) has the registry settings @
> > HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\WINDOWSUPDATE and
> > HKLM\SOFTWARE\POLICIES\MICROSOFT\WINDOWS\WINDOWSUPDATE. The correct
> > WUServer
> > is present (http://servername:8530) and up until the upgrade
>
> 0x80070002
On the Client: Start > Run > regsvr32 wups2.dll [ENTER].
Winfried
--
http://www.microsoft.com/germany/windowsserver2003/technologien/updateservices/default.mspx
http://www.wsuswiki.com/Home
> The PC's that I am working with right now are all windows 2000. It seems
> like this command would affect only pc's not getting updates where my problem
> is the updates are still moving but most of my pc's are not listed in WSUS.
> They used to be there..... but only about 30% remain.
Ok, try this solution: http://msmvps.com/blogs/athif/pages/66376.aspx
> I did try that to no avail. The script errored out. I went and checked
> several pc's and the susid's were always different.
On the client:
net stop wuauserv
rd /s /q %windir%\SoftwareDistribution
net start wuauserv
wuauclt /resetauthorization /detectnow
wuauclt /detectnow
wuauclt /reportnow
Wait 5 Minutes, then post the last 30 lines from
%windir%\WindowsUpdate.log.
Now, I am looking at the synchronizations of the WSUS server and it hasn't
had an update since the BITS update on July 17 and that was the only one. On
July 9th, there were about 37 updates. I need to see if that is normal.
--
crazdt
Excellent.
> But, when trying to get to
> http://wsusserver:8530 I get the http 403 forbidden message.
That's an expected error; there is no default content at the base URL.
To be sure, test the URL http://wsusserver:8530/iuident.cab, which should
present you with a File Open/Save dialog.
>> > But, when trying to get to
>> > http://wsusserver:8530 I get the http 403 forbidden message.
>>
>> That's an expected error; there is no default content at the base URL.
> Expected error? the documentation states it should be a "Page Under
> Construction" message - as I get with the port 80 selfudate page
The IIS documentation states that because there's actually a page there that
provides that content on a default installation of IIS, which you're seeting
on the por t80 default site. WSUS doesn't "own" the default site, it merely
stores some content there for legacy AU clients to use (which are pretty
much a non-issue these days unless you're still trying to update a fresh
installation of WinXPSP1 or Win2000SP3).
However, on an ASP.NET driven website where there is *NO* content in the
root directory, all your'e going to get is a '403' error because there's no
authorized content to serve up.
>Expected error? the documentation states it should be a "Page Under
>Construction" message - as I get with the port 80 selfudate page
Which documentation. None I searched mention "under construction" at all. In any
case that message is the default for IIS on port 80 not on every port, viz:
8530. It is not a WSUS implementation just what you get when there is no default
content on port 80.
--
Dave Mills
There are 10 type of people, those that understand binary and those that don't.
>http://technet.microsoft.com/en-us/library/cc708627.aspx
>Perhaps I misread and used the wrong output line. But, It is under the
>section labeled To Troubleshoot the Automatic Update Client, Step 3.
That paragraph does not mention "Under Construction". The key test is step 4. Do
you get a download prompt for http://WSUSServerName/selfupdate/wuident.cab
I think step 3 is simply looking to check for things like cannot resolve DNS
name etc.
You should see an "Under Construction" message if the WUServer value is
valid. If it is not, you will get an HTTP error of some kind."
That CLEARLY does mention it. Thanks for all your assistance.
--
crazdt
>> http://technet.microsoft.com/en-us/library/cc708627.aspx
>> Perhaps I misread and used the wrong output line. But, It is under the
>> section labeled To Troubleshoot the Automatic Update Client, Step 3.
>
> That paragraph does not mention "Under Construction". The key test is step 4. Do
> you get a download prompt for http://WSUSServerName/selfupdate/wuident.cab
> I think step 3 is simply looking to check for things like cannot resolve DNS
> name etc.
You're looking at "To troubleshoot client connectivity", not "To troubleshoot
the Automatic Update client". The text the OP mentions is indeed there.
Harry.
--
Boycott Beijing 2008 http://www.rsf.org/rubrique.php3?id_rubrique=174
I have learned a LOT from this workgroup.
--
crazdt
Apologies to crazdt and *unplonk*. I was having a bad day I guess