Fixing missing NIC drivers for ESXi hosts

You may recognize this. You’ve updated your ESXi hosts via vSphere Lifecycle Manager (vLCM) or similar method, the host rebooted during remediation and… that’s it. Your host is not reachable anymore. That happened to my lab server last week, while updating it to the latest ESXi 8.0 patch release. So what went wrong? In short, this happens when ESXi does not have inbox drivers for your NIC and the vLCM Image configuration does not has Read more…

VMware NSX

Deploy NSX 4.x Edge nodes on unsupported vSphere

NSX 4.0 onwards only supports vSphere 7 and later. In my homelab I’m still running ESXi 6.7 which is joined to a vCenter 8 instance. It’s because the RAID controller in my host is unsupported in ESXi 7+ and no native drivers are available. Running an older ESXi version is fine for me since I do most testing on an nested vSphere 8 lab. The issue During the rebuild of my homelab I want to Read more…

Update VMware Tools package on ESXi

In most cases VMware Tools are available as part of the ESXi installation. When updating or upgrading vSphere on an ESXi host, the VMware Tools could be updated, but most of the time not to the latest version. In this post I’ll show you how ESXi hosts can updated to the latest available version, when they contain critical bug or security fixes. This post is not about getting VMware Tools up-to-date within your VM’s . Read more…

ESXi 8 on the Maxtang NUC

My latest homelab addition is the Maxtang NX6412 NUC which was given by VMware, together with Cohesity (many thanks!) at VMware Explore EU (in the US co-sponsored by NetApp) to all vExperts who registered for the gift. After adding RAM and a SATA SSD, it was time it ran vSphere 8. The specs of this neat, passive cooled box are: The issue with the Maxtang NUC is that both PCIe based Realtek NIC’s and the Read more…

Create ESXi 8 Customized ISO Installer

Once and a while ESXi needs to be installed on a device of which the drivers (NIC / Storage) are not built into the ISO installer (yet). In my case it’s needed for the vExpert homelab Maxtang NUC device. This device has a Realtek PCIe NIC’s not supported by ESXi 8. Because of that limitation, I used a Realtek USB based NIC, supported by the USB Network Native Driver for ESXi fling. When a network Read more…

VMware Advanced Design vSphere 7.x study links

Although vSphere 8 is released (GA) at VMware Explore Europe 2022 and modified exams can be expected, the vSphere 7 ones are still current. Also at Explore I took the Advanced Design VMware vSphere 7.x exam and passed it to update my VCDX-DCV certification based on vSphere 6.5 to the latest one based on vSphere 7. The exam I took was the Advanced Design VMware vSphere 7.x (3V0-21.21). Also this exam is a requirement for Read more…

PowerCLI 13 update and installation hurdles on Windows

Since PowerCLI 13 is released last week (November the 22nd, 2022), I started the update process on my Windows and MacOS device. I needed the latest version to be able to create a customized ESXi 8 ISO installer for the vExpert Maxtang NUC that has the Realtek USB NIC drivers in it. I found out it isn’t as straightforward as the PowerCLI documentation would suggest, which I want to share with you. Update 9-5-2023 PowerCLI Read more…

Kubernetes CKA

CKA Preparation: Part 2 – Vim cheat sheet

To prepare for the Certified Kubernetes Administrator (CKA) exam, basic Linux skills are a necessity. Being able to move the cursor around quickly in the Bash shell and Vim, create aliases and handy environment variables helps saving precious time during the CKA exam. Of course there are plenty of cheat sheets around, but creating one yourself that has the commands you like and use, forces you to learn them. I started this series to have Read more…

Kubernetes CKA

CKA Preparation: Part 1 – Bash cheat sheet

To prepare for the Certified Kubernetes Administrator (CKA) exam, basic Linux skills are a necessity. Being able to move the cursor around quickly in the Bash shell and Vim, create aliases and handy environment variables helps saving precious time during the CKA exam. Of course there are plenty of cheat sheets around, but creating one yourself that has the commands you like and use, forces you to learn them. I started this series to have Read more…