Question : Replication errors on new Windows 2008 RC DC's

Hello,

I added two new Windows Server 2008 RC domain controllers into our single forest, single domain AD environment last night.  The other two DC’s are running Windows 2003.  
The dcpromo process and initial replication seemed to go OK, but since then, I am getting replication errors on the new Windows 2008 domain controllers.  
I have two sites in AD.  The Windows 2003 servers are set to replicate across the sites, and each Windows 2008 server is shown having a replication link with its local Windows 2003 server.  
Running dcdiag on one of the new Windows 2008 DC’s shows the following errors:
Directory Server Diagnosis

Performing initial setup:
   Trying to find home server...
   Home Server = wegdc001
   * Identified AD Forest.
   Ldap search capabality attribute search failed on server WEGDC2, return
   value = 81
   Got error while checking if the DC is using FRS or DFSR. Error:
   Win32 Error 81The VerifyReferences, FrsEvent and DfsrEvent tests might fail
   because of this error.
   Ldap search capabality attribute search failed on server WEGDC3, return
   value = 81
   Got error while checking if the DC is using FRS or DFSR. Error:
   Win32 Error 81The VerifyReferences, FrsEvent and DfsrEvent tests might fail
   because of this error.
   Ldap search capabality attribute search failed on server WEGDC002, return
   value = 81
   Got error while checking if the DC is using FRS or DFSR. Error:
   Win32 Error 81The VerifyReferences, FrsEvent and DfsrEvent tests might fail
   because of this error.
   Done gathering initial info.

Doing initial required tests

   Testing server: WEG-ColoAndBranchOffices\WEGDC001
      Starting test: Connectivity
         ......................... WEGDC001 passed test Connectivity

Doing primary tests

   Testing server: WEG-ColoAndBranchOffices\WEGDC001
      Starting test: Advertising
         ......................... WEGDC001 passed test Advertising
      Starting test: FrsEvent
         There are warning or error events within the last 24 hours after the
         SYSVOL has been shared.  Failing SYSVOL replication problems may cause
         Group Policy problems.
         ......................... WEGDC001 passed test FrsEvent
      Starting test: DFSREvent
         ......................... WEGDC001 passed test DFSREvent
      Starting test: SysVolCheck
         ......................... WEGDC001 passed test SysVolCheck
      Starting test: KccEvent
         ......................... WEGDC001 passed test KccEvent
      Starting test: KnowsOfRoleHolders
         [WEGDC2] DsBindWithSpnEx() failed with error 1722,
         The RPC server is unavailable..
         Warning: WEGDC2 is the Schema Owner, but is not responding to DS RPC
         Bind.
         Warning: WEGDC2 is the Schema Owner, but is not responding to LDAP
         Bind.
         [WEGDC3] DsBindWithSpnEx() failed with error 1722,
         The RPC server is unavailable..
         Warning: WEGDC3 is the Domain Owner, but is not responding to DS RPC
         Bind.
         Warning: WEGDC3 is the Domain Owner, but is not responding to LDAP
         Bind.
         Warning: WEGDC2 is the PDC Owner, but is not responding to DS RPC
         Bind.
         Warning: WEGDC2 is the PDC Owner, but is not responding to LDAP Bind.
         Warning: WEGDC2 is the Rid Owner, but is not responding to DS RPC
         Bind.
         Warning: WEGDC2 is the Rid Owner, but is not responding to LDAP Bind.
         Warning: WEGDC3 is the Infrastructure Update Owner, but is not
         responding to DS RPC Bind.
         Warning: WEGDC3 is the Infrastructure Update Owner, but is not
         responding to LDAP Bind.
         ......................... WEGDC001 failed test KnowsOfRoleHolders
      Starting test: MachineAccount
         ......................... WEGDC001 passed test MachineAccount
      Starting test: NCSecDesc
         ......................... WEGDC001 passed test NCSecDesc
      Starting test: NetLogons
         [WEGDC001] User credentials does not have permission to perform this
         operation.
         The account used for this test must have network logon privileges
         for this machine's domain.
         ......................... WEGDC001 failed test NetLogons
      Starting test: ObjectsReplicated
         ......................... WEGDC001 passed test ObjectsReplicated
      Starting test: Replications
         ......................... WEGDC001 failed test Replications
      Starting test: RidManager
         ......................... WEGDC001 failed test RidManager
      Starting test: Services
            Could not open NTDS Service on WEGDC001, error 0x5
            "Access is denied."
         ......................... WEGDC001 failed test Services
      Starting test: SystemLog
         ......................... WEGDC001 passed test SystemLog
      Starting test: VerifyReferences
         ......................... WEGDC001 passed test VerifyReferences


   Running partition tests on : Schema
      Starting test: CheckSDRefDom
         ......................... Schema passed test CheckSDRefDom
      Starting test: CrossRefValidation
         ......................... Schema passed test CrossRefValidation

   Running partition tests on : Configuration
      Starting test: CheckSDRefDom
         ......................... Configuration passed test CheckSDRefDom
      Starting test: CrossRefValidation
         ......................... Configuration passed test CrossRefValidation

   Running partition tests on : weg-online
      Starting test: CheckSDRefDom
         ......................... weg-online passed test CheckSDRefDom
      Starting test: CrossRefValidation
         ......................... weg-online passed test CrossRefValidation

   Running enterprise tests on : weg-online.com
      Starting test: LocatorCheck
         ......................... weg-online.com passed test LocatorCheck
      Starting test: Intersite
         ......................... weg-online.com passed test Intersite


DNS zones are also not replicating to the new Windows 2008 DC’s.

Please help.

Thanks!

WEG_IS

Answer : Replication errors on new Windows 2008 RC DC's

Why not check the conditions separately?

So, something like this:

if not exist "c:\source\*.*" (
  echo Source not found.
  exit /b
)
if not exist " \\server\share\mydestination\" (
  echo Destination not found.
  exit /b
)
copy "c:\source\*.*" \\server\share\mydestination" /v
if errorlevel 1 (
  echo Errors in copy / verify
  exit /b
)

~bp
Random Solutions  
 
programming4us programming4us