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

The Geek Diary

CONCEPTS | BASICS | HOWTO

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • Linux Services
    • VCS
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
    • Data Guard
  • DevOps
    • Docker
    • Shell Scripting
  • Interview Questions
  • 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. Permission Table for a File/Directory And File System Users Types
  2. Managing iSCSI Timeouts Settings in Linux
  3. How to install and configure sosreport under CentOS / RHEL
  4. Understanding /etc/xinetd.d directory under Linux
  5. Linux / UNIX : How to send mails with attachments using mailx command
  6. How to mount and umount a file system in Linux
  7. How to change the Default Log Directory(/var/log) in Rsyslog for CentOS/RHEL 6,7
  8. CentOS / RHEL 7 : How to boot into rescue mode from installation DVD/ISO
  9. How to create snapshot of LVM thin volumes using snapper command
  10. How to enable or disable service on boot with chkconfig

You May Also Like

Primary Sidebar

Recent Posts

  • What are different Oracle Database Vault Roles
  • Unable to export realm protected table using data pump
  • Beginners Guide to Oracle Database Vault
  • How to Disable IPv6 on Ubuntu 18.04 Bionic Beaver Linux
  • Archives
  • Contact Us
  • Copyright

© 2021 · The Geek Diary