Installation and Setup
www.nvidia.com
NVIDIA DGX-1
DU-08033-001 _v13.1 | 19
…
bound to <IP address> -- renewal in …
g) Repeat step 1 to confirm that /etc/resolv.conf is a link to /run/resolvconf/
resolv.conf.
2.
Make sure that the nvidia-peer-memory module is installed.
$
lsmod | grep nv_peer_mem
If the following output appears, then your DGX-1 setup is complete and you do not
need to perform the next steps.
nv_peer_mem 16384 0
nvidia 11911168 30
nv_peer_mem,nvidia_modeset,nvidia_uv
mib_core 143360 13
rdma_cm,ib_cm,ib_sa,iw_cm,nv_peer_mem,mlx4_ib,mlx5_ib,
ib_mad,ib_ucm,ib_umad,ib_uverbs,rdma_ucm,ib_ipoib
3.
If there is no output to the lsmod command, then build and install the nvidia-peer-
memory module.
a) Get and install the module.
$
sudo apt-get update
$
sudo apt-get install --reinstall mlnx-ofed-kernel-dkms nvidia-peer-
memory-dkms
Expected output.
DKMS: install completed.
Processing triggers for initramfs-tools (0.103ubuntu4.2) ...
update-initramfs: Generating /boot/initrd.img-4.4.0-45-generic
b) Add the module to the Linux kernel.
$
sudo modprobe nv_peer_mem
There is no expected output for this command.
c) Repeat step 2 to confirm that the nvidia-peer-memory module has been added.