HPE GreenLake Administration
- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- Retrieving firmware version of a FCA2214DC from Li...
HPE EVA Storage
1831708
Members
2850
Online
110029
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2005 09:58 AM
10-24-2005 09:58 AM
Hi,
As part of diagnosing a problem with our fibre attached MSL6060 (attached to our SAN), we need to verify the firmware version of our FCA2214DC fibre HBA from Red Hat Enterprise Linux 3.0 AS. I would have thought the information from /proc/scsi/qla2300/X would give this information, but, while it lists a firmware version of 3.03.11, the versions I would expect for this HP provided adapter are either 1.34 or 1.45.
Does anyone know if I am looking in the right place to find the firmware version that HP support is expecting? Does the firmware version returned by the /proc/scsi/qla2300/X file match the version numbering used by HP's BIOS updates for the card (which, according to the download web page, would include 1.34 or 1.45)?
Thanks,
Tom
As part of diagnosing a problem with our fibre attached MSL6060 (attached to our SAN), we need to verify the firmware version of our FCA2214DC fibre HBA from Red Hat Enterprise Linux 3.0 AS. I would have thought the information from /proc/scsi/qla2300/X would give this information, but, while it lists a firmware version of 3.03.11, the versions I would expect for this HP provided adapter are either 1.34 or 1.45.
Does anyone know if I am looking in the right place to find the firmware version that HP support is expecting? Does the firmware version returned by the /proc/scsi/qla2300/X file match the version numbering used by HP's BIOS updates for the card (which, according to the download web page, would include 1.34 or 1.45)?
Thanks,
Tom
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2005 10:10 AM
10-24-2005 10:10 AM
Solution
Thomas:
If you can reboot the server, the POST bios load for the hba will show the current firmware rev.
During the boot process, usually just after the Smart Array controller finishes initializing, the HBA BIOS loads up and your prompted to hit a specific key stroke to get into the bios if your booting from SAN and need to configure boot LUNs. This initial stamp displays the BIOS/Firmware rev. (You don't need to go into the utility, but you can see the rev in there as well.
Steven
If you can reboot the server, the POST bios load for the hba will show the current firmware rev.
During the boot process, usually just after the Smart Array controller finishes initializing, the HBA BIOS loads up and your prompted to hit a specific key stroke to get into the bios if your booting from SAN and need to configure boot LUNs. This initial stamp displays the BIOS/Firmware rev. (You don't need to go into the utility, but you can see the rev in there as well.
Steven
Steven Clementi
HP Master ASE, Storage, Servers, and Clustering
MCSE (NT 4.0, W2K, W2K3)
VCP (ESX2, Vi3, vSphere4, vSphere5, vSphere 6.x)
RHCE
NPP3 (Nutanix Platform Professional)
HP Master ASE, Storage, Servers, and Clustering
MCSE (NT 4.0, W2K, W2K3)
VCP (ESX2, Vi3, vSphere4, vSphere5, vSphere 6.x)
RHCE
NPP3 (Nutanix Platform Professional)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 04:28 PM
10-25-2005 04:28 PM
Re: Retrieving firmware version of a FCA2214DC from Linux OS?
Yes - this info is available from the BIOS displays during system boot (prior to OS load).
Another way to find it is to load SANSurfer on the system - it can show the BIOS versions without requiring a reboot.
Thanks.
Another way to find it is to load SANSurfer on the system - it can show the BIOS versions without requiring a reboot.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 09:33 PM
10-26-2005 09:33 PM
Re: Retrieving firmware version of a FCA2214DC from Linux OS?
Tom,
cat /proc/scsi/qla2300/X command is telling you the truth and the firmware version of 3.03.11 is correct - remember that under Linux, the FCA driver on every initialisation loads the firmware to the card. if you have some qlogic literature - you will come across this. So, for all intents and purposes - from an OS perspective - that is the version of firmware that is loaded on your card - you can also additionally verify it by checking your Fabric Name Server against the switch port to which your server's FCA ports are connected to. You will find out that the driver and firmware version that the FCA reports to the Fabric Name Server is also the same as the value displayed by the output of cat /proc/scsi/qla2300/X command.
To determine the HP specific number - yes as you pointed out - a few options - also HP Management Agents with capabilities to display FCA information should help.
cat /proc/scsi/qla2300/X command is telling you the truth and the firmware version of 3.03.11 is correct - remember that under Linux, the FCA driver on every initialisation loads the firmware to the card. if you have some qlogic literature - you will come across this. So, for all intents and purposes - from an OS perspective - that is the version of firmware that is loaded on your card - you can also additionally verify it by checking your Fabric Name Server against the switch port to which your server's FCA ports are connected to. You will find out that the driver and firmware version that the FCA reports to the Fabric Name Server is also the same as the value displayed by the output of cat /proc/scsi/qla2300/X command.
To determine the HP specific number - yes as you pointed out - a few options - also HP Management Agents with capabilities to display FCA information should help.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP