I created this small script to gather some info from a ESX 3.X host.
This script is still in it’s early stage.
Download it here.
I created this small script to gather some info from a ESX 3.X host.
This script is still in it’s early stage.
Download it here.
Could you please help me in getting a script (preferably powershell) to find out the HBA Firmware version?
Hi,
I’m not sure that’s possible with PowerShell – don’t think the CMDLET is cable of that..
But you can do it from COS, found this guide.
http://communities.vmware.com/message/1106837
Hope that answers you question.
Hi,
Thanks for your response.
I know the command from COS (eg: proc/scsi/lpfc/), but i wanted to do it for multiple hosts hence asked for scripting.
have you tried looking at the Perl toolkit?
This has a few more functions that might do it for you.