Hi, Recently while rebuilding the lab, I came across what seems to be a bug between the hashicorp/vsphere and the vmware/nsxt terraform providers. For example, here's a snippet from code that should work, but doesn't: 1resource "nsxt_policy_segment" "testinglinuxlab1" { 2 display_name = "testinglinuxlab1" 3 …
Read MoreRecently while I was trying to update a new homelab server from ESXi 8 to ESXi 8 U3b using the command esxcli software vib update --depot=/vmfs/volumes/<datastore>/depot.zip, I stumbled upon the following error: Profile <> is missing component(s) ESXi,Mellanox-nmlx5. After trying to remove the installed VIBs (that are …
Read MoreHi everyone, Here’s a quick tip for the home lab people with old servers that can’t afford to get new hardware (like me). It seems like that you can override the installer terminating when an unsupported CPU is detected. What you need to do, is when booting from the ESXi ISO, press SHIFT+O, and type in: …
Read MoreHi everyone, This post will be about a nice trick I learned to get the maximum out of your VMware Homelab. TPS, or Transparent Page Sharing, is a function where, in short, multiple identical virtual memory pages are pointing to the same page within the memory of the host. Here is a whitepaper that goes more in-depth. …
Read MoreHi readers, This short post will be about how I had to set-up a static route on ESXi to my VPN subnet. My setup is as follows: I have an ESXi server in DC1, and a ESXi server at home. The Home ESXi server has vCenter and vRealize Operations Manager on it. My goal was to have vRealize Operations Manager give rightsize …
Read More