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 MoreIn this post I will share a quick tip on how I've managed to deploy a VCF Workload Domain with a single NSX Manager, instead of the standard three. Warning Do not use this trick in production. Neither Broadcom nor me support this deployment. This is purely for testing with limited resources, you have been warned! The …
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 MoreThis is about an issue I encountered in my lab recently. This issue affects vCenter version 8 U2 build 22617221 If you see that cloning VMs and powering on VMs takes forever and they get stuck at 95% and 66% respectively, but eventually finishes after an hour, you can check if you are affected by this issue. Go to the …
Read MoreWith power pricing getting severely out of hand (well, it has been for months now), I figured I should do my part. Currently, my lab consists of four ESXi servers, two storage servers, one backup server and one personal tinkering server. My ESXi cluster has always ran on about 1.5 hosts worth of redundancy. In order to …
Read MoreWhile everyone is going to make their “new year’s resolutions” I had been thinking of.. What would I like to do in 2023, in an ideal world? (where money isn’t an issue, that is). In terms of professional development there are a couple of trainings and certifications I would like to go for. Not only to brush up on some …
Read MoreToday while I installed two new servers in the rack, I had to mount some iSCSI datastores to these servers as I also have them mounted on other servers. I wrote a quick script to do this because I am lazy, and decided to share it here in case it may be useful: 1#!/bin/bash 2 3esxcfg-volume -l > /tmp/dump.log 4cat …
Read MoreVMware has launched a new certification. The VMware Cloud Professional – VMware Cloud 2022 certification (yes, that is a mouthful to say over Zoom). In short, let’s call it VCP-VMC 2022 for now. It was first introduced in this post from VMware. This certificate aims to prove that the holder has sufficient knowledge of …
Read MoreIt seems like VMware has listened to the overall feedback that they have received. Usually sysadmins do not agree with each other on a large scale. But one opinion was broadly agreed on; vSphere’s QA was horrible (insert production is QA meme here). Thankfully, VMware has listened to us. On October 5th, they …
Read MoreHi readers, Today’s post will be about my experience with having a startup becoming a VMware Partner, where I will explain all the things that I encountered. Both good and bad, so here we go. First of all during the sign-up process you pay a fee, this was $895 at the time of registering. Will I renew it? No. I will …
Read More