Deploying NAT Services on NSX-T

There may be instances when you want to leverage NSX-T for NAT services and not an external NAT services. Thanks to the simplified management of NSX-T deploying these services is easy. Terms:Source NAT (SNAT): translates a source IP address of outbound packets so that packets appears as originating from a different network Destination NAT (DNAT): … Read more

Useful Ruby Shell vSAN Commands

Lately, I have had people messaging asking to help them troubleshoot their environment. Everything from random performance impacts to my SQL DBA says I have a disk IO issue. I thought I would take the time to post a few helpful ruby shell commands I use to help me keep an eye on my own … Read more

Four Benefits of NSX-T Not Named Micro-Segmentation

Over the past couple years I hear the term Micro-Segmentation over and over and over and over again as the benefit of NSX & software defined networking.  I thought I would take a moment to write about four benefits of NSX-T I’m witnessing in my environments that bring value add on top of Micro-Segmentation. 1. … Read more

NSX-T 2.4 Release & What’s New

I wanted to take a moment and provide a link to the new feature release of NSX-T 2.4. This has been a major release with a re-architecture of the NSX-T components. Some feature highlightsCombining the NSX Manager and Controller nodes into a single applianceInfrastructure as CodeExpanding Security FeaturesHigher Levels of Scale, Resiliency, Performance https://blogs.vmware.com/networkvirtualization/2019/02/introducing-nsx-t-2-4-a-landmark-release-in-the-history-of-nsx.html/

Creating a VMware Virtual Distributed Switch & Virtual Distributed Port Groups

Whether deploying a new VxRail or deploying a new cluster you will still need a way for the virtual machines to communicate.  With VxRail manager it will create a virtual distributed switch (vDS) as part of the initial deployment leveraging the first four onboard ports.  However, if you are leveraging an additional daughter card for … Read more

NSX-T Routing 101

When I first tackled NSX-T, like many, I was concerned about IO/Packet flow. Based on feeding my own curiosity while preparing my production environment for NSX-T I decided to write this article. Below you will find high level overview of components and the two tier routing topology. Routing can be defined in the following directions: … Read more

VxRail / vSAN Capacity Math Made Easy

It feels like I cannot go a week without being asked the question of, “What is my real capacity on vSAN/VxRail?”  Followed by we just cannot get our capacity planning correct and we are determining how much more capacity to grow our cluster by.  I thought I would perform a back to basic vSAN math … Read more

NSX-T Component Overview

NSX-T Manager Controller provides the graphical user interface (GUI) and the RESTful API for creating, configuring, and monitoring NSX-T components, such as logical switches. NSX-T Manager Controller implements the management plane for the NSX-T infrastructure. It provides an aggregated system view and is the centralized network management component of NSX-T. It provides a method for … Read more

Part 4. DRaaS – The four click failover to VMware Cloud on AWS and back

This is my fourth and final installment of this series. These steps were taken by me to failover and failback multi-million dollar datacenters in as easy as 4-clicks. At this point we should have our SDDC deployed and linked back to our onprem. VR/SRM should be deployed both onprem and in the SDDC. All site … Read more

Performance Tuning your vSAN / VxRail Environment

Recently, I have been getting a lot of questions around how to build vSAN for high performing workloads. This article is intended to cover hardware differences, slack space, what is vSAN namespace, object, component, Raid-1 vs Raid-5/6, and stripe width, which all can impact performance. Please keep in mind I am not covering dedup/compression overhead … Read more

Part 3. DRaaS on VMWare Cloud on AWS – Config Replication/Protection Groups/Recovery Plans

This is the third installment of my ongoing series on DRaaS. We have have by now installed VR/Site Recovery Manager, configured site pairings, and configured onprem and SDDC mappings. Now it is time to setup Replication, Protection Groups and Recovery Plans. What are Protection Groups and Recovery Plans A protection group is a group of … Read more

VMware Cloud on AWS HA with Stretched Clusters

Each AWS Region supports the infrastructure and services for a given geography. Within each Region, Amazon builds isolated and redundant islands of infrastructure called Availability Zones (AZ). With VMware Cloud on AWS, ESXi hosts traditionally reside in an AWS Availability Zone (AZ) and are protected by vSphere HA. In the event of losing a ESXi … Read more