Skip to content

Instantly share code, notes, and snippets.

@ahmedmos
Created June 29, 2017 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmedmos/5ed25d2bf02d5dc9fce66bffdf0710fb to your computer and use it in GitHub Desktop.
Save ahmedmos/5ed25d2bf02d5dc9fce66bffdf0710fb to your computer and use it in GitHub Desktop.
key valye daemon problems in the hypervisor; not allowing handshake with gridd license service
Josh is the only one knows about it;
=> it is fixed in LIS NEXT 4.2.0
hyperv runs on zen kernel
NC24R provide peer to peer processing (RDMA with GPU compute);
Shell demands:
GPU compute: ant patterns, GPU peer to peer to scale out/in (RDMA, memcopy, direct gpu, etc)
GPU visualization: NV architecture is different
the solutions:
a.1
- download GRIDD license server from flexnet operations
- use that GRIDD license with specific driver from the same flexnet operations account
- "in the gridd.conf if you put the server url"
or
a.2
fix the nvidia drop for microsoft GRIDD drivers for linux (common run file for centos 7.3 & ubuntu) with "systemctl enable hv_kvp_daemon.service && \" service.
b.1 these are basic steps for GUI & Xorg.conf
https://gist.github.com/dwaiba/98668a3e449f77f19324f1c458327959#file-allnc24rtips-L206-L254
DEBIAN_FRONTEND=noninteractive ./NVIDIA-Linux-x86_64-367.92-grid.run --silent --dkms --run-nvidia-xconfig --install-libglvnd
systemctl enable nvidia-gridd
systemctl start nvidia-gridd
systemctl status nvidia-gridd
dmesg | grep nvidia
dpkg -l | awk '{print $2}' | grep ^linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment