This Blog is to share our knowledge and expertise on Linux System Administration and VMware Administration

Friday, September 15, 2017

Rescan All HBA of all ESXI in a simple way.

Rescan All HBA of all ESXI in a simple way.

For a Specific Cluster:

get-cluster -name “MY CLUSTER” | get-vmhost | Get-VMHostStorage -RescanAllHBA

All Hosts in VC:

get-vmhost | Get-VMHostStorage -RescanAllHBA

No comments:

Post a Comment