The Importance of A Virtualisation Assessment …

… and I bet if you don’t do one you end up on the TechNet Forums or contacting someone like me for help.  Also known as the blog post where I laugh openly at those who assume things about virtualisation.

Last week, I did a tour of 4 cities in Ireland talking to Microsoft partners about how to improve their deployments of Hyper-V.  One subject kept coming up, over and over: the Assessment … or to put it rightly, the fact that an assessment is rarely done in a virtualisation project.

There is a reason why I dedicated an entire chapter of Mastering Hyper-V Deployment to the subject of the assessment.  I can guarantee that I didn’t want to fill up 20-40 pages. 

The assessment accomplishes a critical discovery & measurement step at the start of a virtualisation project (Hyper-V, XenServer, or vSphere):

  1. Discovery of Servers: find out what servers are on the network.  I have been on even mid-sized client sites where servers had been forgotten about.  In fact, I’ve been on one site (not recently admittedly) where they had some sort of appliance on the network that the client’s admins were afraid to remove  or mess with it because anyone who knew what it did was long since retired.  Quite simply, you need to find out what machines are out there and what applications are running on them.
  2. Application Virtualisation Support Statements: I bet hardly anyone even considers this.  I bet the most common thought process is – “sure, it’s only Windows or Linux, and it’s got to be the same in a VM”.  If you assume something then you should assume that you are wrong, and I don’t care how experienced or expert you consider yourself or your employees to be.  If you use the “we know the requirements your/our environment” then you assume and you are wrong.  Server products and those who publish them have support statements.  Domain controllers, SQL Server, SharePoint, Exchange Server, Oracle, Lotus Notes, and so on, all have support statements for virtualisation.  They impact whether a product can be virtualised, what virtualisation software they can run on (see Oracle), what features of the virtualisation product they can use, how you should build a virtual machine running that application, and so on.  The Hyper-V product group might support something in production, but does the application vendor also support it?  You’ll only have yourself to blame if you assume.
  3. Measurement: “Measure twice and cut once”.  That’s the best lesson I learned in woodwork class in school.  There are things to understand here.  Some people assume (there’s that word again) that there is a “standard” virtualisation build.  Pfft!  I’m tired of answering the “what’s a good spec for a small/mid business?” question.  You need what you need.  If your apps’ cumulative processor requirement is 8 quad core CPUs then that’s what’s required.  There is no magic compression.  The savings you get with virtualisation is that you are running many app workloads on fewer CPUs and server chassis.  If an app requires 50% of a quad core CPU in rack server form then it needs that capacity in a VM form.  The only way to find out what is required is to take the list of servers from the above step 2, and measure resource utilisation.  Only with this information can you truly correctly size and design any virtualisation environment.

The assessment feeds into so much, that it’s ridiculous.  Only with this data can you make design decisions based on size and performance.  How many hosts do you need?  How much CPU do you need?  How much memory do you need?  If you’re a systems integrator, sure you can oversell the customer by a few servers or terabytes of disk – but remember that you’re making a paltry 5-15% margin on that and you’ve drained the customer’s ability to pay for more profitable services.  And that decision to deploy passthrough disks or 1 VM/LUN for performance reasons – was it justified?  What were the IOPS requirements of the original installation?  Heck, do you know the difference between an in-server array/LUN versus an in-SAN diskgroup/vDisk? 

By the way, the skewed response to the Great Big Hyper-V Survey (skewed because they were more informed than the normal consumer) stated that less than 50% actually did an assessment.  Pretty silly considering that most deployment are not huge and the Microsoft Assessment and Planning Toolkit is free, and would require only a fee hours to get some meaningful data.

Something tells me I’ve wasted a lot of valuable electrons. I figure that the “experts” out there “who know all this already” couldn’t give a stuff about doing their jobs correctly and giving their customers a good production environment. I’ve gotten to the point with this topic where politeness has to stop and harsh words have to be spoken. And if I hear you say that you assumed something and that was justification for not doing an assessment then you only have yourself to blame.

5 thoughts on “The Importance of A Virtualisation Assessment …”

  1. Aidan,
    You mentioned IOPS. Are there any rules of thumb or gotchas when calculating IOPS? I have been researching for a couple of weeks and all discussions in terms of storage have concerned disk size. I never see talk about IOPS or best practices concerning them.
    Any thoughts?
    Thanks!

    1. Basically, the sum IOPS requirements of the VHDs/VMs that are on a LUN should not exceed the IOPS capabilities of that LUN. Remember that RAID5 may give you lots of space with fault tolerance, but the write IOPS capability of the LUN will be GREATLY reduced. This stuff can get very complicated when looking at SANs: disk groups and vDisks are different to server-internal arrays and LUNs.

      1. Thanks for the reply… That makes sense. So we have some homework to do. We need to determine IOPS per VM.
        We are setting up a test lab with the potential for 70 VMs to be up at once depending on our workload. Is it better practice to plan for an average workload per VM or peak workloads? Using average probably makes sense, but I don’t want our system to die when all 70 are up and running. Is performance noticeably hit when encountering IOPS related issues? —Thanks again!

        1. If you have an existing or proof-of-concept environment then use MAP to assess them over a period of time. It’ll find out average and peak IOPS data for you. I tend to prefer peak. That’s because you need to be able to handle that peak workload – you don’t want to bottleneck your environment.

          1. Maybe I haven’t looked in the right places during the initial research but IOPS seemed to take a back seat to CPU and RAM considerations in terms of documentation. And it looks to be just as an important component to an virtual environment. Ok, I’ll be picking up your book after work, seems like the one I picked the wrong one to start with. Thanks a bunch for all the help.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.