1

We run Hyper-V on our Win2008R2 server with a DC and Terminal Server as virtualised machines.

We're finding that our current usage necessitates a new server to give our terminal server more breathing room.

Is it possible to restore a HyperV image onto the bare metal? Ideally, the HyperV host machine would become the DC, and a new server would be for Terminal Services.

JohnThePro
  • 2,595
  • 14
  • 23
pierre
  • 189
  • 6
  • 16

5 Answers5

6

You might try using Windows Server Backup, since it does support bare metal restores to different hardware.

http://www.wbadmin.info/articles/hardware-independent-bare-metal-restore-windows-server-2008.html

joeqwerty
  • 108,377
  • 6
  • 80
  • 171
0

Actually, SCVMM2008R2 does NOT support V2P, it only supports P2V and V2V. Currently, the only way to accomplish this task is by using a third party tool.

I personally am a fan of Acronis but there are plenty of third-party tools to help handle this for you. If you only have to do this once, I would recommend using a trial version of these softwares (so you don't have to purchase the license unless you really need to.)

JohnThePro
  • 2,595
  • 14
  • 23
0

As mentioned, to go V2P, you need to use a third party tool.

Whatever tool you use, Acronis or (what I have been using) Backup Exec System Recovery ( http://www.symantec.com/products/purchasing.jsp?pcid=pcat_business_cont&pvid=1602_1&om_sem_cid=biz_sem_nam_us_Google_SMB_Store_SR_SE&mktsrc=paidsearch&om_sem_kw=symantec+backup+exec+system+recovery+server ), you must use the licensed version, not the demo version to get the "restore anywhere" (aka restore to different hardware) functionality.

In the past (Win2003 era and earlier), there were issues related to restoring a DC to a different system, as the NIC MAC was involved somehow in the DC logic. I am hopeful this is resolved in Win2008, but have no direct experience in this area.

  • You are correct in that. I apologize for any misinformation. The Acronis trial does NOT enable you to restore, only to back up. – JohnThePro Feb 24 '12 at 16:49
0

An easier (and better solution) would be to add a new server to your existing hyper-v cluster to add additional resources to your server. I'm also curious as to what usage drives you to an additional server (the resource usage of a DC is usually unnoticeable) One of the benefits of virtualization is that hardware platform change or adding additional resources should be transparent to the guest OS. If you really must devirtualize (and agin I'd really think hard about that), I would suggest using Windows server backup after installing the drivers for the destination hardware. Restore the DC first then the terminal server.

Jim B
  • 23,938
  • 4
  • 35
  • 58
-1

You should look at getting SCVMM 2008r2. With that you can can do a virtual to physical conversion. I've never done it so I cant say how difficult or successful you'll be, but if it works well, as I'm guessing it will, you'll be done in probably half the time.

Edit: Apparently I'm full of crap today, just ignore this and move on to something that works. ;)

ErnieTheGeek
  • 2,027
  • 16
  • 22