Just a quick command I used. Maybe it will be useful for someone as well. I thought about the easiest way to check for all active and standby uplink ports on all vSphere Distributed Switch portgroups in my datacenter, for documentation purposes. You could easily check the settings on each portgroup by navigating to the... 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 →