- Community Home
- >
- HPE Community, China
- >
- 服务器
- >
- 服务器官方技术文章【转载】
- >
- How to Update Firmware on Emulex HBA Card
类别
Company
Local Language
论坛
讨论平台
论坛
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
讨论平台
论坛
讨论平台
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
论坛
博客
- 将帖子标记为未读
- 加注书签
- 订阅
- 禁止
- 订阅此主题的 RSS 提要
- 高亮显示此帖
- 打印此帖
- 报告不当内容
修改时间 11-11-2013 03:42 PM
修改时间 11-11-2013 03:42 PM
How to Update Firmware on Emulex HBA Card
How to Update Firmware on Emulex HBA Card
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
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.