PC Review


Reply
Thread Tools Rate Thread

Failing software updates

 
 
Neil Shaw
Guest
Posts: n/a
 
      17th Mar 2004
Hi

My network here consists of ~40 workstations. We then have one file server
and one Exchange server, which runs AD. All are Win2k/Win2k Server.

I have added a Group Policy for all computers to allow me to deploy software
(mainly service packs) to all machines automatically. Whilst this has worked
for the majority of workstations, there are 5 or 6 that are not picking up
this update. As far as I know, there are no differences in the setups of
these machines.

Any hints as to where I should be looking to resolve this problem?

Thanks,
Neil


 
Reply With Quote
 
 
 
 
Brian Desmond [MVP]
Guest
Posts: n/a
 
      18th Mar 2004
Neil,

Could you logon to one of the failing machines and run a gpresult /v, and
then do the same on a working machine. If you paste the results back in
here, I can take a look.

--
--
Brian Desmond
Windows Server MVP
(E-Mail Removed)

Http://www.briandesmond.com


"Neil Shaw" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi
>
> My network here consists of ~40 workstations. We then have one file server
> and one Exchange server, which runs AD. All are Win2k/Win2k Server.
>
> I have added a Group Policy for all computers to allow me to deploy

software
> (mainly service packs) to all machines automatically. Whilst this has

worked
> for the majority of workstations, there are 5 or 6 that are not picking up
> this update. As far as I know, there are no differences in the setups of
> these machines.
>
> Any hints as to where I should be looking to resolve this problem?
>
> Thanks,
> Neil
>
>



 
Reply With Quote
 
Brian Desmond [MVP]
Guest
Posts: n/a
 
      18th Mar 2004
Are the machines in the same OU?

Check the Application Event viewer on the problem machines for
warnings/errors for application management.

Can you also send back the netlogon.log file from c:\windows\security\logs
on one of the problem boxes?

--
--
Brian Desmond
Windows Server MVP
(E-Mail Removed)

Http://www.briandesmond.com


"Neil Shaw" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> > "Neil Shaw" <(E-Mail Removed)> wrote in message
> > news:%(E-Mail Removed)...
> > > Hi
> > >
> > > My network here consists of ~40 workstations. We then have one file

> server
> > > and one Exchange server, which runs AD. All are Win2k/Win2k Server.
> > >
> > > I have added a Group Policy for all computers to allow me to deploy

> > software
> > > (mainly service packs) to all machines automatically. Whilst this has

> > worked
> > > for the majority of workstations, there are 5 or 6 that are not

picking
> up
> > > this update. As far as I know, there are no differences in the setups

of
> > > these machines.
> > >
> > > Any hints as to where I should be looking to resolve this problem?
> > >
> > > Thanks,
> > > Neil

>
> "Brian Desmond [MVP]" <(E-Mail Removed)> wrote in message
> news:#NoqK#(E-Mail Removed)...
> > Neil,
> >
> > Could you logon to one of the failing machines and run a gpresult /v,

and
> > then do the same on a working machine. If you paste the results back in
> > here, I can take a look.

>
> Attached are the 2 files
>
> The most obvious differences I've noticed are the machine that fails has a
> blank line 18 and 72 whereas the one that works has information on these
> lines
>
>
>



 
Reply With Quote
 
Neil Shaw
Guest
Posts: n/a
 
      19th Mar 2004
Brian Desmond [MVP] wrote:

> Are the machines in the same OU?


Yes. One of the machines was actaully renamed and went straight into the
correct OU, but still didn't pick up the update.

> Check the Application Event viewer on the problem machines for
> warnings/errors for application management.


Lots of the same error:
Event: 1000
Source: Userenv
Details: Windows cannot determine the user or computer name. Return
value (1722).

> Can you also send back the netlogon.log file from c:\windows\security\logs
> on one of the problem boxes?
>


There is no netlogon.log file in c:\winnt\security\logs\
There is, however, one in c:\winnt\debug\ but this is 0-sized, as is the
same file on my computer which had picked up the update as expected
 
Reply With Quote
 
Brian Desmond [MVP]
Guest
Posts: n/a
 
      21st Mar 2004
Neil-

Can you try this:

"Value 1722 - "The RPC Server is unavailable" - Usually occurs when DNS
servers are not configured properly. There is connectivity but not at the
service level. See the Q260371 link below for troubleshooting such issues.
One note here, usually it may appear that DNS is set properly but one has to
double-check all the aspects of DNS registration/resolution as the problem
may not be that obvious. See also Q261007 - It says that this behavior can
occur if the address for the configured preferred DNS server on the client
is invalid or unreachable.
From a newsgroup post: "Do the following to ensure that the SRV records for
the AD servers are in DNS properly: (from the DOS prompt)

nslookup
set type=srv
set type=srv
_ldap._tcp.dc._msdcs.YOURDOMAIN.COM
Server: dnsserver.yourdomain.com
Address: 192.168.100.2

you should see something like this:

_ldap._tcp.dc._msdcs.YOURDOMAIN.COM SRV service location:
priority = 0
weight = 100
port = 389
svr hostname = server1.YOURDOMAIN.COM
_ldap._tcp.dc._msdcs.YOURDOMAIN.COM SRV service location:
priority = 0
weight = 100
port = 389
svr hostname = server2.YOURDOMAIN.COM
server1.YOURDOMAIN.COM internet address = 1.1.1.2
server2.YOURDOMAIN.COM nternet address = 1.1.1.1

If you don't then you definately have a DNS problem.

I would also recommend running the dcdiag and netdiag utilities on
your domain controllers. If you find that the servers aren't in DNS,
then make sure dynamic updates are enabled on your DNS server and
restart the netlogon server on each of your DCs."

--
--
Brian Desmond
Windows Server MVP
(E-Mail Removed)

Http://www.briandesmond.com


"Neil Shaw" <(E-Mail Removed)> wrote in message
news:%23aXl$(E-Mail Removed)...
> Brian Desmond [MVP] wrote:
>
> > Are the machines in the same OU?

>
> Yes. One of the machines was actaully renamed and went straight into the
> correct OU, but still didn't pick up the update.
>
> > Check the Application Event viewer on the problem machines for
> > warnings/errors for application management.

>
> Lots of the same error:
> Event: 1000
> Source: Userenv
> Details: Windows cannot determine the user or computer name. Return
> value (1722).
>
> > Can you also send back the netlogon.log file from

c:\windows\security\logs
> > on one of the problem boxes?
> >

>
> There is no netlogon.log file in c:\winnt\security\logs\
> There is, however, one in c:\winnt\debug\ but this is 0-sized, as is the
> same file on my computer which had picked up the update as expected



 
Reply With Quote
 
Neil Shaw
Guest
Posts: n/a
 
      23rd Mar 2004
Brian Desmond [MVP] wrote:
<snip "look at the DNS" sorta thing>

A-ha!
The machines affected weren't included in the server's DNS records.
They've been added and appear to be working.

Thanks for the help
 
Reply With Quote
 
Brian Desmond [MVP]
Guest
Posts: n/a
 
      25th Mar 2004
No problem! Thanks for following up!

--
--
Brian Desmond
Windows Server MVP
(E-Mail Removed)

Http://www.briandesmond.com


"Neil Shaw" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Brian Desmond [MVP] wrote:
> <snip "look at the DNS" sorta thing>
>
> A-ha!
> The machines affected weren't included in the server's DNS records.
> They've been added and appear to be working.
>
> Thanks for the help



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
All Updates Failing after SP3 Brett Windows XP Performance 9 2nd Jun 2008 03:54 PM
Updates failing!! a little confused Windows Vista General Discussion 1 22nd Mar 2008 02:40 PM
Updates keep failing Sean Liming \(MVP\) Windows Vista General Discussion 8 13th Jul 2007 06:26 PM
Re: Updates keep failing Gerry Cornell Windows XP Performance 0 24th Jan 2007 01:33 PM
XP Updates Failing To Dectect Updates Elliot Windows XP Basics 1 31st Jul 2003 12:23 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:10 PM.