• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

CentOS / RHEL : How To Check FC Brocade HBA Firmware

by admin

Question : How To Check FC Brocade HBA Firmware in linux?

Answer :
You can use the “systool” command or else the file “/sys/class/scsi_host/host0/firmware_version” to check the firmware version of your Brocade FC HBA.

Example:

# systool -c fc_host -v | grep -i symbolic_name
symbolic_name = "Brocade Brocade-415 FV2.0.0.0 DV2.0.0.0"

or

# cat /sys/class/scsi_host/host0/firmware_version
2.0.0.0
# cat /sys/class/scsi_host/host1/firmware_version
2.0.0.0

Filed Under: Linux

Some more articles you might also be interested in …

  1. jarsigner: command not found
  2. dpkg Command Examples in Linux
  3. dig Command Examples in Linux
  4. calligrasheets: Calligra’s spreadsheet application
  5. cgcreate: command not found
  6. boltctl: command not found
  7. more: command not found
  8. groupadd: command not found
  9. CentOS / RHEL 6 : How to configure 802.1q VLAN On NIC
  10. grip Command Examples

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright