Nvidia DGX A100 User Manual page 91

Hide thumbs Also See for DGX A100:
Table of Contents

Advertisement

The data will need to be moved to the systems that need to be updated. Make sure the
portable drive is formatted using ext4 or FAT32.
Make sure the storage device is attached to the system with network access and identify
1.
the mount point.
Example mount point used in these instructions: /media/usb/repository
Once the space requirement has been met, install the apt-mirror package.
2.
$ sudo apt update
$ sudo apt install apt-mirror
Change the ownership of the target directory to the apt-mirror user in the apt-mirror
3.
group.
$ sudo chown apt-mirror:apt-mirror /media/usb/repository
The target directory must be owned by the user apt-mirror or the replication will not
work.
Configure the path of the destination directory in /etc/apt/mirror.list and use the
4.
included list of repositories below to retrieve the packages for both Ubuntu base OS as
well as the NVIDIA DGX OS packages:
############# config ################## #
set base_path /media/usb/repository
#
# set mirror_path $base_path/mirror # set skel_path
# set var_path $base_path/var
# set cleanscript $var_path/clean.sh
# set defaultarch <running host architecture> # set postmirror_script
$var_path/postmirror.sh set run_postmirror 0
set nthreads
20
set _tilde 0 #
############# end config ##############
# Standard Canonical package repositories:
deb http://security.ubuntu.com/ubuntu focal-security main multiverse universe
restricted
deb http://archive.ubuntu.com/ubuntu/ focal main multiverse universe
restricted
deb http://archive.ubuntu.com/ubuntu/ focal-updates main multiverse universe
restricted #
deb-i386 http://security.ubuntu.com/ubuntu focal-security main multiverse
universe restricted
deb-i386 http://archive.ubuntu.com/ubuntu/ focal main multiverse universe
restricted deb-i386 http://archive.ubuntu.com/ubuntu/ focal-updates main
multiverse universe restricted
#
# CUDA specific repositories:
deb
http://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /
#
# DGX specific repositories:
deb http://repo.download.nvidia.com/baseos/ubuntu/focal/x86_64/ focal common
dgx
DGX A100 System
#/your/path/here
Redfish APIs Support
$base_path/skel
DU-09821-001_v06 | 86

Advertisement

Table of Contents
loading

Table of Contents