Category Archives: How to

How to successfully upgrade Cloud Director from 10.2 to 10.2.1
I needed to upgrade Cloud Director to 10.2.1 in my home lab. In this blog post, I will show you how to perform a Cloud Director upgrade. My Cloud Director instance only contains a single Cloud Director cell, but I will explain the upgrade process for a Cloud Director with multiple cells/appliances. So that you…

How to successfully upgrade NSX-T from 3.1.0 to 3.1.1
VMware did a great job with simplifying the upgrade proces of all the NSX-T components. Today I will demonstrate how to perform an upgrade of a NSX-T environment from NSX-T 3.1.0 to NSX-T 3.1.1. VMware docs: Upgrading NSX-T Data Center Upgrade NSX-T Data Center Prerequisites Check the VMware product interoperability matrices: link Download the NSX-T…

Use a letsencrypt wildcard certificate in a Cloud Director 10.x cell
I have deployed a Cloud Director 10.2 setup in my home lab, but I haven’t configured the public address and a wildcard certificate yet for the web GUI and the console proxy. In this blog post, I will show you how to request a let’s encrypt wildcard certificate, and I will show you how to…

Deploy VCF 4.0.1 with BGP loopback addresses
For a customer project I needed to deploy VCF 4.0.1 with BGP loopback addresses on a Cisco Fabric (spine leaf setup). As you may already know VCF requires BGP configurations to configure BGP peerings in NSX-T. The VCF design we have is a little different from the blueprint (VVD 6.0.1). Instead of having the BGP…

Configure a NSX-T overlay network on a Windows 2016 bare metal server.
In this article, I will show you how to prepare your Windows 2016 bare metal server to be configured as an transport node in NSX-T and how to configure a NSX-T overlay segment on a Windows 2016 server bare metal server. By configuring your bare metal server as a transport node, you will be able…

Build your own VCF 4.0.1 test lab with VLC.
VCF Lab Constructor also known as VLC, is a tool that can automate the deployment of a nested VCF lab. VLC will deploy a VCF environment with minimal resources. A single physical server with 12 cores, 128GB RAM and 800GB SSD is needed to deploy a VCF lab. Using SAS disks instead of SSD disks…

How to enable VMware vSphere authentication proxy with ease in vCenter 6.7 – Step-by-Step
vSphere authentication proxy is a service that is available in every vCenter server. By default, the vSphere authentication proxy service is set to manual and the service is not in a running state. With vSphere authentication proxy you can easily domain join an ESXI host. The vCenter server will serve as a proxy to domain…

How to successfully repoint vCenter 6x appliance to another platform service controller – Step-By-Step
Repoint vCenter server to a another platform service controller is quite easy. Recently I needed to repoint a vCenter in a different site to it’s dedicated platform services controller. The current setup was an enhanced linked mode of two vCenters pointing to the same platform service controller. By deploying an additional platform service controller in…

How to deploy vCloud Director 9.7 cells in HA – Step-by-Step
In this article, I will show you how to deploy vCloud Director 9.7 appliance cells in a HA topology. The installation of vCloud Director 9.7 is really straight forward and can be completed with the wonderful vCloud Director documentation page available online. In one of the upcoming articles, I will also demonstrate the migration from…

How to successfully implement CSE in vCloud Director 9.7 – Step-By-Step
CSE (Container Server Extenstion) is a extension for vCD that has been around for a while now, CSE is like PKS an VMware technology to run container based workloads in vCD. Implementing CSE in vCD, allows the tenant users to deploy kubernetes cluster as a service. VMware published a well documented GitHub page, where all…