Update April 15th 2020: If you are doing a full upgrade, make sure you specify the proper profile name using: esxcli software profile update -d </path/to/depot.zip> -p <profile name> You can list the profiles included in the depot with: esxcli software sources profile list -d </path/to/depot.zip> I’m running a fully nested homelab on a single ...
After upgrading to vRealize Operations Manager 7.5, my next task at hand was upgrading to vRealize Network Insight (vRNI) 4.1. I’m really looking forward to this release because it supports VMware Enterprise PKS and Kubernetes as a data source. Very cool! vRNI 4.1 What’s New! Martijn Smit recently made the move to the vRealize Network ...
It was time to upgrade the operations management layer of my homelab environment. This includes an upgrade to vRealize Operations Manager 7.5. vRealize Operations Manager 7.5 What’s New! vROps 7.5 introduces a lot of exciting new features, including: vSAN-aware performance optimization Return of the allocation model Identify orphaned (or “zombie”) virtual disks with reclaimable capacity ...
I have been in contact with Runecast since VMworld 2018. They deliver a product called Runecast Analyzer. It basically allows you to stay on top of the overall health of your VMware environment. They – for example – automatically scan the online VMware Knowledge Base using their “Proactive automation engine” to search for any known ...
I’m running a fully nested homelab with a four-node vSAN Cluster. When trying to patch my vSphere environment using VMware Update Manager (VUM), my remediation pre-check fails because the vSAN Health Services are reporting an error. This short blogpost explains how to silence a vSAN Health Check: Since the ESXi servers are nested VMs, the ...
In my previous blogpost, I explained how to remove a failed PKS cluster by removing the BOSH deployment using the BOSH CLI. Removing the BOSH deployment does not remove the NSX-T objects however. Manually deleting these NSX-T objects using the GUI is prohibited because these objects are supposed to be managed by PKS and are ...
Introduction In my homelab, I’m currently running a fully nested VMware environment in a single box. With the necessary tweaking and tuning, and thanks to fast NVME SSD storage, I can quite comfortably run 6 ESXi hosts concurrently. 4 Nodes with vSAN are running the management cluster (non-stop), and two 2-node clusters with NFS storage (provided ...
This is just a quick blogpost on a small issue I encountered during a VMware Validated Design (VVD) deployment. As part of the VVD deployment, all ESXi hosts need to be added to Active Directory. This allows for Role-Based Access Control (RBAC) over the ESXi hosts.. Following the planning and preparation guidelines, the customer nicely ...
Introduction I am currently deploying a VMware Validated Design for SDDC at a customer, with the addition of vRealize Network Insight. This blogpost explains how to use the Certificate Generation Utility for VMware Validated Design for Software-Defined Data Center (CertGenVVD utility) to replace the default SSL certificate of the vRNI Platform Appliance. CertGenVVD is a command-line utility ...