VMware Cloud Community
RanjnaAggarwal
VMware Employee
VMware Employee

How to check this lsi driver version

Anyone who can help me on this:-

LSI.png

Regards, Ranjna Aggarwal
0 Kudos
4 Replies
SureshKumarMuth
Commander
Commander

Run the command esxcfg-scsidevs -a to display all storage controllers, it will show you the driver names installed.

Run  command 'esxcli software vib list' and grep for the drivers which will give you the driver vib name that contains the version

Regards,
Suresh
https://vconnectit.wordpress.com/
0 Kudos
vijayrana968
Virtuoso
Virtuoso

You can use below commands :

esxcli network nic list

ethtool -i VMNic_name

ethtool -i vmnic0

output :

driver: ACME

version: 1.2.3a-1vmw

firmware-version: 7.8.9

bus-info: 0000:02:04.00

0 Kudos
hussainbte
Expert
Expert

The output for this command should contain the information.

/usr/lib/vmware/vm-support/bin/swfw.sh

If you found my answers useful please consider marking them as Correct OR Helpful Regards, Hussain https://virtualcubes.wordpress.com/
0 Kudos