Hi LucD/All,
To refresh, I am attempting to simply list all of our ESXi hosts current HBA Adapter Driver revision details from an array of HP Proliant servers.
I have not had much luck using PowerCLI as the .NET objects for the HBA's do not seem to be populated and retreiveable using this method unless someone can point me in the right direction?
I am now instead using a direct SSH method as suggested however I am already getting stuck on the initial one liners where I would expect to see the HBA driver details however which is actually retreived I have copied below:
~# /usr/lib/vmware/vmkmgmt_keyval/vmkmgmt_keyval -d
-sh: /usr/lib/vmware/vmkmgmt_keyval/vmkmgmt_keyval: not found
I do however receive a result from the following command:
~# esxcfg-scsidevs -a
vmhba0 cciss link-n/a block.cciss/c0d0:0 (0:5
:0.0) Hewlett-Packard Company Smart Array P400i
vmhba1 qla2xxx link-up fc.xxxxxxxxxxxxxxxx:xxxxxxxxxxxxxxxx (0:6
:5:0.0) QLogic Corp ISP2532-based 8GB Fibre Channel to PCI Express HBA
vmhba2 qla2xxx link-up fc.xxxxxxxxxxxxxxxx:xxxxxxxxxxxxxxxx (0:6
:5:0.1) QLogic Corp ISP2532-based 8GB Fibre Channel to PCI Express HBA
However I still cannot drill down to retreive the specific driver revision detail (per adapter)
Any ideas?
Many thanks,
Martin.