Welcome to ServerForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Machines not reporting.

 
   Windows Server (Home) -> Windows Server Update Services RSS
Next:  Client-Side Targeting Not working on All Machines  
Author Message
Mark

External


Since: Jun 23, 2005
Posts: 6



(Msg. 1) Posted: Thu Jun 23, 2005 1:32 pm
Post subject: Machines not reporting.
Archived from groups: microsoft>public>windows>server>update_services (more info?)

Hello,

I'm working on migrating my install base from SUS to WSUS and most of
the hosts have shown up on the server. The one thing that is troubling
me is that 70 of the 200 clients have not submitted a status report yet
three days after the migration. Is there a way to increase the reporting
frequency?

All of my clients are XP Pro SP2 and the server is Win2k3 SP1. Any
suggestions would be appreciated.

Thanks,
Mark

 >> Stay informed about: Machines not reporting. 
Back to top
Login to vote
onesj

External


Since: Jun 23, 2005
Posts: 1



(Msg. 2) Posted: Thu Jun 23, 2005 1:32 pm
Post subject: RE: Machines not reporting. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Im having the same problem...

Check your c:\windows\windowsupdate.log file for the reporting status.

Like mine

Report WARNING: CEventNamespaceDefinition::Init failed = 8024f002.
Report WARNING: InitReportingComponents failed: 8024f002

Post your findings on here..

"Mark" wrote:

> Hello,
>
> I'm working on migrating my install base from SUS to WSUS and most of
> the hosts have shown up on the server. The one thing that is troubling
> me is that 70 of the 200 clients have not submitted a status report yet
> three days after the migration. Is there a way to increase the reporting
> frequency?
>
> All of my clients are XP Pro SP2 and the server is Win2k3 SP1. Any
> suggestions would be appreciated.
>
> Thanks,
> Mark
>

 >> Stay informed about: Machines not reporting. 
Back to top
Login to vote
Mark

External


Since: Jun 23, 2005
Posts: 6



(Msg. 3) Posted: Thu Jun 23, 2005 3:27 pm
Post subject: Re: Machines not reporting. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

After sending this email, I was able to track it down to the compression
problem being talked about in a previous thread. Disabling the HTTP
compression by doing:

"Quote from Don "The easiest way to disable WSUS compression is to
rename the %windir%\system32\inetsrv\suscomp.dll file and then restart
the IIS service and the Update Services service""

After which I used a little batch file I wrote + psexec to run it
remotely on my affected machines.

wufix.bat:
net stop wuauserv
net start wuauserv
"c:\windows\system32\wuauclt.exe" /detectnow

Cheers,
Mark
 >> Stay informed about: Machines not reporting. 
Back to top
Login to vote
Mark

External


Since: Jun 23, 2005
Posts: 6



(Msg. 4) Posted: Thu Jun 23, 2005 3:41 pm
Post subject: Re: Machines not reporting. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

After sending this email, I was able to track it down to the compression
problem being talked about in a previous thread. Disabling the HTTP
compression by doing:

"Quote from Don "The easiest way to disable WSUS compression is to
rename the %windir%\system32\inetsrv\suscomp.dll file and then restart
the IIS service and the Update Services service""

After which I used a little batch file I wrote + psexec to run it
remotely on my affected machines.

wufix.bat:
net stop wuauserv
net start wuauserv
"c:\windows\system32\wuauclt.exe" /detectnow

Cheers,
Mark
 >> Stay informed about: Machines not reporting. 
Back to top
Login to vote
Woody

External


Since: Nov 19, 2005
Posts: 9



(Msg. 5) Posted: Thu Jun 23, 2005 10:51 pm
Post subject: Re: Machines not reporting. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I have the same problem, 475 clients reported 130 not, I have tried to find
the article earlier about the HTTP compression but had no luck, Could you
give me a bit more insight into your problem.


"Mark" <mcr2z.RemoveThis@cs.virginia.edu> wrote in message
news:42BB107E.10709@cs.virginia.edu...
> Hello,
>
> After sending this email, I was able to track it down to the compression
> problem being talked about in a previous thread. Disabling the HTTP
> compression by doing:
>
> "Quote from Don "The easiest way to disable WSUS compression is to
> rename the %windir%\system32\inetsrv\suscomp.dll file and then restart
> the IIS service and the Update Services service""
>
> After which I used a little batch file I wrote + psexec to run it
> remotely on my affected machines.
>
> wufix.bat:
> net stop wuauserv
> net start wuauserv
> "c:\windows\system32\wuauclt.exe" /detectnow
>
> Cheers,
> Mark
 >> Stay informed about: Machines not reporting. 
Back to top
Login to vote
Chris Henderson

External


Since: Jun 20, 2005
Posts: 9



(Msg. 6) Posted: Thu Jun 23, 2005 10:51 pm
Post subject: Re: Machines not reporting. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Woody,

Mark just posted the fix. On the WSUS server do the following.

1. rename the %windir%\system32\inetsrv\suscomp.dll file
2. restart the IIS service and the Update Services service

If you want to fix some of the clients quickly, remote control on to them,
stop the Windows Update Service then restart it.

Chris


"Woody" <tosca925.RemoveThis@NOSPAMyahoo.co.uk> wrote in message
news:eQozK3DeFHA.3620@TK2MSFTNGP09.phx.gbl...
>I have the same problem, 475 clients reported 130 not, I have tried to find
>the article earlier about the HTTP compression but had no luck, Could you
>give me a bit more insight into your problem.
>
>
> "Mark" <mcr2z.RemoveThis@cs.virginia.edu> wrote in message
> news:42BB107E.10709@cs.virginia.edu...
>> Hello,
>>
>> After sending this email, I was able to track it down to the compression
>> problem being talked about in a previous thread. Disabling the HTTP
>> compression by doing:
>>
>> "Quote from Don "The easiest way to disable WSUS compression is to
>> rename the %windir%\system32\inetsrv\suscomp.dll file and then restart
>> the IIS service and the Update Services service""
>>
>> After which I used a little batch file I wrote + psexec to run it
>> remotely on my affected machines.
>>
>> wufix.bat:
>> net stop wuauserv
>> net start wuauserv
>> "c:\windows\system32\wuauclt.exe" /detectnow
>>
>> Cheers,
>> Mark
>
>
 >> Stay informed about: Machines not reporting. 
Back to top
Login to vote
Woody

External


Since: Nov 19, 2005
Posts: 9



(Msg. 7) Posted: Fri Jun 24, 2005 12:13 am
Post subject: Re: Machines not reporting. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I presume this is from a SUS upgrade? Mine is a SUS upgrade. What does
renaming the file actually do.? Does restarting the service create a new
one?

"Chris Henderson" <please.RemoveThis@dont.ask.com> wrote in message
news:OhDxpTEeFHA.2604@TK2MSFTNGP15.phx.gbl...
> Hi Woody,
>
> Mark just posted the fix. On the WSUS server do the following.
>
> 1. rename the %windir%\system32\inetsrv\suscomp.dll file
> 2. restart the IIS service and the Update Services service
>
> If you want to fix some of the clients quickly, remote control on to them,
> stop the Windows Update Service then restart it.
>
> Chris
>
>
> "Woody" <tosca925.RemoveThis@NOSPAMyahoo.co.uk> wrote in message
> news:eQozK3DeFHA.3620@TK2MSFTNGP09.phx.gbl...
>>I have the same problem, 475 clients reported 130 not, I have tried to
>>find the article earlier about the HTTP compression but had no luck, Could
>>you give me a bit more insight into your problem.
>>
>>
>> "Mark" <mcr2z.RemoveThis@cs.virginia.edu> wrote in message
>> news:42BB107E.10709@cs.virginia.edu...
>>> Hello,
>>>
>>> After sending this email, I was able to track it down to the compression
>>> problem being talked about in a previous thread. Disabling the HTTP
>>> compression by doing:
>>>
>>> "Quote from Don "The easiest way to disable WSUS compression is to
>>> rename the %windir%\system32\inetsrv\suscomp.dll file and then restart
>>> the IIS service and the Update Services service""
>>>
>>> After which I used a little batch file I wrote + psexec to run it
>>> remotely on my affected machines.
>>>
>>> wufix.bat:
>>> net stop wuauserv
>>> net start wuauserv
>>> "c:\windows\system32\wuauclt.exe" /detectnow
>>>
>>> Cheers,
>>> Mark
>>
>>
>
>
 >> Stay informed about: Machines not reporting. 
Back to top
Login to vote
Chris Henderson

External


Since: Jun 20, 2005
Posts: 9



(Msg. 8) Posted: Fri Jun 24, 2005 12:13 am
Post subject: Re: Machines not reporting. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

No it's from a bug in WSUS. I used RC1 then RTM.

Chris

"Woody" <tosca925 DeleteThis @NOSPAMyahoo.co.uk> wrote in message
news:uiECnkEeFHA.2244@TK2MSFTNGP15.phx.gbl...
>I presume this is from a SUS upgrade? Mine is a SUS upgrade. What does
>renaming the file actually do.? Does restarting the service create a new
>one?
>
> "Chris Henderson" <please DeleteThis @dont.ask.com> wrote in message
> news:OhDxpTEeFHA.2604@TK2MSFTNGP15.phx.gbl...
>> Hi Woody,
>>
>> Mark just posted the fix. On the WSUS server do the following.
>>
>> 1. rename the %windir%\system32\inetsrv\suscomp.dll file
>> 2. restart the IIS service and the Update Services service
>>
>> If you want to fix some of the clients quickly, remote control on to
>> them, stop the Windows Update Service then restart it.
>>
>> Chris
>>
>>
>> "Woody" <tosca925 DeleteThis @NOSPAMyahoo.co.uk> wrote in message
>> news:eQozK3DeFHA.3620@TK2MSFTNGP09.phx.gbl...
>>>I have the same problem, 475 clients reported 130 not, I have tried to
>>>find the article earlier about the HTTP compression but had no luck,
>>>Could you give me a bit more insight into your problem.
>>>
>>>
>>> "Mark" <mcr2z DeleteThis @cs.virginia.edu> wrote in message
>>> news:42BB107E.10709@cs.virginia.edu...
>>>> Hello,
>>>>
>>>> After sending this email, I was able to track it down to the
>>>> compression
>>>> problem being talked about in a previous thread. Disabling the HTTP
>>>> compression by doing:
>>>>
>>>> "Quote from Don "The easiest way to disable WSUS compression is to
>>>> rename the %windir%\system32\inetsrv\suscomp.dll file and then restart
>>>> the IIS service and the Update Services service""
>>>>
>>>> After which I used a little batch file I wrote + psexec to run it
>>>> remotely on my affected machines.
>>>>
>>>> wufix.bat:
>>>> net stop wuauserv
>>>> net start wuauserv
>>>> "c:\windows\system32\wuauclt.exe" /detectnow
>>>>
>>>> Cheers,
>>>> Mark
>>>
>>>
>>
>>
>
>
 >> Stay informed about: Machines not reporting. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Some machines not reporting anymore... - I have some machines that when I first put the WSUS server in place, were updating like they should. Now I have machines that have not reported for a week or more. Any ideas or where to look? Thanks.

Identical SusClientID on Computer lab machines - Hello there, I have encountered the problem on identical SusClientID on my 80PCs which shows only single machines on the WSUS console. Those PCs are cloned with the same image from Altiris LabExpert. However, I don't think that this is not the problem...

Client-Side Targeting Not working on All Machines - I am using Client-Side Targeting group policy to assign my computers to specific groups. Most computers got assgined successfully to their groups but many computers simply do not show up on WSUS. I tried to go gpupdate on one of the computers and..

Client Problem - XP machines show "npt needed" for all upd.. - We have installed WSUS on a 2003 Server. About 500 windows 2000 sp4 machines are working great. Our 10 or so XP SP2 machines show up on the WSUS server, but after reporting the first time, they show all updates as "not needed", even though the...

WSUS Clients not reporting - All my clients say "not yet reported" Any ides, I believe I need them to report so I can see what updats they require.
   Windows Server (Home) -> Windows Server Update Services All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]