4

I have two windows 2008 servers, which have been unjoined from the domain for a long time.

I tried to rejoin them to previous domain and one of the servers could rejoin successfully, but the other one failed with the error: The following error occurred attempting to join the domain "my.domain"; Logon Failure: The target account name is incorrect.

I'm sure I used the right account, but still can't join to domain. Anyone know why?

HopelessN00b
  • 53,795
  • 33
  • 135
  • 209
siyang
  • 51
  • 1
  • 3
  • 1
    Is the server still in AD? Try removing it from AD before you add it. – Bart De Vos Aug 20 '12 at 08:07
  • 2
    Really thanks all of your reminder! After I remove the host name from doamin, I could re-join this computer. Thanks a lot! Best Regards – siyang Aug 20 '12 at 08:47

2 Answers2

4

Check if, by any chance, there isn't already a computer account with the same name in the destination domain.

Stephane
  • 6,432
  • 3
  • 26
  • 47
1

Do the following on the machine on which you are unable to add to the domain:

arp -d *
nbtstat -R
ipconfig /flushdns

and then reboot the machine

masegaloeh
  • 18,236
  • 10
  • 57
  • 106
Jayaram
  • 11
  • 1