How to Add NSX Edge Cluster to the Workload Domain in SDDC Manager

This post is a continuation to the one which I made on How to Create a Workload Domain in the SDDC Manager.

Login into the SDDC Manager, Go to the Workload Domain which you have created (In my case the workload domain name is wld-domain), go to the Edge Clusters tab

Ignore the Errors in my lab, that’s just license errors in the lab env.

Click on Add Edge Cluster option as in the screenshot below

Perform the same steps to add the Edge Node 2 as well but with its own IP Addresses

Once everything is Validated with no errors, it will start the Deployment of the Edge Cluster with Edges in the workload vcenter

This Concludes this post on how to deploy NSX Edge Cluster with 2 Edges in the Workload Domain using SDDC Manager

I have encountered an issue while deploying the NSX Edge Cluster in the workload domain in Holodeck and that is while it was trying the NSX BGP Peering Verification from the SDDC Manager and the BGP Neighbors were down. This was not provided in any documentation and I have documented about this issue and its resolution in this post.

Architecting Your Microsoft SQL Server Workloads on VMware Cloud Foundation

Introduction:

I have attended this session in Explore 2024 Las Vegas and here is what I have learnt from this session in regards to architecting Microsoft SQL Server in the vSphere Environment. Even though the session heading shows that it is about VCF ( VMware Cloud Foundation), the reality is that these suggestions and recommendations are for vSphere. VCF is a combination of vSphere, VSAN, NSX and Aria Suite.

NOTE: I know its already close to VMware Explore 2025 but I found these on my phone from last year’s Explore and wanted to Post before I totally forget about these options in regards to SQL Server and its Performance on vSphere.

Below are few of the improvements to be made to the SQL Server VMs and VMware Best Practices (As shown in Explore 2024)

NUMA: Recommended VCPU Configuration

Storage Best Practices

Best Practices for VM Disk Layout

Network Best Practices

SQL Server High Availability Options

Power Management of the VMs

SQL Server Configuration

SQL Server High Availability

Windows RSS Options

Deploying Workload Domain in Holodeck Toolkit 5.2x

In this post, I will be going over how to deploy a workload domain in the holodeck lab if you have only deployed the management domain with NSX Edge Cluster configured in it by using VLC GUI

In my lab, I was unsuccessful the first try in getting VLC GUI to deploy the workload management with NSX Edge Cluster in it, so I only deployed the management domain and then configured the workload domain using the SDDC Manager.

First, you will have to use “add_4_big_hosts_ESXi5-8.json” or “add_4_hosts_ESXi5-8.json” using the VLC GUI to provision 4 nested esxi hosts esxi5-esxi8 in the lab env.

Once the hosts are created, you will have to use the commission hosts option under Hosts in SDDC Manager to get the 4 esxi hosts into the SDDC Manager. Once the 4 esxi hosts are unassigned in the SDDC Manager, we will start the creation of the workload domain using the SDDC Manager.

NOTE: The SDDC Manager will only deploy 1 NSX Manager Appliance nsx1-wld even though you provide the network details for all 3 managers

Next Post will be on How to Add an NSX Edge Cluster to the workload domain.