Currently I have a 2003 box running AD as the root OS on the system. I'd like to do this:
- Backup the AD and DNS configuration on the 2003 box.
- Wipe the drive(s) and install Hyper-V 2008 R2 as the root OS.
- Create a new VM with 2008 R2.
- Restore backup from step 1 onto new VM.
I can't find instructions for doing the back/restore portion. I'm hoping someone can offer some guidance.
You can't do what you're trying to do with Active Directory in that manner. What you can do (in very broad terms) is:
Setup your new Windows Server 2008 R2 VM on another machine, configuring it to use your existing Windows Server 2003 instance as its DNS server
Join the Windows Server 2008 R2 instance to your existing Active Directory domain and promote it to being a Domain Controller
Transfer the FSMO roles from the existing W2K3 DC to the new W2K8R2 DC
Demote the W2K3 DC from being a DC to a member server and disjoin it from the domain
Wipe the physical computer that was running W2K3, install W2K8R2 Hyper-V
Migrate the W2K8R2 DC VM over to the W2K8R2 Hyper-V computer
There's no other way to do what you're looking for in a "supported" manner (or, for that matter, in any manner I can think of that would preserve the existing AD environment).
No. Don't do it. Setup a second DC. Replicate to that. Demote the first one. Wipe the machine. Install WS 2008 on it. You should have a second DC around anyways so this would be your best solution. A DC for a small organization doesn't need much in terms of resources. Just throw it on an old PC.