Tag: VMware
-
VMware Cloud Director: Step-by-Step VCD Upgrade from version 10.4.2 to 10.5.1
In this post, I will guide you through the process of upgrading VCD from version 10.4.2 to version 10.5.1. Although VCD 10.5.1 is considered as a patch release from version 10.5.0, however it came with a lot of new features and enhancements as per the below release notes. https://docs.vmware.com/en/VMware-Cloud-Director/10.5.1/rn/vmware-cloud-director-1051-release-notes/index.html Upgrade Prerequisites Step1: Check VMware’s interoperability matrix…
-
VMC on AWS SDDC Deployment
This is a collection of some of my notes for the deployment of VMware cloud on AWS: Step one is to configure your AWS account, the easy bit right 😉 Then you will need to create a new VPC, search for VPC in the AWS console. Next Step is to create the Subnet you’ll be…
-
Create NSX-T Segments using powerCLI Script
Before running the script you’ll need the following: Script file can be accessed here along with an example txt file: https://github.com/PhilCDW/NSXTCreateSegments/blob/c1203d93948a3623dfb1b9732a20022ea04fd860/CreateNSXTSegments.ps1 The Script will ask the following: Input your NSX-T FQDN:Credentials for NST-TInput your Transport Zone ID. Another script I’ve uploaded is delete segments using a CSV file, can be useful if you make any…