Failed to acquire license(Windows11) #4

Closed
opened 2023-08-05 06:26:17 +00:00 by sinistrapan · 2 comments

A 3KB TOK file has been successfully downloaded to the guest. But the license was not acquired after restarting NVDisplay.ContainerLocalSystem. I checked the NVIDIA Control, it seems to be acquiring the license from 127.0.1.1 instead of 192.168.1.113 DLS server I deployed

Host: PVE8 / Guest: Windows11

Below is the log from Windows 11 guest

PS C:\Windows\system32> curl.exe --insecure -L -X GET https://192.168.1.113/-/client-token -o "C:\Program Files\NVIDIA Corporation\vGPU Licensing\ClientConfigToken\client_configuration_token_$($(Get-Date).tostring('dd-MM-yy-hh-mm-ss')).tok">>
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2683    0  2683    0     0  29177      0 --:--:-- --:--:-- --:--:-- 29483
PS C:\Windows\system32> Restart-Service NVDisplay.ContainerLocalSystem
PS C:\Windows\system32> nvidia-smi.exe -q | Select-String License #

    vGPU Software Licensed Product
        License Status                    : Unlicensed (Unrestricted)

Here is the log from DLS docker
INFO: 192.168.1.23:50712 - "GET /-/client-token HTTP/1.1" 200 OK

NVIDIA Control Panel/licensing/manage license
License Server Detals:

primary Server Address: 127.0.1.1
Port Number: 443
A 3KB TOK file has been successfully downloaded to the guest. But the license was not acquired after restarting NVDisplay.ContainerLocalSystem. I checked the NVIDIA Control, it seems to be acquiring the license from 127.0.1.1 instead of 192.168.1.113 DLS server I deployed Host: PVE8 / Guest: Windows11 Below is the log from Windows 11 guest ``` PS C:\Windows\system32> curl.exe --insecure -L -X GET https://192.168.1.113/-/client-token -o "C:\Program Files\NVIDIA Corporation\vGPU Licensing\ClientConfigToken\client_configuration_token_$($(Get-Date).tostring('dd-MM-yy-hh-mm-ss')).tok">> % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 2683 0 2683 0 0 29177 0 --:--:-- --:--:-- --:--:-- 29483 PS C:\Windows\system32> Restart-Service NVDisplay.ContainerLocalSystem PS C:\Windows\system32> nvidia-smi.exe -q | Select-String License # vGPU Software Licensed Product License Status : Unlicensed (Unrestricted) ``` Here is the log from DLS docker `INFO: 192.168.1.23:50712 - "GET /-/client-token HTTP/1.1" 200 OK` NVIDIA Control Panel/licensing/manage license License Server Detals: ``` primary Server Address: 127.0.1.1 Port Number: 443 ```

@sinistrapan were you able to resolve your issue? I'm seeing the same.

@sinistrapan were you able to resolve your issue? I'm seeing the same.

For anyone else who finds this, my timezone was wrong in windows, (but displaying correct time) so I had to set the correct timezone and update to the current time.

For anyone else who finds this, my timezone was wrong in windows, (but displaying correct time) so I had to set the correct timezone and update to the current time.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: oscar.krause/fastapi-dls#4
No description provided.