Vsphere Slot Size Rating: 5,6/10 3375 votes
February 5, 2013
  1. Vsphere Ha Slot Size Calculation
  2. Vmware Slot Size Calculation
  3. Vsphere Slot Size Chart
  4. Vmware Slot Size Policy
  5. Vsphere Ha Slot Size

Vsphere Ha Slot Size Calculation

VsphereVsphere Slot Size

The slot has two parts, the CPU component and the memory component. Each of them has its own calculation. If there are no virtual machine resource reservations in the cluster, then the slot size (for ESXi 5 at least) is 32 Mhz for CPU and 0 MBs + overhead for memory. (I’ve used 80 MBs as my memory overhead in the examples). If VM1 has 2GHZ and 1024GB reserved and VM2 has 1GHZ and 2048GB reserved the slot size for memory will be 2048MB+memory overhead and the slot size for CPU will be 2GHZ. Now how does HA calculate how many slots are available per host? Of course we need to know what the slot size for memory and CPU is first.

VMware slot sizes are an important topic if you’re concerned with how many ESXi hosts are required to run your environment.

What is a Slot?

To begin this post, we need to understand what a slot is. A slot is the minimum amount of CPU and memory resources required for a single VM in an ESXi cluster. Slot size is an important concept because it affects admission control.

A VMware ESXi cluster needs a way to determine how many resources need to be available in the event of a host failure. This slot calculation gives the cluster a way to reserve the right amount of resources.

Vsphere slot size chart

How are Slots Sized?

The slot has two parts, the CPU component and the memory component. Each of them has its own calculation. If there are no virtual machine resource reservations in the cluster, then the slot size (for ESXi 5 at least) is 32 Mhz for CPU and 0 MBs + overhead for memory. (I’ve used 80 MBs as my memory overhead in the examples)

On to an incredibly simplistic diagram…

In the example below we have 2 ESXi hosts that have the same amount of resources available for virtual machines. There are different sized VMs, but none of them have a reservation. Doing a quick calculation we can determine that 384 slots are available on each host.

CPU Component: 4 X 3.0 GHz / 32 MHz = 384 slots

Slot

Memory Component: 49 GBs / 80 MBs = 627 slots

Vmware Slot Size Calculation

We take the lower value between the CPU slot size and the memory slot size to determine the number of virtual machines that can be started up under admission control. So therefore we could safely start 384 machines on these ESXi hosts, have one fail, and have the other host start all of them.

(I should mention that it’s unlikely that you could get 384 vms on one of these hosts. That would be a great consolidation ratio.)

Problem Scenario

What if you have a single large VM with a reservation, but the rest of the virtual machines are relatively small.

Let’s look at the same environment, but this time let’s make the larger VM have a reservation on it.

CPU Component: 4 X 3.0 GHz / 2000 MHz = 6 slots

Memory Component: 49 GBs / 4024 MBs = 12 slots

Admission control is going to tell us that only 6 slots are available on host B, so it will only allow 6 VMs on host A to be powered on. Since I’m using a simplistic diagram with only two hosts, we know that these VMs will still fit on the host but since we use the largest slot size to determine how much we can fail over admission control will stop us from powering on VMs.

Option 1 – Don’t use reservations unless their is a good reason to do so.

Size

Vsphere Slot Size Chart

Option 2 – We can manually configure the slot size on the cluster.

Navigate to the cluster settings and go to the HA Section, Click Edit and you’ll have the option of modifying the slot size. Note that if you do this, some of your VMs will require multiple slots to run. For instance the large VM we used in our example might take more than 1 slot depending on what size you make it. The button below the slot size configuration may help you determine how many VMs will be affected by this change.

Vmware Slot Size Policy

If you’re curious about what the slot size is on your system, look at your cluster summary. There will be an item listed for slot size.

If you’re in a situation where you think you need to add extra ESXi hosts to your cluster because you can’t power on virtual machines without exceeding your admission control rules, take a look at your slot sizes first. It may save you some money on a host you don’t really need.

Vsphere Ha Slot Size

Do you want more information on the subject? Take a look at either Frank Denneman or Duncan Epping’s blogs, or their book

Coments are closed
Scroll to top