Link to home
Start Free TrialLog in
Avatar of sgiurgeu
sgiurgeu

asked on

p2v migration of a standalone server

I have a SBS2k8 server which I would like to migrate to Hyper-V. The end result should be SBS running virtualized on the same box. Is there a tool that would allow me to convert the current installation into a virtual machine file, and after doing a clean install of W2K8 (+ Hyper-V) import it in? Ideally this should not require a temporary second box.

tx,
Avatar of Syed Mutahir Ali
Syed Mutahir Ali
Flag of United Kingdom of Great Britain and Northern Ireland image

https://www.experts-exchange.com/questions/24987102/Move-from-Physical-to-Virtual-Hyper-V.html

 Make a complete backup image.  Install Hyper-V.  Restore your backup as a new virtual machine.  Do not do this in a live environment...make sure it is well tested before you make the switch.  

or

                Was this comment helpful?                          Yes                  No                    mutahir:             You can Convert your Physical SBS 2008 BOX to Virtual

Disk2VHD
http://technet.microsoft.com/en-us/sysinternals/ee656415.aspx

Simply use the utility above to convert all the SBS partitions you have on your physical server to VHDs then create a Hyper-v VM and add the appropriate VHD's in the right order

That should get you started without changing the source server

Next is :

Take a full backup of your SBS 2008 on a external USB drive
restore it in a Virtual Machine on Hyper-V

http://blogs.technet.com/nking/archive/2008/12/17/bare-metal-restore-with-sbs-2008-running-virtualized.aspx

For restoring in a VM :

1 - Create a new VM in Hyper-V

You can use a tool called quick vhd to quickly create any fixed size vhd's
QuickVHD : http://code.msdn.microsoft.com/vhdtool
You can use bitcalc (google bitcalc) and then calculate the exact size in GB to make your quick virtual hard disks

2 - Insert your SBS Disc-1 or the map the SBS DISC-1 ISO in Hyper-v VM as the boot device
3 - Switch on the Virtual Machine and follow the link above from there on

HTH
ASKER CERTIFIED SOLUTION
Avatar of Syed Mutahir Ali
Syed Mutahir Ali
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sgiurgeu
sgiurgeu

ASKER

I ended up backing up SBS with the built-in System Backup on an external drive, then rebuilt the server (with Server 2k8R2) and deployed Hyper-V, followed by restoring SBS during the creation of the virtual machine.
Worked like a charm. Thanks for the hint.

MG