Day: June 18, 2013

Controler et changer les chemin d’accés (Path Policy) au datastore en Round-Robin

    Contrôler sur un cluster la Path Policy : Get-VMHost -Location <Cluster>|Get-ScsiLun -LunType “disk”|where {$_.MultipathPolicy -ne “RoundRobin”}   Appliquer le Round-Robin aux ESX du cluster : Get-VMHost -Location <Cluster>|Get-ScsiLun -LunType “disk”|where {$_.MultipathPolicy -ne “RoundRobin”}|Set-ScsiLun -MultipathPolicy RoundRobin     Update 12/02/2015 Sur ESX IBM le CanonicalName commence bien par “naa.50*” mais Continue Reading