Mellanox网卡FW刷新方法
注意:本文以CentOS7.4操作系统为例
1. FW刷新工具MFT(Mellanox Firmware Tools)
1.1 下载MFT
下载地址:https://www.mellanox.com/page/management_tools?ssn=jt2vdgq78lqlrkhtkh4dp2stp4
1.2 上传MFT工具到安装节点,安装MFT
./install.sh
mst start
2. 刷新FW
2.1 下载FW
登录官网,Products--->Ethernet Adapters,找到相应的产品Part NO.,点击下载即可
2.2 上传FW到安装节点
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*的都是定制卡,一般不要随便加该参数。
posted on 2018-07-11 15:04 seabiscuit0922 阅读(6626) 评论(0) 编辑 收藏 举报