服务器官方技术文章【转载】
1752577 成员
4775 在线
108788 解答
新建帖子

回复: How to Update Firmware on Emulex HBA Card

 
cicong
兼职投稿人

How to Update Firmware on Emulex HBA Card

How to Update Firmware on Emulex HBA Card

Document ID: CTX138678 / Created On: 2013-8-5 / Updated On: 2013-9-13
Average Rating: not yet rated
 

Summary

This article describes how to update the firmware on an Emulex HBA card.

Requirements

XenServer versions 5.x and 6.x

Procedure

Warning! If the Emulex card is re-branded from a third party vendor such as HP, you must obtain the firmware from the third party vendor. Updating the Emulex firmware directly from Emulex might void support/warranty of the product and can cause hardware failure.

To update the firmware on an Emulex HBA card, complete the following procedure:

  • Open XenServer command line interface and run the following command:
    #hbacmd listhbas
This lists the details of all HBA ports on your Host.
Example: #hbacmd listhbas
Manageable HBA List
Port WWN : 10:00:00:00:c9:49:28:42
Node WWN : 20:00:00:00:c9:49:28:42
Fabric Name: 10:00:00:60:69:80:2d:ee
Flags : 8000f980
Host Name : server01
Mfg : Emulex Corporation
  • Copy the Port WWN numbers for all the HBA ports to a notepad.
  • Download the corresponding .ufi firmware update file for the HBA card form the Emulex site.
  • Place the .ufi file into the /tmp directory within the XenServer, using either WinSCP or FileZilla.
  • Install the HBA firmware update on each HBA port:
    #hbacmd download <
    Port WWN> /tmp/<name of the firmware update file>
    Example: #hbacmd download 10:00:00:00:c9:49:28:47 /tmp/oc11-4.1.402.20.ufi
  • Repeat step 5 for all HBA port WWN numbers.
  • Restart the XenServer.
  • To verify if the firmware update has been successfully updated, run the following command:
    #hbacmd HBAAttrib <
    Port WWN>
    Example: #hbacmd HBAAttrib 10:00:00:00:c9:49:28:47
  • Search for the line:
    FW Version : 1.91A1 (H2D1.91A1)

Disclaimer

The above mentioned sample code is provided to you AS IS with no representations, warranties or conditions of any kind. You may use, modify and distribute it at your own risk. CITRIX DISCLAIMS ALL WARRANTIES WHATSOEVER, EXPRESS, IMPLIED, WRITTEN, ORAL OR STATUTORY, INCLUDING WITHOUT LIMITATION WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NONINFRINGEMENT. Without limiting the generality of the foregoing, you acknowledge and agree that (a) the sample code may exhibit errors, design flaws or other problems, possibly resulting in loss of data or damage to property; (b) it may not be possible to make the sample code fully functional; and (c) Citrix may, without notice or liability to you, cease to make available the current version and/or any future versions of the sample code. In no event should the code be used to support of ultra-hazardous activities, including but not limited to life support or blasting activities. NEITHER CITRIX NOR ITS AFFILIATES OR AGENTS WILL BE LIABLE, UNDER BREACH OF CONTRACT OR ANY OTHER THEORY OF LIABILITY, FOR ANY DAMAGES WHATSOEVER ARISING FROM USE OF THE SAMPLE CODE, INCLUDING WITHOUT LIMITATION DIRECT, SPECIAL, INCIDENTAL, PUNITIVE, CONSEQUENTIAL OR OTHER DAMAGES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Although the copyright in the code belongs to Citrix, any distribution of the code should include only your own standard copyright attribution, and not that of Citrix. You agree to indemnify and defend Citrix against any and all claims arising from your use, modification or distribution of the code.

 
1 条回复1
gt0114
首席顾问

回复: How to Update Firmware on Emulex HBA Card

很官方,多谢share