How-to Request a Virtual GPU
The ITS Private Cloud vGPU offering includes the technology of NVIDIA TESLA P6 TDP GPUs and is supported by NVIDIA Licensing, encompassing both the NVIDIA RTX Virtual Workstation and NVIDIA Virtual Applications.
To tailor to various needs, we have made available a range of vGPU profiles as shown below:
Profile | Frame Buffer | Use Case |
---|---|---|
grid_p6-4q | 4GB | Virtual workstations |
grid_p6-8q | 8GB | Virtual Workstations |
grid_p6-16q | 16GB | Virtual Workstations |
grid_p6-4a | 4GB | App streaming or session-based solutions for virtual applications users |
grid_p6-8a | 8GB | App streaming or session-based solutions for virtual applications users |
grid_p6-16a | 16GB | Virtual desktops for business professionals and knowledge workers |
Instructions to Add vGPU profile
This how-to provides the steps to request a Virtual Graphic Processing Unit via the command line interface (vss-cli
).
Run
vss-cli configure
to configure your VSS credentials. If you have already done this, please go to next step.Verify you have access to compute cluster
FD6
. If you do not have access, please reach out to vss@eis.utoronto.cavss-cli compute domain get FD6
Make sure your Virtual Machine is running on
FD6
, if it is, proceed to next step. If it is not, please execute the following command:vss-cli --wait compute vm set {vm-id-or-name} domain FD6
Shut down or power off your virtual machine:
vss-cli --wait compute vm set {vm-id-or-name} state shutdown
Add the required vGPU profile, which in this example will create a
grid_p6-4a
, which is a 4GB for virtual applications:If the requested profile is available, the request will succeed and you can proceed to power the virtua machine on:
Once the virtual machine powers on, refer to How-to configure and licence a provisioned vGPU to complete the GPU driver installation and licensing.
If the vGPU creation fails, the reason is most likely because the profile is unavailable due to limited quantities, however the vss-cli
will provide whatever is available for use at that time.
Instructions to remove vGPU profile
Run
vss-cli configure
to configure your VSS credentials. If you have already done this, please go to next step.Shut down or power off your virtual machine:
Remove the existing GPU profile as follows:
Power on your virtual machine:
Related articles
University of Toronto - Since 1827