NVIDIA GRID K2 for KVM driver

Hello!ereryone,I use the NVIDIA GRID K2,after I install the NVIDIA-Linux-x86_64-367.124.run driver for linux 64 bit.But I can’t find the “nvidia_vgpu_vfio info” in systemctl.And I can’t find the nvidia-vgpud service.Do I install the wrong driver for K2? I saw many anticles for the K2’s driver has “grid” word.Can you help me?Thank you very much.
The driver link is:Official Drivers | NVIDIA

That’s just the plain hardware driver, the vGPU software is not included in that. See:
[url]Virtual GPU Software User Guide :: NVIDIA Virtual GPU Software Documentation

But I can’t find the right hardware driver.Can you give me the link?

Does mean I need in addition to install the vGPU software.And install the NVIDIA driver in every VMs?

I can’t find the NVIDIA Linux version is 390.42 's driver.Can you help me?

I want to use vgpu in KVM hypervisor in Centos7.3 server,Can you tell me more about this?Thank you very much.

I don’t think that works. vGPU for KVM is quite new, so the K2 is not supported in the available packages, afaik:
[url]Red Hat Enterprise Linux with KVM :: NVIDIA Virtual GPU Software Documentation

I am using the RHEL 7.5. In the RHEL 7.5 Virtualization Admin Guide, it indicates that vGPU could be supported by RHEL now. But in the Grid(6.0) software package, there is no vgpu driver for kvm host as well as the nvidia-vgpu-mgr. Only vgpu driver for guest host.

I have exactly the same issue as comment #8, except I’m using Tesla M10 GPU card. Actually I’m looking for Nvidia Tesla M10 vGPU driver for RHEL7 KVM Hypervisor, and I believe the driver is supposed to be “nvidia_vgpu_vfio.ko” or something similar.

The following is the details of my testing with Nvidia Tesla M10 card, GRID 390.42 software package, and RHEL 7.5, and I’m using Dell R730 rack mountable server:

I followed the instructions in section 17.7.2 on page 219 of “Red_Hat_Enterprise_Linux-7-Virtualization_Deployment_and_Administration_Guide” in the link below:

But in step 4, I got following screen display/output which is different from the instructions:

[root@RHEL7R730 Documents]# lsmod | grep vgpu
[root@RHEL7R730 Documents]# lsmod | grep nvidia
nvidia_drm 39676 0
nvidia_modeset 1104417 1 nvidia_drm
nvidia 14341989 1 nvidia_modeset
ipmi_msghandler 46608 3 ipmi_devintf,nvidia,ipmi_si
drm_kms_helper 176920 1 nvidia_drm
drm 397988 4 ttm,drm_kms_helper,nvidia_drm
i2c_core 63151 4 drm,drm_kms_helper,i2c_algo_bit,nvidia
[root@RHEL7R730 Documents]#

Also I got following in dmesg right after RHEL7 booting up:

[root@RHEL7R730 Documents]# dmesg | grep -i nvidia
[ 11.390098] nvidia: loading out-of-tree module taints kernel.
[ 11.397437] nvidia: module license ‘NVIDIA’ taints kernel.
[ 11.535533] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[ 11.672515] nvidia-nvlink: Nvlink Core is being initialized, major device number 240
[ 11.682913] nvidia 0000:06:00.0: enabling device (0000 → 0003)
[ 11.700910] nvidia 0000:07:00.0: enabling device (0000 → 0003)
[ 11.708101] nvidia 0000:08:00.0: enabling device (0000 → 0003)
[ 11.708289] nvidia 0000:09:00.0: enabling device (0000 → 0003)
[ 11.708529] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 390.42 Sat Mar 3 04:10:22 PST 2018 (using threaded interrupts)
[ 11.795207] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 390.42 Sat Mar 3 03:30:48 PST 2018
[ 11.884998] [drm] [nvidia-drm] [GPU ID 0x00000600] Loading driver
[ 11.892136] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:06:00.0 on minor 0
[ 11.892250] [drm] [nvidia-drm] [GPU ID 0x00000700] Loading driver
[ 11.892252] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:07:00.0 on minor 1
[ 11.892352] [drm] [nvidia-drm] [GPU ID 0x00000800] Loading driver
[ 11.892353] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:08:00.0 on minor 2
[ 11.892436] [drm] [nvidia-drm] [GPU ID 0x00000900] Loading driver
[ 11.892438] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:09:00.0 on minor 3
[ 13.507950] nvidia 0000:06:00.0: irq 45 for MSI/MSI-X
[ 14.929752] nvidia 0000:07:00.0: irq 52 for MSI/MSI-X
[ 16.193799] nvidia 0000:08:00.0: irq 68 for MSI/MSI-X
[ 17.493190] nvidia 0000:09:00.0: irq 69 for MSI/MSI-X

Could somebody please help me on this issue? Any help would be greatly appreciated. Thanks a lot.