DGX Firmware Packages#
Base Command Manager (BCM) supports DGX H100/H200 FW updates. Please refer to chapter 16.5 of the BCM Administrator Manual “Managing, installing and updating the firmware package in BCM”.
The recommendation is to follow the latest release notes on the respective versions. The firmware updates can be deployed on a single node or multiple nodes following these steps.
Importing NVFWUPD#
Download the latest version of the
nvfwupdexecutable from the NVIDIA Enterprise Support download portal.Transfer the zip to the active BCM headnode and unzip the file.
scp NVIDIA_Firmware_Update_Tool_v2.0.6.zip <BCM01>:/root/ ssh root@<BCM01> unzip NVIDIA_Firmware_Update_Tool_v2.0.6.zip
Change into the directory that was newly created.
cd release/files/v2.0.6/x86/
Copy the executable to the executable directory.
cp nvfwupd /usr/sbin/
Follow the instruction outlined in the appropriate version’s update guide.