Incomplete netdom computername /add: on 2008 DC

domain-controllerrenamewindows-server-2008

Have been following a technet article on how to rename Server 2008 DCs following a change of our disaster recovery site. All went well on the first DC I tried and the new name is showing up. I ran the following command on the final DC:

netdom computername [FQDN Old] /add:[FQDN New]

and after an hour it has not completed. I cannot rerun the command as it say:

A remote procedure call is already in progress for this thread.

Does anyone have any suggestions for the next step? Luckily as this is a DC at our DR site there are actually no auths to it so rebooting is not too much of a concern (coupled with the fact that the other DC is still functioning after being renamed). What I dont want to do is reboot it and find I have crippled it somehow.

EDIT: Have checked the netdom /ENUMerate option and it seems to think everything has completed. Am attempting a reboot before switching the primary name. Fingers crossed

EDIT2: Turns out that it had failed to create teh SRV record. Re-ran the command after the reboot and it created both records correctly, replicated accordingly and then accepted the change in Primary name.

Best Answer

In answer to my original question the next steps I took were as follows:

Killed the netdom process

Ran the following:

netdom computername [FQDN] /ENUMerate

This told me that the new name had been added.

I then ran:

netdom computername [FQDN] /verify

This returned that the (A) Record had been created but that the SRV records had not been created.

Trying to run the command again to add the new name failed with the same error:

A remote procedure call is already in progress for this thread.

I rebooted the DC, ran the initial command again, which completed successfully this time, and then proceeded to follow the rest of the steps to commit the change. Hope this proves helpful to someone else in the future.

Here is the link to the Technet article

Related Topic