VMware recently released a statement regarding a known vulnerability in the current vCenter Server appliances which could cause remote code execution and authentication flaws Advisory ID: VMSA-2021-0010 and released updates and workarounds to manage this situation. Product Version Running On CVE Identifier CVSSv3 Severity Fixed Version Workarounds Additional Documentation vCenter Server 7.0 Any CVE-2021-21985 9.8... Continue Reading →
[Script] Migrate Roles/Privileges to new vCenter
I recently created a Powershell script which allows you to copy/migrate your roles and privileges from one vCenter to another. Make sure the credentials used for the login of the vCenter are allowed to create and modify roles. To set up Powershell for the VMware commands: Install-Module -Name VMware.PowerCLI -Scope CurrentUser Set-PowerCLIConfiguration -Scope AllUsers -ParticipateInCeip... Continue Reading →
VMware vCenter Health checks in 6.7U1
I do have the feeling that, while promoting the fully supported HTML5 client in vSphere 6.7u1, more and more customers are curious about the features and benefits in this release. In this blog post I want to share a few informations about an added feature which I think is underrated and most people do not... Continue Reading →
Rescan all Hosts HBA’s | It’s that simple!
Just a quick reference to bookmark, may someone think it's useful. Spending time to rescan HBA's on all hosts in a cluster is time consuming and not worth the work. It is possible to rescan all HBA's with a simple PowerCLI line: Get-Cluster -Name “Clustername” | Get-VMHost | Get-VMHostStorage -RescanAllHba or if you have more... Continue Reading →
[INFO] Changing the default SSL password during the vCenter Server certification renewal
Another situation I was facing two weeks ago while upgrading two Windows vCenter Server 5.5 including vSphere Replication Appliances to the latest vCenter Server Appliance 6.5U1. As the upgrade process is fairly known by now, I was sure I will need to reset the administrator@vsphere.local password due the expiration settings. But I also needed to... Continue Reading →