:::: MENU ::::

How to add GPU enabled Cluster to Horizon DaaS

DaaS, Horizon, Uncategorized, VMware

How to add GPU enabled Cluster to Horizon DaaS

Lately, we see a lot of customers adding GPU cards to their ESXi hosts to support GPU-accelerated VDI’s. In this blog, I will explain how the GPU enabled cluster is added step by step to VMware Horizon DaaS.

Adding additional Desktop Managers for GPU enabled cluster

– Go to VMware Horizon DaaS Service Center.

– Go to Tenants, browse tenants

– Click edit behind the tenant where the Desktop Manager will be added

– Select Appliances and click add appliances

– Fill in the Additional Appliance Config

– Click Create Appliances

Creating GPU Desktop capacity

– Go to VMware Horizon DaaS Service Center

– Go to Configuration, Standard Capacity

– Click on the + sign behind Standard Capacity. Create the Capacity Definition. Remember that the vGPU memory corresponds with the GPU profile that is being used.

– Click on the + sign behind Desktop Models.

– Create one or multiple Desktop Models. vCPU, vRAM, and vGPU will be multiplied by the chosen multiplier.

Adding GPU Desktop Capacity to Desktop Manager

– Go to VMware Horizon DaaS Service Center.

– Go to Tenants, browse tenants

– Click edit behind the tenant where the Desktop Manager will be added

– Go to quotas

– Select the Data Center and select the GPU enabled Desktop Manager.

– Select the correct Desktop Capacity

Assign GPU enabled resources to the Desktop Manager

– Go to VMware Horizon DaaS Service Center.

– Go to Service Grid, Resources.

– Go to Desktop Managers and select the newly created Desktop Manager

– Select Compute Resources

– Select the correct Compute Resources and click assign

– Select the desktop compute Resources and click ok

– Select Tenant and click save (GPU profile is visible)

– Go to Networks and select the correct network and click assign

Supported GPU Profiles

– This information can be retrieved from the Fabric Database:

o Start an SSL connection towards a Tenant appliance

o Start PSQL with the command: psql -Uadmin

o select * from vgpu_profiles;

Column1Column2TypeColumn4GPU MemColumn6Max Resolution
11grid_k1008256MB22560×1600
21grid_k120q8512MB22560×1600
31grid_k140q41GB22560×1600
41grid_k160q22GB42560×1600
51grid_k180q14GB42560×1600
62grid_m60-0q16512MB22560×1600
72grid_m60-1q81GB22560×1600
82grid_m60-2q42GB42560×1600
92grid_m60-4q24GB43840×2160
102grid_m60-8q18GB43840×2160
113grid_m10-0q16512MB22560×1600
123grid_m10-1q81GB24096×2160
133grid_m10-2q42GB44096×2160
143grid_m10-4q24GB44096×2160
153grid_m10-8q18GB44096×2160

Supported GPU Cards

– This information can be retrieved from the Fabric Database:

o Start an SSL connection towards a Tenant appliance

o Start PSQL with the command: psql -Uadmin

o select * from GPU;

Column1GPU CardManufacturerColumn4
1NVIDIAGRID K1NVIDIA Corporation4
2NVIDIATesla M60NVIDIA Corporation2
3NVIDIATesla M10NVIDIA Corporation4

One Comment

  1. Florian Scholz

    Hi Geursen,

    could you please add the following line to the commands:
    psql -Uadmin fdb -p 6432

    Regards,
    Florian

    Reply

Leave a comment