ESXCLI to Check & Change Time on VMWare ESXi Host

I haven’t had to change the time on a VMWare ESXi server in a while but the opportunity presented itself today. I thought I would publish this quick article as a refresher. Check current date and time:#date Base Syntax #esxcli system time set-H for Hour-m for Minute-M for Month-s for Second-y for Year If I … Read more

Excessive Hardware health alarms being triggered for “Sensor -1 type” on ESXi hosts running vSphere 6.7 U3 (74607) Work Around & Solution

Recently while working in my environment I uncovered a known issue and a KB article with a resolution and work around.  Here is a step by step of the applied work around.  I applied the immediate work around to avoid a vCenter crash, which is never a good thing. Error:Alarm ‘Host hardware sensor state’ on … Read more

How to fix PowerCLI and/or PowerShell running scripts is disabled

I know this one should be real basic but sometimes we forget the basics.  Have you ever stood up a new environment, installed PowerShell, PowerCLI, imported your favorite scripts and when to execute and got a permission error.  Were you rusty on how to change permissions to give yourself the capability to run scripts?  Here … Read more

How to install PowerCLI 11.5 in PowerShell and PowerShell ISE

While i was standing up a new engineering box I needed to install PowerCLI. I figured since I am writing a lot more these days I would show real quick how to install PowerCLI from Powershell. Site for documentation:https://code.vmware.com/web/tool/11.5.0/vmware-powercli Command:Install-Module VMware.PowerCLI -Scope CurrentUser If PowerCLI is already installed and you want to update add the … Read more

Setup email alert for alarms in vCenter 6.7 U3

Recently, I was approached by someone who wasn’t fully familiar with VMWare.  They quick ask was how do I get email alerts when our ESXi hosts go offline.  It took a few minutes to confirm they had an email server setup and then to walk them through how to edit alarms to send emails when … Read more

Use VMWare vmkping to troubleshoot network connectivity & jumbo frame issues + cheat sheet

Ping has been a powerful tool for windows/linux/VMWare guys for a long time in troubleshooting network connectivity.  VMkping is ping for vmk traffic.  You execute the vmkping command from the ESXi host so you will need SSH services enabled.  Below I will dust off some old vmkping commands I still use today to help me … Read more

VMWare vExpert 2020

This year I have been fortunate enough to be made a vExpert for my second straight year. I was asked what does it mean to me to be a vExpert, so I thought I would take a moment to write a blog article on what it means to me to be a vExpert. The Beginning:To … Read more

Useful Cheat Sheet CLI for VMware NSX-T

I just wanted to take a moment to write a quick article on some useful commands I use for troubleshooting NSX-T 2.4 By no means is this everything and I will update this article routinly. How to find VTEP (Tunnel End Points)From NSX Manager#get logical-switch vtep From ESXi Host to display TEP end point#esxcfg-vmnic -land#esxcli … Read more

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