Newbe Question
- Just breaking into Hyper-V . . . got ahold of the syternals disk2vhd app.
Thought this would be a great way to virtualize a production machine to test updates/etc.
Problems arise once new VHD is brought up, as there are now 2 machines w/same name -one virtualized and one original (yes my hyper-v machine is production as well)
Lots of issues with AD, as you can guess.
Is there a way to bring the VM up and not have it conflict in AD the way I have thinngs setup?
Thanks . . .
-D
dkon
Answers
- It doesn't happen all the time, but the things to remember about newSID. Running the tool on a system, makes it totally unsupported and if it does blue screen the system on the newer machines, it is an unrecoverable blue screen.
- Marked As Answer byVincent HuMSFT, ModeratorMonday, November 02, 2009 6:41 AM
All Replies
Take the VM offline.
unjoin (while offline so it does not delete the record in AD).
rename.
join back to AD.
Hyper-V or the VM are not really the problem - you have two computers with the exact same GUID in AD (and cuomter name - thus causing DNS problems as well).
The best solution is to create a new machine SID before re-joining to AD (this can break some apps - but then renaming can as well).
You can use sysprep or newSID for that (newSID is is easier when not deploying multiple new copies).
Brian Ehlert (hopefully you have found this useful)- Do not use newSID on a 2008 + greater machine, you will then experience a non-recoverable Blue screen.
Tanner- Marked As Answer bydkon Tuesday, October 27, 2009 9:37 PM
- Unmarked As Answer byBrianEhMVP, ModeratorTuesday, October 27, 2009 9:57 PM
- thanks much!
dkon - I've personally never had any bsod issues with running newsid on win 7, 2008, and 2008 r2.
- It doesn't happen all the time, but the things to remember about newSID. Running the tool on a system, makes it totally unsupported and if it does blue screen the system on the newer machines, it is an unrecoverable blue screen.
- Marked As Answer byVincent HuMSFT, ModeratorMonday, November 02, 2009 6:41 AM
- Have you thought about P2Ving several systems (including a domain controller) and creating a self-contained lab? That can be an effective test strategy if your goal is to create as much similarity between your production and test environments as possible.
Is there a way to bring the VM up and not have it conflict in AD the way I have thinngs setup?
dkon
I think no.
You will have to rename the physical or newly captured virtual machine and ensure these machines have not the same SID.
Capturing a server with the Disk2Vhd tool means that you will use that VM instead of the Physical one.
So you can test your VM on production
ensure that you've set your physical machine not connected to the network during that test period
and the VM runs correctly, you can rebuild the physical machine for another use.

