How to place VMWare vSphere ESXi Host into maintenance mode via esxcli

Recently, I was attempting to place a ESXi host into maintenance mode via the GUI in vCenter. However, it kept failing even after i restarted services and rebooted the vCenter. This forced me to break out some old commands to perform this task via CLI on the ESXi host itself. Confirm the host is not … Explore: How to place VMWare vSphere ESXi Host into…

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 … Explore: Use VMWare vmkping to troubleshoot network connectivity &…

How to Power off or reboot VMWare VM from CLI

Quick answer: Shut down the guest before forcing power off This is an ESXi-host CLI reference, originally written for a vSphere 6.7-era incident. These actions can interrupt service. Identify the correct VM first, then choose either shutdown or reboot; a hard power-off is a last resort. Jump to identify the VM, check power state, shutdown … Explore: How to Power off or reboot VMWare VM…

Unable to log into vCenter 6.7 U3 Appliance

Recently, I upgraded my vCenter to 6.7 U3 and afterwards I wasn’t able to into my vCenter appliance via SSH and more surprisingly I wasn’t able to log into the VAMI. Resolution:Reboot of the vCenter Appliance Result:I was able to log into the VAMII went to Access > Edit > enable SSHI was then able … Explore: Unable to log into vCenter 6.7 U3 Appliance

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 … Explore: Useful Cheat Sheet CLI for VMware NSX-T

Creating a VMware Virtual Distributed Switch & Virtual Distributed Port Groups

Legacy walkthrough — originally published April 3, 2019. The screenshots and VxRail port-layout examples below reflect the environment used at that time; they are not a universal design for current deployments. Verify vCenter, ESXi, and distributed-switch compatibility, licensing, uplinks, VLANs, and the supported VxRail network design before applying these steps. For changes to an existing … Explore: Creating a VMware Virtual Distributed Switch & Virtual…

Upgrade vCenter with external PSC to 6.5 U2b

In my previous article I showed everyone how to install the latest vCenter 6.5 U2d. Now I will show how to upgrade your existing vCenter to 6.5 U2b and why created new vCenter’s with embedded Platform Services Controllers will make upgrades even easier. Before we begin, always remember to take a snapshot before upgrading any … Explore: Upgrade vCenter with external PSC to 6.5 U2b

How to Install a vCenter (VCSA) 6.5 U2d

As we are all aware vCenter is at the heart of our vSphere environments. Whether deploying a lab or a net new datacenter with vSAN/VxRail, you will require a new vCenter. Before I begin, embedded vs external Platform Services Controller (PSC). I say treat any net new install as embedded PSC only. VMware is in … Explore: How to Install a vCenter (VCSA) 6.5 U2d