Can't login after AD restoration

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've restored my DC from backup on different hardware successfuly, however, I
only can login with the administrator account. In AD console I can see all
the restored user accounts but I can't use any of them to login. I only have
one forest root machine and one DC. Please advice?!
 
I've restored my DC from backup on different hardware
successfuly, however, I
only can login with the administrator account. In AD console I
can see all
the restored user accounts but I can't use any of them to
login. I only have
one forest root machine and one DC. Please advice?!

1 DC only in the forest...

any errors in the event logs?
 
I've one forest root (machineA) and one DC (machineB) all the operation
master rules seized to machineB
 
Look in the Event Viewer and see if sysvol has come online. It sounds like
maybe the DC hasn't been able to share sysvol and become a DC.

Also run DCDIAG this should give you some info as well



Look for fail, error and warning errors.

If you don't have the tools installed load them from your install disk.

d:\i386\adminpak.msi (Server tools for remote management of servers)
d:\support\tools\setup.exe (Server Utilities)

Copy the following to a cmd file and run look for error, fail and warn
within the reports. Post any errors you can't figure out. make sure you
modify DC_Name to the name of a dc in your domain.

@echo off

c:
cd \
cd "program files\support tools"

del c:\dcdiag.log
dcdiag /e /c /v /s:DC_Name /f:c:\dcdiag.log
start c:\dcdiag.log



--


Paul Bergson MCT, MCSE, MCSA, CNE, CNA, CCA

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top