How to update Mellanox ConnectX-7 NICs Firmware on OSS Servers

How to update Mellanox ConnectX-7 NICs Firmware on OSS Servers

1. Purpose

This article describes the procedure to upgrade the Mellanox ConnectX-7 network adapter firmware on the affected OSS servers to version 28.45.1200 in order to ensure compatibility, stability, and optimal performance.

2. Scope

This procedure applies to all OSS servers equipped with Mellanox ConnectX-7 network interface cards that currently run an earlier firmware version.

3. Prerequisites

  1. Firmware package: Obtain the firmware image file (e.g., fw-ConnectX7-rel-28_45_1200-MCX755106AS-xxx.bin) from NVIDIA/Mellanox official site or internal repository.

  2. Backup current firmware and configuration.

  3. Maintenance window approved.

  4. Ensure server console or iDRAC/iLO access is available.

  5. Network impact: Firmware update requires NIC reset; plan downtime.

  6. Root/sudo privileges.

4. Procedure

Step 1: Verify Cluster State

pcs status

If it is normal the state would show online

You can check the current firmware version by using command:

ibstat


Step 2: Back Up Existing Firmware

mstflint -d /dev/mst/mt4125_pciconf0 query > /root/mellanox_fw_backup.txt


Step 3: Load the Mellanox Firmware Update Tool

Make sure the firmware file is accessible, e.g.:

ls /root/fw-ConnectX7-rel-28_45_1200-MCX755106AS-xxx.bin


Step 4: Change Cluster status to Standby

For the node targeted for upgrade, Place the node into standby mode to drain all BeeGFS services:

pcs node standby <HOSTNAME>

Eg: pcs node standby T10PHGXSTOSSER01

Note: This might take a few minutes


Step 5: Verify Status

Verify that the node’s Services have drained by running:

pcs status

After the status is on standby move towards the next step


Step 6: Updating Firmware

We can update the firmware using 'mlxfwmanager' utility

mlxgwmanager -i </path/tp/firmware_file>.bin -u

Eg: mlxgwmanager -i /root/fw-ConnectX7-rel-28_45_1200-SN37B06010_SN37B06011_AX-UEFI-14.38.16-FlexBoot-3.7.500.signed.bin -u


Step 7: Disable force_ib_speed

Before rebooting you have to disable and stop force_ib_speed by running commands:

systemctl disable force_ib_speed systemctl stop forcr_ib_speed


Step 8: Reboot the Server

reboot

Note: This might take some time (Approximate 10 to 15 minutes)


Step 9: Verify Storage Connections

This is to verify that the storage connections automatically reconnected

ststemctl status eseries_nvme_ib nvme list-subsys

Note: If you do not see the number of expected connections for your cluster, restart the 'eseries_nvme_ib' service and wait for all connections to be established.


Step 10: Make node Unstandby

To bring the node out of standby state you can the command:

pcs node unstandby <HOSTNAME>

Check cluster status

pcs status


Step 11: Verify FW Version

ib_stat

If it does not work, try after starting the pacemaker:

systemctl status pacemaker systemctl start pacemaker (if not started)

Again, try step 10


Step 12: Resource relocation

To relocate all the beegfs serices back to their preffered node, run:

pcs resource relocate run

Then check cluster status: pcs status

Repeat the above steps for each node until all nodes in the cluster are updated


    • Related Articles

    • How to Get Mellanox NIC Details on an Ubuntu Server

      Step 1: List All Mellanox Adapters To find all Mellanox network adapters on your system, run: lspci | grep Mellanox Example output: 04:00.0 Ethernet controller: Mellanox Technologies MT26448 [ConnectX EN 10GigE, PCIe 2.0 5GT/s] (rev b0) Step 2: ...
    • How to resolve not detecting issue of AOC cards in Supermicro servers

      AIOM cards in Supermicro systems usually fail to detect because of power state, seating or mechanical fit, slot–CPU mapping, BIOS options, or card support/firmware. Add on cards used in Supermicro servers AS-4125GS-TNRT/TNRT1/TNRT2 AOC-A25G-B2SM-O ...
    • Initial steps for the troubleshooting/detecting error if NIC card is not detecting on server.

      What is NIC(Network interface Card) Card? A network interface card is a piece of hardware that allows computers to communicate with other devices on a network. It can also be called an Ethernet card, LAN card, or network adaptor. A NIC provides a ...
    • Updating Port Description on Mellanox Switches like QM9700

      Objective To update the description for multiple InfiniBand (IB) ports on a Mellanox QM9700 series switch using the web interface. Prerequisites Administrative access to the Mellanox QM9700 switch's web interface. A pre-prepared list of commands with ...
    • MOP_ASUS_Server_NIC_Reseating

      Method of Procedure (MOP) Reseating Two 10G Dual-Port PCIe Network Cards – ASUS Server Summary This Method of Procedure (MOP) describes the safe and controlled process for reseating two 10G dual-port PCIe network interface cards (NICs) in an ASUS ...
    • Popular Articles

    • CP Plus Camera and NVR Configuration

      NVR Configuration The CP Plus Pro Series of NVRs have been meticulously designed for providing you with upgraded performance and higher recording quality in your IP video surveillance solution. The robust processor that has been inculcated in this ...
    • Kerberos Authentication – Overview

      What is Kerberos? Kerberos is a secure authentication method used in our Active Directory (AD) environment (mbuzztech.com). It allows users to: Access multiple systems without re-entering passwords (Single Sign-On – SSO) Log in once Where We Use It ...
    • How to Remove and Reinstall NVIDIA Drivers on Ubuntu

      This article provides step by step guide to completely remove existing NVIDIA drivers and reinstall specific version of the NVIDIA driver on the Ubuntu system Prerequisites Administrative (sudo) access to the Ubuntu system. Internet access to ...
    • Personal Computers and Servers - Classification and Point of Contact

      We can classify the computers that MBUZZ handles based on their form-factor as below: Tower Workstations, Desktops, Gaming PCs and SFF (Small form factor) PCs fall under this category. These are computers people would use on a desk and rarely move. ...
    • M.2 SSD Tier List

      The sequential read and write speeds, which are usually the most advertised number, are not a proper benchmark of real-world performance or the quality of an SSD. This article categorizes and tiers SSDs based on factors like the type of NAND flash, ...