"Massimo" <> ha scritto nel messaggio
news:exwL%...
> I have an Active Directory forest (2003 functional level) composed of a
> root domain and a child domain; each domain has two domain controllers,
> and all the DCs are global catalogs.
>
> I need to completely re-create this forest in a test lab, and I'm planning
> on using backups and restores to do this; I have full system state backups
> of every domain controller.
>
> What is the restore process I should follow?
Today I tried restoring the system state of the first domain controller of
the root domain on one of the test lab's servers. It didn't work.
Problem: the system state brings with it all the original system's hardware
settings, so looks like it just doesn't like being restored on different
hardware. I got a BSOD complaining about INACCESSIBLE_BOOT_DEVICE, most
likely because the SCSI controller is definitely different between the two
systems (HP Smart Array on the original one, VMWare SCSI (disguised as LSI
Logic U320) on the destination one). It doesn't look like a HAL problem, as
the two systems have exactly the same HAL ("ACPI Multiprocessor PC").
As suggested here (
http://support.microsoft.com/kb/263532/en-us), I launched
a repair install from a Windows 2003 R2 CD-ROM (the same version used on
both the original and destination systems), but it didn't work also: after
the text-mode setup, I got the same BSOD again.
The Question: I have a full system state backup of a Windows 2003 R2 domain
controller and I don't have its AD domain available (because this is a test
lab or a real disaster recovery scenario), how can I restore full DC
functionality to a server with the same OS but different hardware?
I can't do more tests until Monday, but I have a couple ideas to try:
- Run DCPROMO /ADV to restore only the AD database instead of the full
system state. But will this work if the original domain isn't available? I
think not, but please confirm.
- Use DSRM to do the same as above; but will this mode be available if the
server isn't a domain controller yet?
- Force the system to use the right SCSI controller driver. I tried, but it
looks like the actual system state restore is delayed until reboot: after
restoring and before rebooting, the system still has all the device drivers
it had before, so the restored hardware database clearly isn't in place yet;
this makes me unable to modify it with proper device drivers.
- I can mount the restored system's boot disk on another VM and access it
for file/Registry modifications, if needed; I tried this also, but the
WINDOWS\system32\config directory is full of $RestoredActiveFileXX things,
which I think make up the restored system state, copied on disk but still
not "active" (see above). I don't know what to do here, or if I can do
anything at all.
If you can help, please do :-)
Massimo