VMWare Virtual Machine can’t migrate / vMotion because the VM is installing VMware Tools and cannot initiate a migration operation quick CLI fix

Have you ever been trying to vMotion a VMWare virtual machine but get an error that prevents you because the VM is attempting to install VMWare Tools?  Has this ever occurred when trying to put a host into Maintenance Mode?  Are you looking for a quick way to vMotion the VM?  Below I have the … Read more

VMWare’s VMWorld will be week of Sept. 28 and Virtual not Physical Due to COVID-19

Every year I weigh the pains of travel vs the networking and knowledge gains of attending VMWorld. Majority of the time the pain doesn’t outweigh the benefits. However, due to COVID-19 VMWare will be making VMWorld virtual this year. I must admit this may get me to attend VMWorld for the first time in three … Read more

Advisory Severity Critical VMware vCenter Server updates address sensitive information disclosure vulnerability in the VMware Directory Service (vmdir) (CVE-2020-3952)

VMWare just posted this advisory:https://www.vmware.com/security/advisories/VMSA-2020-0006.html vCenters affected:vCenter Server 6.7 (embedded or external PSC) prior to 6.7u3f is affected by CVE-2020-3952. Only if it was upgraded from previous versions 6.0 or 6.5. Clean installations of vCenter Server 6.7 (embedded or external PSC) are not affected. KB to determine if your vCenter is affected:https://kb.vmware.com/s/article/78543 Resolution:Upgrade to 6.7U3f … Read more

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

What-If VMWare vRealize Operations for VxRail/vSAN Host Remove from Cluster

Have you ever acquired hardware for a new project that gets killed or moved to the cloud?  Has it ever been end of year for a vendor and you acquire additional hardware for future projects?  Have you ever been approaching your end of quarter/year and you still have funds that need spent from your budget … 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

VMWare 6.7 U3 vCenter, DellEMC VxRail iDRAC, DellEMC VxRail event codes

Have you ever gotten an alarm on your VxRail Manager with some strange code like VXR124003 and wonder what does this mean? I thought I would take a moment and post the VxRail event codes below as well as publish the link to the DellEMC support site. DellEMC Support site URL:https://support.emc.com/docu91469_VxRail-Appliance-4.5.x-and-4.7.x-Event-Code-Reference.pdf?request=akamai Summary: As always I hope … Read more