Posts

Showing posts from 2014

Set Round Robin in ESXi Servers

Power shell command to set round robin policy on all LUNS attached to ESXi Servers Get-VMHost |Get-ScsiLun -LunType "disk"|where {$_.MultipathPolicy -ne "RoundRobin"}|Set-ScsiLun -MultipathPolicy RoundRobin