VMware Refrence Cards

I just found these today. They are not new, but they are very useful and I wanted to share them:

VI3 Refrence Card

vSphere Refrence Card

They are basically an all-in-one reference cheat sheets for managing both VI3 and vSphere.  I plan on getting one laminated for myself to keep around for a while.  These will defiantly become part of my reference library and I will recommend them to my clients and contacts for sure.  Thanks Forbes for spending time on those!

Date: Monday 28 Sep, 2009

Topics: ESX, ESXi, vmware

First Look: VCP 4 (vSphere) Exam

As anyone that has taken any type of IT certification test knows, I cannot quote actual questions, but I wanted to write a post about what I used to prepare for the exam and offer some post exam guidance.

This exam differs from the VI3 test in a few ways. First off, it is now 85 questions versus the 60 of the VI3 test.  It also seemed to ask for a more in-depth understanding of the software including some terminal commands (firewall related).  I have updated my VCP page with the information below as well. Document titles are links (need to fix the CSS, apologies).

I would study the following documents from VMware:

Configuration Maximums for VMware vSphere – This is probably the most important document that you can commit to memory. Many of the questions will be indirectly asking questions about a maximum.

Basic System Administration- This is the VMWare document that talks about administration of a virtual infrastructure on a broad scale. It will help re-affirm what was taught in class about the administration of a virtual infrastructure.

ESX and vCenter Server Installation Guide- This guide covers the installation of ESX and vCenter.  The partitioning section for ESX is of particular importance.

ESX Configuration Guide – This document covers the configuration of ESX.  The sections of most importance are the networking and security sections.

Resource Management Guide - This guide offers in-depth discussion of resource management in vSphere.

I used the following additional resources:

Simon Long’s vSphere Study Notes – The most complete VCP study guide I have ever seen. It has direct links to each part of the exam blueprint.

Simon Long’s Practice Tests – These are great exams. The questions are in a format similar to the actual exam and he is adding questions all the time.

VMware Mock Exam – This is the sample test from VMware. In my opinion it is not as thorough as Simon’s, but it is another practice test none the less.

I hope that information helps.  Simon’s blog is really an invaluable resource for preparing for this exam.  Thanks Simon!  As with any exam, go in with a strategy and take it slow.  Good luck!

Date: Thursday 24 Sep, 2009

Topics: vmware

Microsoft Strikes Again

Today I was setting up Exchange 2007 on a VM in a test lab and I came across this when I was running the Best Practices Analyzer:

Click To Enlarge

Click To Enlarge

The bit outlined in red shows a warning stating that “VMware Detected” which is ironic since VMware is a supported platform for exchange to run on and there are many resources on how to configure exchange on VMware.  Just a funny find.  Tutorial on configuring ESX and ESXi syslog coming up soon!

Date: Tuesday 01 Sep, 2009

Topics: vmware

Considering Nehalem

Audience: Seasoned IT Professionals
Read Time: 10 Min

There has been a lot of buzz about the new Nehalem processor and chipset family from Intel and how to optimize memory configuration for speed. I had quite a lengthy discussion with some colleagues at work on how to best organize the RAM to gain the most performance from the Nehalem’s 5500 chipset. I wanted to share some of what I found while researching.

The Nehalem uses an integrated memory controller on each CPU with 3 channels and 3 DIMM slots on each channel. This gives most dual CPU servers 2 memory controllers (one per CPU) with 6 channels and 3 DIMM slots per channel (total of 18). This gives many, many MANY options on how to configure servers. My discussion today with my colleagues was about the HP BL490G6.

Here is a great graphic from HP that gives us a look into the way the Nehalem is organized, it includes parts of the BL490 G6 (click to enlarge):

5500bl490

Click to zoom.

With the Nehalem, I like to stick to non-fully populated memory because of the benefit from the increased memory bandwidth when all channels are not in use.  When using all 18 DIMM slots the bus speed is downgraded to 800mhz compared to the fastest at 1333Mhz with only a single slot per channel occupied.  Having the bus speed at downgrade to 800 Mhz from 1333 Mhz bus is almost 40% less throughput overall which is a considerable jump.

Now I want to talk about all of this in relation to virtualization with VMware.  In this scenario I am going to be talking about using 8GB Dual Ranked Registered ECC DIMMS and the 95w versions of the Nehalem*, but the concepts can be applied to smaller or larger DIMMs.  The generally accepted rule of thumb is to have 2 vCPU per core (not a limit, just a good point to start from when planning). So, assuming that I am going to run 1vcpu per VM (statistically most VMs only require a single vCPU), then that is a starting point of 16 machines on each blade. With 2gb of RAM each (again, an average point to start from), 32gb of RAM would be required (however, in an ideal situation I would want to double that so physical hosts are running at 50% in case of a disaster situation causing a host failure).

One issue with using 64gb (Scenario 1) is that it would give us non-uniform memory distribution across memory channels** so the next logical move would be to 80GB of memory (Scenario 2), which would be 10×8gb memory modules – still allowing for expansion and giving us the extra bus speed over 800mhz.  This again presents an issue; 80GB would create a non-uniform memory distribution situation across CPUs/CPU Cores (80GB / 2cpu / 3 channel comes to 12 which cannot be divided by 8GB DIMM modules evenly across channels), which is less than ideal. In the end (Scenario 3), 8GB of memory per channel per CPU is 48GB, 24 per CPU, 6gb per core and will use the fastest bus speed. This is probably more than adequate for most designs because the next move there would be to 96gb which is probably overkill for most environments.  The 50% overhead margin will be decreased by adding more blades to the cluster, thus the load from a single node failure can be spread out more evenly.

Here are a few tables summarizing that last paragraph so it makes more sense:

nehalem_memory

Click to zoom.

Scenario 3 and 4 illustrate how to get to 96 GB in the interest of cost savings and speed respectively.  Either of these scenarios I would consider acceptable – I just want to stay away from the 800MHZ speeds due to the huge performance loss.  There really isn’t a wrong way to go about implementing servers based on Nehalem, it just requires some forethought to achieve the best results for each organizations goals.  Both Intel and VMware (as well as most server vendors) have best practice white papers published on this subject so be sure to check with them as well.  I would be interested in hearing about anyone’s experiences with Nehalem and also anything that I may have missed. Leave a comment or drop me a note!


*-HP does offer the BL490c with 1333MHZ bus using 6 DIMMS, but this was not the origional design of the chipset. The 95w processors are required to achieve the 1333MHZ bus speed.
** – It is desirable to have uniform distribution across memory channels and CPU cores because this will then require less calculation on the part of the hypervisor to place work loads.  This is also much more efficient for the hardware as a whole.

Date: Monday 24 Aug, 2009

Guides: What Is Virtualization?

I have started to write a series of “New User Guides” to help new users become familiar with virtualization and cloud computing.  The first is What Is Virtualization?.  This guide and future guides can be found using the New User Guides section in the navigation.  Enjoy!

Date: Saturday 15 Aug, 2009

Topics: favorites, vmware
All content (c) 2009+ BeyondVM, LLC | Hire BeyondVM | Legal | Contact