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

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • 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. rc-status Command Examples in Linux
  2. nc: command not found
  3. How to change the PATH variable in Linux
  4. The /var/log/messages is empty, and so are the rotated log files such as messages.0, messages.1
  5. partx Command Examples in Linux
  6. qtchooser Command Examples in Linux
  7. How to mount and umount a file system in Linux
  8. lvm: command not found
  9. Cannot Increase “nproc” Value More Than 1024 in CentOS/RHEL 6
  10. Beginners Guide to NFS in CentOS / RHEL

You May Also Like

Primary Sidebar

Recent Posts

  • cf: Command-line tool to manage apps and services on Cloud Foundry
  • certutil: Manage keys and certificates in both NSS databases and other NSS tokens
  • cdk: A CLI for AWS Cloud Development Kit (CDK)
  • cd: Change the current working directory

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright