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

Re: changing path policy to round robin_powercli

$
0
0

Firmware version might be an issue, it can be retrieved but it depends on the HW vendor and type.

Give this one a try and see what is reported.

Note that it is for FC storage

 

foreach($hbainGet-VMHost|Get-VMHostHba-TypeFibreChannel){

   $esxcli=Get-EsxCli-VMHost$hba.VMHost

   $esxcli.storage.san.fc.list() |where{$_.Adapter -eq$hba.Device} |

  Select @{N='VMHost';E={$hba.VMHost.Name}},

   @{N='HBA';E={$hba.Name}},

  ModelDescription,DriverName,DriverVersion,FirmwareVersion,HardwareVersion

}

 


Viewing all articles
Browse latest Browse all 230613

Trending Articles



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