Quick post today. I was looking for how to deploy HCX via powershell to my AVS cloud. There didn’t seem to be any examples and the documentation was hard to read. So in case someone else needs it: Not to hard just not well documented. You will need to set your environmental variables correctly.
Author Archives: Kenyon Hensler
NVME over TCP
I’ve wanted to test out NVME over TCP as a datastore from an ESXi host for some time. You may say “But Kenyon the Linux NVME implementation doesn’t support fused commands.” And you’d be right at one point I went through the configuration of an NVME target via the nvmet-cli tools. While this works forContinue reading “NVME over TCP”
ESXi VM Power On Delay
Ran into something odd the other day. I was observing a 30 second power on delay for VMs on an ESXi host. I messed with it for a few weeks, dug through logs, and opened a VMware SR. Got nothing from all of the normal avenues. After the ticket was open for a good weekContinue reading “ESXi VM Power On Delay”
TCP/UDP vs ICMP Latency
A while ago I wrote a post about ICMP latency: https://vskeeball.com/2021/09/14/ping-is-not-a-real-latency-measurement/. While we all conceptually understand this I recently helped build a testing framework to show a few types of tests running from AVS to Azure Native. Actually seeing the data brought home the points from the last post. These tests were all run oneContinue reading “TCP/UDP vs ICMP Latency”
NSX-T HCX or L2 VPN and VDR MAC
I recently had a question from a colleague about how to move the gateway for a layer 2 extended network in HCX. The move gateway operation in HCX forces you to unextend the network. This is fine if all the workloads on the segment have been migrated but the story I’ve always been told andContinue reading “NSX-T HCX or L2 VPN and VDR MAC”
NSX-T Edge Interface Monitoring
I’ve gotten a lot of questions from customers about how to monitor their NSX-T edges in AVS. Since the edges are considered management components customer don’t get access to the edge VMs in AVS (or most other clouds). This is done to protect the customer from breaking their environment by accidentally doing something to theContinue reading “NSX-T Edge Interface Monitoring”
vSphere Content Library on Azure Blob
A few month ago I thought it would be nice to have a vSphere content library on blob store. I did some googling and found Trevor Davis had posted this: https://avs.ms/centralized-avs-content-library-on-azure-blob/. I read it and thought there has got to be a better way than making the library on my machine running William Lam’s scriptContinue reading “vSphere Content Library on Azure Blob”
Third Party Firewalls in AVS
There have been quite a few blog posts about third party firewalls or in Azure speak NVA (Network Virtual Appliance) in AVS. Why Azure calls these NVAs and not VNFs (Virtual Network Function) like the rest of the world is a question I’d like to have answered. While the DFW (Distributed Firewall) should be usedContinue reading “Third Party Firewalls in AVS”
NSX-T 802.1q Over Geneve
I’ve had a few questions about 802.1q trunk ports over NSX-T overlay segments. Normally the question are around using a trunk port to connect a firewall VM to get around the 10 network interface limit on VMware VMs. Unfortunately that type of configuration has one major issue. The VMs being secured must do VLAN taggingContinue reading “NSX-T 802.1q Over Geneve”
Multiple VM Storage Policies
I had an ask from a customer about how to set storage policies on multiple VMs in AVS. You can accomplish this via run commands as documented https://docs.microsoft.com/en-us/azure/azure-vmware/configure-storage-policy but the customer needed a little bit more flexibility in specifying multiple VMs to run the command against. The run command supports wild cards but that wasContinue reading “Multiple VM Storage Policies”