Using the newly released version vCSA and ESXi 6.7U1, it is possible to manage VMware Tools and VM Hardware updates directly from the HTML5 panel. A few notes from myself, as I was asked multiple time during the last few weeks about the option and how it will be implemented into the HTML5 client. As... 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 →