官网:https://www.mellanox.com/工具
注意:本文以CentOS7.4操做系统为例spa
1. FW刷新工具MFT(Mellanox Firmware Tools)操作系统
1.1 下载MFTcode
下载地址:https://www.mellanox.com/page/management_tools?ssn=jt2vdgq78lqlrkhtkh4dp2stp4blog
1.2 上传MFT工具到安装节点,安装MFTci
./install.sh
mst start
2. 刷新FWget
2.1 下载FWflash
登陆官网,Products--->Ethernet Adapters,找到相应的产品Part NO.,点击下载便可产品
2.2 上传FW到安装节点it
2.3 根据bus info查看mst device name
mst status
2.4 burn下载的FW到卡
其中,/dev/mst/mt4117_pciconf0为2.3查看到的device name,fw-ConnectX4Lx-rel-14_23_1000-MCX4121A-ACA_Ax-UEFI-14.16.15-FlexBoot-3.5.504.bin为2.1下载的FW文件
2.5 重启网卡
mlxfwreset -d /dev/mst/mt4117_pciconf0 reset
2.6 查看FW版本
mlxfwmanager -d /dev/mst/mt4117_pciconf0
3. 问题
3.1 报错 -E- PSID mismatch. The PSID on flash (MT_0000000086) differs from the PSID in the given image (MT_2420110034).
加入参数 -allow_psid_change 刷便可,这是由于该卡为定制卡的缘由,后缀带_C0*的都是定制卡,通常不要随便加该参数。