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.