Answered by:
Remove and join a domain in Hyper-v Server 2008 R2

Question
-
Hi
I have one Hyper-V Server 2008 (Core like) that was part of a domain, but the Domain Controller died and so I've created a new DC (with the same name, same domain, same ip, same everything).
Problem is that I can't get the Hyper-V Server to join the new domain because it tries to connect to the one that died first.
To leave the old domain, I tried netdom remove in cmd and I get this error message: The specified domain either does not exists or could not be contacted.
Any ideas?
Thanks
Friday, October 14, 2011 12:00 PM
Answers
-
"netdom remove /?" should give oyu examples of the switches.
If the domain can no longer be contacted you must use the /force switch
"netdom remove /force"
Brian Ehlert (hopefully you have found this useful) http://ITProctology.blogspot.com
Learn. Apply. Repeat.- Proposed as answer by Vincent Hu Saturday, October 15, 2011 3:34 PM
- Marked as answer by UICL Monday, October 17, 2011 9:35 AM
Friday, October 14, 2011 2:53 PM
All replies
-
it seems to may be dns error.you can use server core configurator for do the configuration.
http://coreconfig.codeplex.com/
Darshana JayathilakeFriday, October 14, 2011 12:16 PM -
pls post the result of the nslookup and ipconfig /all
Darshana JayathilakeFriday, October 14, 2011 12:17 PM -
"netdom remove /?" should give oyu examples of the switches.
If the domain can no longer be contacted you must use the /force switch
"netdom remove /force"
Brian Ehlert (hopefully you have found this useful) http://ITProctology.blogspot.com
Learn. Apply. Repeat.- Proposed as answer by Vincent Hu Saturday, October 15, 2011 3:34 PM
- Marked as answer by UICL Monday, October 17, 2011 9:35 AM
Friday, October 14, 2011 2:53 PM -
Thanks Brian. You just saved the day.
Monday, October 17, 2011 9:35 AM -
Thank you, that helped me also. In my case the machine account was inadvertently deleted.
for the record the full syntax is netdom remove <servername> /force
- Edited by Brons2 Thursday, March 21, 2013 10:43 PM
Thursday, March 21, 2013 10:42 PM -
Thanks a lot man!!!!!!
I spend the las 24hrs Reading everything and no one said that the /forcé was necesary.
Best regards
Thursday, August 29, 2013 10:55 PM