Quantcast
Channel: VMware Communities: Message List - vSphere™ Storage
Viewing all articles
Browse latest Browse all 5826

Re: vSphere 5.1 Script to rescan storage

$
0
0

You could try something like that but thats for a Machine where Powercli is installed:

 

"Connect-VIServer [Your Vcenter Server]"

"Get-VMHost | Get-VMHostStorage -RescanAllHba -RescanVmfs | ft -autosize"

 

If you want to do it on a host:

 

# Adapter rescan

 

esxcli storage core adapter rescan --all

 

#VMFS rescan

 

vmkfstools -V


Viewing all articles
Browse latest Browse all 5826

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>