b.
c.
d.
3.
•
•
•
•
•
•
Choose your relevant package depending on your host operating system.
Click the desired ISO/tgz package.
To obtain the download link, accept the End User License Agreement (EULA).
Use the md5sum utility to confirm the file integrity of your ISO image. Run the following
command and compare the result to the value provided on the download page.
md5sum MLNX_OFED_LINUX-<ver>-<OS label>.iso
Installing NVIDIAOFED
Installation Script
The installation script,mlnxofedinstall, performs the following:
Discovers the currently installed kernel
Uninstalls any software stacks that are part of the standard operating system distributionor
another vendor's commercial stack
Installs the MLNX_OFED_LINUX binary RPMs (if they are available for the currentkernel)
Identifies the currently installed NVIDIAEthernet network adapters and automatically
upgrades the firmware.
Note:The firmware will not be updated if you run the install script with the ‘--without-fw-
update’ option.
Note: If you wish to perform a firmware upgrade using customized FW binaries, you
canprovide a path to the folder that contains the FW binary files, by running--fw-image-
dir. Using this option, the FW version embedded in the MLNX_OFED package will
beignored.Example:
./mlnxofedinstall --fw-image-dir /tmp/my_fw_bin_files
Usage
./mnt/mlnxofedinstall [OPTIONS]
The installation script removes all previously installed NVIDIA OFED packages and re-installs from
scratch. You will be prompted to acknowledge the deletion of the old packages.
If you need to installNVIDIA OFED on an entire (homogeneous) cluster, a commonstrategy is
to mount the ISO image on one of the cluster nodes and then copy it to ashared file system
such as NFS. To install on all the cluster nodes, use cluster-awaretools (such as pdsh).
If your kernel version does not match with any of the offered pre-built RPMs, you canadd
your kernel version by using the “mlnx_add_kernel_support.sh” script locatedinside the
MLNX_OFED package.
Pre-existing configuration files will be saved with the extension “.conf.rpmsave”.