VMware Cloud Community
rockyr1010
Contributor
Contributor
Jump to solution

Service console command required

Hello,

I'm new to this group.can anyone give me the service console command for getting the firmware version of the HBA in ESX 3.X.Thanks in advance

Lovingly...Rocky

0 Kudos
1 Solution

Accepted Solutions
bluebull2rhyme
Enthusiast
Enthusiast
Jump to solution

use cat /proc/scsi/YourDeviceName/1 |less

or cat /proc/scsi/YourDeviceName/1 |grep driver

If you find this useful,award me Helpful or Correct answer

View solution in original post

0 Kudos
3 Replies
bluebull2rhyme
Enthusiast
Enthusiast
Jump to solution

Here you go ...

cat /proc/scsi/YourDeviceName/1 |grep firmware

If you find this useful,award me Helpful or Correct answer
rockyr1010
Contributor
Contributor
Jump to solution

Thanks Bluebull for your quick reply...how to get the driver information for the same?

0 Kudos
bluebull2rhyme
Enthusiast
Enthusiast
Jump to solution

use cat /proc/scsi/YourDeviceName/1 |less

or cat /proc/scsi/YourDeviceName/1 |grep driver

If you find this useful,award me Helpful or Correct answer
0 Kudos