The most important part (in my mind) here is that you get your underlying disk configuration and RAID structure correct prior to worrying about the folder structure. It is most definitely nice to store your VHDs in the correct and most appropriate way, but the folder layout will not have any effect if the VMs are running on a slow, poorly configured disk array.
Remember that for VMs which need good read performance over write performance, look at placing them on a RAID 5 array. You can build this on your SAN with a minimum of 3 disks; you should consider either enterprise-class SCSI or SAS disks in your SAN for performance reasons. For a VM which will be accessing database files, the database files should be placed on a RAID 10 array, again with SCSI or SAS disks.
You should also consider configuring at least 1 disk as a hotspare, in the event one of the disks in one of the SAN arrays fails. And remember - there is no harm in using multiple arrays (RAID 5 and RAID 10) if that is necessary to store your VMs based on their function and disk requirements.
-tigermatt
Main Topics
Browse All Topics





by: mkbeanPosted on 2009-01-06 at 07:21:30ID: 23305186
Well first off it is a smart move to move the virtual machines away from the OS. VMs and their snapshots work fine on the same drive. I like to have the structure with my VMs like the following:
ftware.com /doc/ Best_ Practices_ MS_Virtual _Server.pd f
x:\VM
x:\VM\Host1
x:\VM\Host1\snapshot
x:\VM\Host2
x:\VM\Host2\snapshot
x:\VM\Host3
x:\VM\Host3\snapshot
A lot of people like to move them to seperate drives but there are some drawbacks to that...it would have to copy over to the VM (where the VHD is) when a snapshot is being used.
You should take a look at this great PDF for more info -
Best Practice for MS Virtual Server
http://download.paragon-so
Hope that helps.
Brian