Earlier this month I started a Twitter poll and asked the community if anyone would be interested in some kind of community gathering besides the VMUG or any other event. I thought about this because, looking at the western of Germany, there seems to be a huge gap with a lot of potential. There are... Continue Reading →
vSphere Replication fails at validation to DR site
I recently came across an error where I needed to set up a replication between two datacenters using the VMware vSphere Replication appliance. The appliances on both sides were updated to version 6.5.1.1832 Build 6128217 and the vCenter Server appliances as well as the ESXi hosts were on the latest build at 6.5. The environment was... 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 →