summaryrefslogtreecommitdiff
path: root/src/Converting_Disks_in_Hyper-V.ascii
blob: e7ee1c383ca1e9464e4c85009b4232707fe91870 (plain)
    1 Converting Disks to Hyper-V
    2 ===========================
    3 :author: Aaron Ball
    4 :email: nullspoon@iohq.net
    5 
    6 
    7 == {doctitle}
    8 
    9 I recently have been running into space issues. I had a four hundred gigabyte
   10 hard drive that had almost not space remaining. It stored 8 running servers
   11 with dynamically expanding disks that had a maximum size of 40 gigabytes (on
   12 the host it was almost 42 gigabytes). I also had to store a backup server image
   13 (sysprepped) for copying to quickly create a new server if needed.
   14 Additionally, one of the hard drives was 70 gigabytes, not 40. All around, the
   15 total came to 459 gigabytes if each hard drive expanded to its largest.I
   16 suggested to my boss that we should convert each disk to fixed rather than
   17 dynamic disks to improve performance. He agreed and I began my search for how
   18 to convert disks.  Much to my delight, converting a disk is a relatively
   19 painless (albeit slow) process. Here's how:
   20 
   21 For starters, *From the window that comes up, *scroll down in*
   22 
   23 *A server must be either off or paused to convert the disk (I chose off
   24 for my conversions)*
   25 
   26 Alright, now that that's out of the way, right click the server you want to
   27 convert.
   28 
   29 image:files/01_ClickSettings_-_X.jpg[height=300]
   30 
   31 From there,*. In my case I only had one hard drive 'attached' to my servers.
   32 
   33 From here,
   34 
   35 image:files/02_HardDiskMainSettings_-_X.jpg[height=300]
   36 
   37 The window that comes up (Edit Virtual Hard Disk Wizard) will start on
   38 the "Locate Disk" step but should continue to the next step
   39 automatically in a few seconds. On the "Choose Action" step, (second
   40 down from the top).
   41 
   42 image:files/04_HardDiskPreConvert_-_X.jpg[height=300]
   43 
   44 This will take you to the "Convert Disk" step. Here you need to set the
   45 destination filename for the conversion. In my case, I just selected the old
   46 file from the browse window and added a "_fixed" at the end of the filename.
   47 Any naming scheme works though of course.
   48 
   49 image:files/07_HardDiskConverting_-_X.jpg[height=300]
   50 
   51 From here, just sit back and relax.
   52 
   53 The conversion speed at the beginning can be a little deceiving. Mine got
   54 almost 25% done in the first five minutes. It actually took it about an hour to
   55 complete for forty gigabytes though. Reminds me of a cell phone. It reads full
   56 battery power until it has none left and then it says it has none five minutes
   57 before turning off.
   58 
   59 
   60 Category:Microsoft
   61 
   62 Category:Virtualization
   63 
   64 
   65 // vim: set syntax=asciidoc:

Generated by cgit