Skip to content

ESXi 6.7 - ESXCLI Command Mindmap

In vSphere 6.7 the command line interface esxcli has 62 new commands. Esxcli is a complete set of commands that you can use for troubleshooting, configuration or kickstart files. I have created and printed a mindmap to navigate through the namespaces more quickly. This post covers only basic namespaces, available on all ESXi 6.7 hosts. If you've installed additional software you might see more namespaces. I've also created mindmaps for ESXi 5.1ESXi 5.5ESXi 6.0 and ESXi 6.5.

ESXCLI in version 6.7 has 15 namespaces:Read More »ESXi 6.7 - ESXCLI Command Mindmap

VMware ESXi 3.5 - 6.7 Hypervisor Size Comparison

The VMware bare-metal hypervisor ESXi is in the market for over 10 years now. During that time it has been continuously refined and added with new features. Since vSphere 5.0, the hypervisor size is very constant and has not increased severely. In this post, I am going to have a look at how much the hypervisor footprint has been changed from ESXi 3.5 to ESXi 6.7.

  • ESXi 3.5 - 46,01 MB
  • ESXi 4.0 - 59,99 MB
  • ESXi 4.1 - 85,19 MB
  • ESXi 5.0 - 132,75 MB
  • ESXi 5.1 - 125,85 MB
  • ESXi 5.5 - 151,98 MB
  • ESXi 6.0 - 154,90 MB
  • ESXi 6.5 - 135,39 MB
  • ESXi 6.7 - 129,51 MB

Read More »VMware ESXi 3.5 - 6.7 Hypervisor Size Comparison

VMware ESXi 6.7 - ESXCLI Command Reference

ESXCLI is a powerful command line tool on an ESXi host. You may need it for troubleshooting, configuration or for automated ESXi installations by using a kickstart file. I'm having an esxcli command line reference on my desktop since vSphere 5.x and I am using it quite often. Here is the command line reference for the latest release of vSphere ESXi 6.7.

Download: esxi67-esxcli-command-reference.txtRead More »VMware ESXi 6.7 - ESXCLI Command Reference

How to Install VMware vSphere Perl SDK on Debian 9 (stretch)

Download the latest Perl SDK for your vSphere version from code.vmware.com and copy it to the system. The download is free, but an My VMware account is required.

Make sure that your system up to date:

# apt-get update && apt-get upgrade -y

Read More »How to Install VMware vSphere Perl SDK on Debian 9 (stretch)

Homeserver - ESXi on HPE ProLiant MicroServer Gen10

After Hewlett Packard Enterprise has missed offering a Microserver in their 9th Generation, it is now back in Gen10. The Microserver series provides affordable servers intended to be used in SMB and as home servers. Due to its low price and power consumption, you can find this system in many virtualization home labs as ESXi hosts or Storages.

The HPE ProLiant MicroServer Gen10 is available with two different CPUs - AMD Opteron X3216 and X3421. Both models a SoC which means that the CPU cannot be changed like the Intel CPUs in Gen8. They support up to 32GB of unbuffered DDR RAM. The server can be equipped with 4 hard drive from the front.

  • HPE ProLiant MicroServer Gen10, Opteron X3216 (2x 1.6 - 3.0GHz / 15W TDP)
  • HPE ProLiant MicroServer Gen10, Opteron X3421 (4x 2.1 - 3.4GHz / 35W TDP)

Read More »Homeserver - ESXi on HPE ProLiant MicroServer Gen10

Fix for FreeNAS on HPE MicroServer Gen10 X3216 Stuck Console Issue

When you try to install FreeNAS 11 on the new HPE ProLiant MicroServer Gen10 X3216, the installer stops booting and appears to be stuck at:

pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pcib0: _OSC returned error 0x10
pci0: <ACPI PCI bus> on pcib0

This article explains how to fix the issue during the installation and how to apply the fix at an installed system using the FreeNAS Web Interface.

Read More »Fix for FreeNAS on HPE MicroServer Gen10 X3216 Stuck Console Issue