VxRail – Add drives to Cluster

Last week I was on a reference call in regards to VxRail. I was asked many questions but one surprising question was, “How difficult is it to add storage?” I thought I would write a quick article to show just how it is done.In a regular vSAN cluster you would need to add the drives, … Read more

VMware NSX-T – Create (TEP) IP Pool

I know with NSX-T there are plenty of terminology tossed around. Here is another one for you in the tunnel endpoint (TEP) 🙂You may ask, “What is a TEP and why should I care?” Short and simple answer is a TEP enables ESXi hosts to participate in an NSX-T overlay network. Why should I care? … Read more

NSX-T – Deploy Segment (Logical Switch)

A single logical switch is mapped to a unique Geneve segment that is distributed across the ESXi hosts in a transport zone. The logical switch supports line-rate switching in the ESXi host without the constraints of VLAN sprawl or spanning tree issues. A segment is a representation of layer-2 connectivity across transport nodes (ESXi Hosts), … Read more

NSX-T – Deploying Tier-1 (T1) Router

A Tier-1 Gateway can span multiple ESXi and KVM hosts.  A Distributed Router can provide local routing between different segments on a host. A DR also provides distributed east-west routing functionality across hosts. Things to know about a T1: T1 uplinks to a T0 router T1 has down links to segments Owned and config by … Read more

NSX-T – Attach a Tier-1 Gateway to Tier-0 Gateway

When it comes to a multi-tier router architecture you will be connecting Tier-1 router(s) to an existing Tier-0 router. East-West routing is performed by the DR (distributed Router) in the Tier-1 router.  The Tier-0 provides services and external connectivity.  Some things to be aware of: When the service and distributed routers are created, they are … Read more

NSX-T – Deploying Tier-0 (T0) Router

One of the things I like about NSX-T is the ability to deploy Tier-1 and Tier-0 routers. The T0 is the gateway that bridges the virtual world to the physical world. Below you will find a screenshot of the logical architecture followed by a step by step process to deploy a T0 router in your … Read more

How to RASR Reset VxRail 4.7 Node

There may be instances where you Need to factory reset a VxRail node. IE you are creating a new cluster, a fresh install is failing, or because you feel like it 🙂 Here is an easy step by step guide on how to RASR reset a VxRail host.*Please remember you are going to be taking … Read more

Deploying a Domain in NSX-T

As I continue my blogging series on deploying NSX-T 2.4 in your environment, my next topic will be Domains. This will be a quick blog as there is not a lot about setting up Domains. Domains will pop up a lot when configuring NSX-T.  They are great for logically grouping a collection of workloads and … Read more

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