Open koznov opened 4 years ago
Might be besides the point but there is an easier way to work with storcli. If you add J to any storcli command if will output into json format. This can easily be converted into powershell object using convertfrom-json
This way you do not need to parse text.
That being said, I tested the esxcli command on my end and for 6.7 san was list will give package version, for 7.x releases it provides the expected firmware version.
Hello! I've got some troubles with getting Firmware version info about all Avago (LSI) RAID bus controllers:
From ESXi console needed information (at this moment) I can get with utility storcli:
String Firmware Version contains needed data of FW version that installed on controller. The only data that I can get from ESXi console with esxcli was only Firmware Package Build (without correct vmhba model name) with command:
Maybe there is something that we can do about this ? Or there is only method to fork IODevice module and create additional conditions with finding that match MegaRAID with
$pciDevice.DeviceName -match "MegaRAID"
and use storcli if it is available with construction like :