1054 Events every five minutes on windiws server 2003
#1
Posted 07 November 2005 - 03:17 PM
#2
Posted 08 November 2005 - 08:31 AM
Also, make sure that (if this is a SP1 box) that your Windows firewall is off.
#3
Posted 08 November 2005 - 09:34 AM
#4
Posted 08 November 2005 - 12:02 PM
Every 5 minutes the FRS service attempts to replicate data amongst domain controllers in a site, so I'd start by looking at NTFRS in tracking this problem down.
This post has been edited by cluberti: 08 November 2005 - 12:06 PM
#5
Posted 08 November 2005 - 02:17 PM
The exact error message i am recieving is "Windows cannot obtain the domain controller name for your computer network. (An unexpected network error occurred. ). Group Policy processing aborted.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp."
There isn't any WORDS information.
I am looking into NTFRS but at first glace its seems to be working correctly. I am not getting any NTFRS errors in the event log on either of my Domain Controllers.
#6
Posted 08 November 2005 - 03:22 PM
Also, you could enable logging on the userenv errors by adding the following to your registry:
Key: HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
Value: UserEnvDebugLevel
Value Type: REG_DWORD
Value Data: 10002 (Hex)
The log file will be located in %windir%\debug\usermode\userenv.log.
A few things to check as well:
- Netlogon, Workstation, and Server services: are they all started?
- NIC driver: are you using the latest version? If so, is there a driver on the Windows CD that you can try?
- IPSec: are you using it on your network to secure transfers?
- DNS Server: set to allow dynamic updates (all, not just secure!)?
- Server's SID in AD: have you made sure that the account properties in AD match the server's UUID?
- Gigabit NICs: Have you disabled media sense?
Key: HKLM\System\CurrentControlSet\Services\Tcpip\Parameters
Value: DisableDHCPMediaSense
Value Type: REG_DWORD
Value Data: 1 (Hex)
- Group policy: Have you configured the DC Locator entry in this server's GPO?
Group policy > Computer Configuration > Administrative Templates > System > Net Logon > DC Locator DNS Records
Value: Dynamic Registration of the DC Locator DNS Records
Value Data: Enabled
Check all of these things, one at a time, to see if any help you.
This post has been edited by cluberti: 08 November 2005 - 03:34 PM
#7
Posted 14 November 2005 - 03:34 PM
"USERENV(20c.aa4) 14:20:57:210 ProcessGPOs: Machine role is 3.
USERENV(20c.aa4) 14:20:57:226 PingComputer: PingBufferSize set as 2048
USERENV(20c.aa4) 14:20:57:226 PingComputer: Adapter speed 10000000 bps
USERENV(20c.aa4) 14:20:57:226 PingComputer: First time: -25
USERENV(20c.aa4) 14:20:57:226 PingComputer: Second time: 25
USERENV(20c.aa4) 14:20:57:226 PingComputer: Second time less than first time.
USERENV(20c.aa4) 14:20:57:226 PingComputer: First time: 25
USERENV(20c.aa4) 14:20:57:226 PingComputer: Second time: 25
USERENV(20c.aa4) 14:20:57:226 PingComputer: First and second times match.
USERENV(20c.aa4) 14:20:57:226 PingComputer: First time: -25
USERENV(20c.aa4) 14:20:57:226 PingComputer: Second time: -25
USERENV(20c.aa4) 14:20:57:226 PingComputer: First and second times match.
USERENV(20c.aa4) 14:20:57:226 PingComputer: No data available
USERENV(20c.aa4) 14:20:57:242 PingComputer: PingBufferSize set as 2048
USERENV(20c.aa4) 14:20:57:242 PingComputer: Adapter speed 10000000 bps
USERENV(20c.aa4) 14:20:57:242 PingComputer: First time: 25
USERENV(20c.aa4) 14:20:57:242 PingComputer: Second time: 25
USERENV(20c.aa4) 14:20:57:242 PingComputer: First and second times match.
USERENV(20c.aa4) 14:20:57:242 PingComputer: First time: -25
USERENV(20c.aa4) 14:20:57:242 PingComputer: Second time: -25
USERENV(20c.aa4) 14:20:57:242 PingComputer: First and second times match.
USERENV(20c.aa4) 14:20:57:242 PingComputer: First time: -25
USERENV(20c.aa4) 14:20:57:242 PingComputer: Second time: -25
USERENV(20c.aa4) 14:20:57:257 PingComputer: First and second times match.
USERENV(20c.aa4) 14:20:57:257 PingComputer: No data available
USERENV(20c.aa4) 14:20:57:257 ProcessGPOs: DSGetDCName failed with 59."
To correct the problem I set this flag in the registry to force it to treat the link as fast.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]
"GroupPolicyMinTransferRate"=dword:00000000
This has reduced the frequency of the errors to a few times a day and the GPO seems to be updating correctly. Any additional input you have on the subject we would be appreciated.
#8
Posted 14 November 2005 - 04:37 PM
I'd also suggest you do both a and b, but doing one or the other may help on their own.
This post has been edited by cluberti: 14 November 2005 - 04:37 PM
#9
Posted 21 September 2007 - 08:35 AM
http://support.citrix.com/forums/thread.js...3&tstart=60
For more details on using the command line switch
http://support.microsoft.com/kb/895980
#10
Posted 21 September 2007 - 09:01 AM
joeadmin, on Sep 21 2007, 10:35 AM, said:
http://support.citrix.com/forums/thread.js...3&tstart=60
For more details on using the command line switch
http://support.microsoft.com/kb/895980
This is no longer needed on Windows 2003 SP2 and higher (Server 2008), as it uses the pmtimer by default.



Help
Back to top










