Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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).

  1. Run vss-cli configure to configure your VSS credentials. If you have already done this, please go to next step.

  2. Verify you have access to compute cluster FD6. If you do not have access, please reach out to vss@eis.utoronto.ca

    Code Block
    vss-cli compute domain get FD6
  3. 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
  4. Shut down or power off your virtual machine:

    Code Block
    vss-cli --wait compute vm set {vm-id-or-name} state shutdown
  5. 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
  6. 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
  7. 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 vss-cli will provide whatever is available for use at that time.

\uD83D\uDCD8 Instructions to remove vGPU profile

  1. Run vss-cli configure to configure your VSS credentials. If you have already done this, please go to next step.

  2. Shut down or power off your virtual machine:

    Code Block
    vss-cli --wait compute vm set {vm-id-or-name} state shutdown
  3. Remove the existing GPU profile as follows:

    Code Block
    vss-cli --wait compute vm set {vm-id-or-name} gpu rm 
  4. Power on your virtual machine:

    Code Block
    vss-cli --wait compute vm set {vm-id-or-name} state on

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@32c6ab3f
sortmodified
showSpacefalse
reversetrue
typepage
labelskb-how-to-article
cqllabel = "kb-how-to-article" and type = "page" and space = "VSSPublic"