Parsec-Cloud-Preparation-Tool icon indicating copy to clipboard operation
Parsec-Cloud-Preparation-Tool copied to clipboard

Access error to google cloud storage bucket for installing gpu driver

Open totaloncue opened this issue 3 years ago • 6 comments

When trying to install the GPU driver on an N1 instance with Tesla T4 GPU Virtual Workstation on Google Cloud, I receive the following error:

"This GPU (NVIDIA Tesla T4) requires a private driver downloaded from the Google Support Site invoke-webrequest : AccessDeniedAccess denied.Anonymous caller does not have storage.objects.list access to the Google Cloud Storage bucket. At C:\ProgramData\ParsecLoader\GPUUpdaterTool.ps1:264 char:38

  • ... ver =([xml](invoke-webrequest -uri https://storage.googleapis.com/nvi ...
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc eption
    • FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand You cannot call a method on a null-valued expression. At C:\ProgramData\ParsecLoader\GPUUpdaterTool.ps1:265 char:9
  •     $googlestoragedriver.split('/')[2].split('_')[0]
    
  •     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (:) [], RuntimeException
    • FullyQualifiedErrorId : InvokeMethodOnNull "

Any help in resolution appreciated

totaloncue avatar Feb 02 '22 18:02 totaloncue

I was able to get Parsec working by manually installing the Google Cloud GRID drivers, as described here: https://cloud.google.com/compute/docs/gpus/install-grid-drivers#grid-driver-windows

JPEWdev avatar Feb 04 '22 13:02 JPEWdev

Thank you. I was able to get it working with manual installation of the GRID drivers as explained above as well. I am still not sure why the script did or does not work.

totaloncue avatar Feb 06 '22 06:02 totaloncue

Same issue: image

Suhail avatar Feb 28 '22 23:02 Suhail

I fixed my issue by downloading: https://storage.googleapis.com/nvidia-drivers-us-public/GRID/GRID13.1/472.39_grid_win10_win11_server2016_server2019_server2022_64bit_international.exe

Suhail avatar Feb 28 '22 23:02 Suhail

Same issue happened to me, both in GCP and AWS EC2 g4dn instances. AWS error was obviously not the same but it occured at the exact same location with a similar reason (some permission denied problem).

TheNoobsQuest avatar Nov 21 '22 22:11 TheNoobsQuest

The same problem

maxpain avatar Dec 08 '22 07:12 maxpain