...
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 |
\uD83D\uDCD8 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.caCode Block vss-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:Code Block vss-cli --wait compute vm set {vm-id-or-name} domain FD6
Shut down or power off your virtual machine:
Code Block 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:Code Block vss-cli --wait compute vm set {vm-id-or-name} gpu mk --profile grid_p6-4a
If the requested profile is available, the request will succeed and you can proceed to power the virtua machine on:
Code Block vss-cli --wait compute vm set {vm-id-or-name} state on
Once the virtual machine powers on, refer to How To -to configure and licence a provisioned vGPU to complete the GPU driver installation and licensing.
Info |
---|
If the vGPU creation fails, the reason is most likely because the profile is unavailable due to limited quantities, however the |
\uD83D\uDCD8 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:
Code Block vss-cli --wait compute vm set {vm-id-or-name} state shutdown
Remove the existing GPU profile as follows:
Code Block vss-cli --wait compute vm set {vm-id-or-name} gpu rm
Power on your virtual machine:
Code Block vss-cli --wait compute vm set {vm-id-or-name} state on
\uD83D\uDCCB Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|