• Mellanox网卡FW刷新方法


    官网:https://www.mellanox.com/

    注意:本文以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
    1.3 启动MFT
    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到卡

    flint -d /dev/mst/mt4117_pciconf0 -i fw-ConnectX4Lx-rel-14_23_1000-MCX4121A-ACA_Ax-UEFI-14.16.15-FlexBoot-3.5.504.bin burn

    其中,/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*的都是定制卡,一般不要随便加该参数。

     
  • 相关阅读:
    bzoj 1054
    bzoj 1047
    bzoj 2761
    bzoj 1191
    bzoj 2748
    bzoj_1003 物流运输
    新的开始( [USACO08OCT]打井Watering Hole)
    map
    Generic Cow Protests-G——60分做法
    逆序对
  • 原文地址:https://www.cnblogs.com/seaBiscuit0922/p/9294541.html
Copyright © 2020-2023  润新知