cc_staff
247
edits
No edit summary |
No edit summary |
||
Line 517: | Line 517: | ||
If your installation was successful, the vGPU will be accessible and licensed. | If your installation was successful, the vGPU will be accessible and licensed. | ||
Test this by running <code>nvidia-smi</code> as shown above for [[Using cloud vGPUs#Preparation_of_a_VM_running_CentOS7 | CentOS7]]. | Test this by running <code>nvidia-smi</code> as shown above for [[Using cloud vGPUs#Preparation_of_a_VM_running_CentOS7 | CentOS7]]. | ||
<!-- ============ UPDATE PREPARATION DO NOT PUBLISH YET! ========================== --> | |||
<!-- | |||
== Preparation of a VM running Ubuntu20 == <!--T:8--> | |||
Ensure that the OS is up to date, that all the latest patches are installed, and that the latest stable kernel is running. | |||
<!--T:48--> | |||
<pre> | |||
root@ubuntu20:~# apt-get update && apt-get -y dist-upgrade && reboot | |||
</pre> | |||
<!--T:49--> | |||
After a successful reboot, the system should have the latest available kernel running. | |||
Now the repository can be installed by installing the <code>arbutus-cloud-repo</code> package. | |||
This package also contains the gpg key all packages are signed with. | |||
<!--T:50--> | |||
<pre> | |||
root@ubuntu20:~# wget http://repo.arbutus.cloud.computecanada.ca/pulp/deb/ubnt20/pool/main/arbutus-cloud-repo_0.1ubuntu20_all.deb | |||
root@ubuntu20:~# apt-get install ./arbutus-cloud-repo_0.1ubuntu20_all.deb | |||
</pre> | |||
<!--T:51--> | |||
Update the local apt cache and install the vGPU packages: | |||
<pre> | |||
root@ubuntu20:~# apt-get update && apt-get -y install nvidia-vgpu-kmod nvidia-vgpu-tools nvidia-vgpu-gridd | |||
</pre> | |||
<!--T:52--> | |||
If your installation was successful, the vGPU will be accessible and licensed. | |||
<pre> | |||
root@ubuntu20:~# nvidia-smi | |||
Wed Apr 24 14:37:52 2024 | |||
+-----------------------------------------------------------------------------------------+ | |||
| NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | | |||
|-----------------------------------------+------------------------+----------------------+ | |||
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | | |||
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | | |||
| | | MIG M. | | |||
|=========================================+========================+======================| | |||
| 0 GRID V100D-8C On | 00000000:00:06.0 Off | 0 | | |||
| N/A N/A P0 N/A / N/A | 0MiB / 8192MiB | 0% Default | | |||
| | | N/A | | |||
+-----------------------------------------+------------------------+----------------------+ | |||
+-----------------------------------------------------------------------------------------+ | |||
| Processes: | | |||
| GPU GI CI PID Type Process name GPU Memory | | |||
| ID ID Usage | | |||
|=========================================================================================| | |||
| No running processes found | | |||
+-----------------------------------------------------------------------------------------+ | |||
</pre> | |||
--> | |||
== Preparation of a VM running Ubuntu20 == <!--T:8--> | == Preparation of a VM running Ubuntu20 == <!--T:8--> |