new server on network AD did not propogate, how to fix

12 Sep

added new server to network, dcpromo missing netlogon and sysvol shares

Got AD working… I following this white paper from MS

http://support.microsoft.com/default.aspx?scid=kb;en-us;315457

I did not follow line per line as it had some stuff that was not needed.

But basically did the following

 

  1. On Tcb-mail  net stop ntfrs
  2. On Tcb-dc   net stop ntfrs
  3. On Tcb-dc2  net stop ntfrs
  4. On tcb-mail  set the Burflags to D4   this makes it the main dude of the AD
  5. On Tcb-dc  set the burflags to D2  this makes it replicate from the main dude
  6. On Tcb-dc2  set the burflags to D2  ditto
  7. On tcb-mail   net start ntfrs
  8. On tcb-dc   net start ntfrs
  9. On tcb-dc2  net start ntfrs

 

Watch the event viewer

Received a good event

Now we have shares and files like we should….