Preliminary Setup - Converting The Dgx-2 System To A Dgx-2 Kvm Host - Nvidia DGX-2 SYSTEM User Manual

Hide thumbs Also See for DGX-2 SYSTEM:
Table of Contents

Advertisement

PRELIMINARY SETUP - CONVERTING THE
DGX-2 SYSTEM TO A DGX-2 KVM HOST
To operate VMs from the DGX-2 System, you must first convert the DGX-2 System to a
DGX-2 KVM host. Do this by installing the DGX KVM Software package and the DGX
KVM image.
Perform the following steps on the command line of the DGX-2 System.
Update the package list.
1.
sudo apt-get update
Check available DGX KVM images.
2.
sudo apt-cache policy dgx-kvm-image*
This returns a list of images in the repository.
Install the dgx-kvm-sw package as well as one of the images listed in the previous
3.
step.
sudo apt-get install dgx-kvm-sw <dgx-kvm-image-x-y-z>
Example of selecting image dgx-kvm-image-4-0-1:
sudo apt-get install dgx-kvm-sw dgx-kvm-image-4-0-1
Reboot the system.
4.
Rebooting the system is needed to finalize the KVM preparation of the DGX-2
System. It updates the GRUB menu options so the Linux kernel is made KVM-ready,
and binds the virtualization drivers to the NVIDIA devices
sudo reboot.
Your DGX-2 System is now ready for you to create VMs.
Restoring to Bare Metal
After setting up the DGX-2 System as a KVM host, you can restore the server to a bare
metal system.
!
CAUTION: Reverting the server back to a bare metal system destroys all guest GPU VMs
that were created as well as any data. Be sure to save your data before removing the
KVM software.
To restore the DGX-2 System to a bare metal system, do the following
Remove all the installed dgx-kvm-image packages.
1.
Refer to the section
DGX-2 System User Guide
Uninstalling Images
for instructions.
Using DGX-2 System in KVM Mode
69

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents