Install and maintain DOCA-OFED¶
This guide explains how to install and maintain DOCA-OFED on Ubuntu Server.
Note
DOCA-OFED is NVIDIA’s distribution of OpenFabrics Enterprise Distribution (OFED) drivers and userspace libraries for high-performance networking.
DOCA-OFED is available for Ubuntu 26.04 LTS (Resolute Raccoon).
Available metapackages¶
The following DOCA-OFED metapackages are provided:
Metapackage |
Kernel flavor |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Install DOCA-OFED¶
To install the latest available DOCA-OFED version for your kernel flavor, use uname(1) to identify your running kernel variant:
$ Add the stable DOCA PPA using add-apt-repository(1):
$ Install the DOCA-OFED metapackage that matches your kernel flavor with apt(8):
$ For example, if uname -r returns 6.17.0-20-generic, you should install:
$ Finally, reboot the machine.
Maintain and upgrade DOCA-OFED¶
When a newer DOCA-OFED package for your platform is published, it appears in:
$ For regular system updates, run:
$ Then reboot the machine.
Warning
Use sudo apt full-upgrade for DOCA-OFED updates. Do not use only sudo apt upgrade for this workflow. (DOCA-OFED updates from our PPA require uninstalling the old version’s package names and installing the new version’s package names (ex: doca-ofed-userspace-3.3 is uninstalled, and doca-ofed-userspace-3.4 is installed on update). sudo apt upgrade will hold such updates back.)
Collect a sosreport for support¶
If you need to collect a sosreport as part of a support request to NVIDIA, first find the installed doca-ofed-userspace package and note the doca_version suffix:
$ Next, install the matching sosreport package:
$ Then, follow NVIDIA’s sosreport instructions.