Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 231085

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 231085

Trending Articles