Nvidia DGX A100 User Manual page 87

Hide thumbs Also See for DGX A100:
Table of Contents

Advertisement

An efficient way to move large amount of data; for example, shared storage in a DMZ, or
portable USB drives that can be brought into the air-gapped area.
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: /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 included
4.
list of repositories below to retrieve the packages for both Ubuntu base OS and 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
# Standard Canonical package repositories:
deb http://security.ubuntu.com/ubuntu bionic-security main multiverse
universe deb http://archive.ubuntu.com/ubuntu/ bionic main multiverse
universe
deb http://archive.ubuntu.com/ubuntu/ bionic-updates main multiverse universe
#
deb-i386 http://security.ubuntu.com/ubuntu bionic-security main multiverse
universe deb-i386 http://archive.ubuntu.com/ubuntu/ bionic main multiverse
universe
deb-i386 http://archive.ubuntu.com/ubuntu/ bionic-updates main multiverse
universe
#
# DGX specific repositories:
deb http://international.download.nvidia.com/dgx/repos/bionic bionic main
restricted universe multiverse
deb http://international.download.nvidia.com/dgx/repos/bionic bionic-updates
main restricted universe multiverse
DGX A100 System
#/your/path/here
Redfish APIs Support
$base_path/skel
DU-09821-001_v06 | 82

Advertisement

Table of Contents
loading

Table of Contents