VMware Horizon Community
hbhungra
Enthusiast
Enthusiast
Jump to solution

VMware Horizon-NVIDA Grid

Hi,

I need assistance to configure NVIDIA GRID on VMware horizon 7.4

I have installed the below driver on VMware Hypervisor i.e. ESXi 6.5.

esxcli software vib install  -v /tmp/NVIDIA-vGPU-kepler-VMware_ESXi_6.5_Host_Driver_367.124-1OEM.650.0.0.4598673.vib

But I'm getting below error when I run the nvidia-smi on esxi host.

NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver.

Regards,
Hakim. B

0 Kudos
1 Solution

Accepted Solutions
jonathanjabez
Hot Shot
Hot Shot
Jump to solution

Post the output of below commands:

esxcli software vib list |grep NVI

dmesg | grep nvidia

esxcli hardware pci list -c 0x300 -m 0xff

Disable VM-Pass through option if it is enabled for vDGA.

View solution in original post

0 Kudos
2 Replies
jonathanjabez
Hot Shot
Hot Shot
Jump to solution

Post the output of below commands:

esxcli software vib list |grep NVI

dmesg | grep nvidia

esxcli hardware pci list -c 0x300 -m 0xff

Disable VM-Pass through option if it is enabled for vDGA.

0 Kudos
hbhungra
Enthusiast
Enthusiast
Jump to solution

Dear Jonathan,

Please find the below respond.

esxcli software vib list |grep NVI

NVIDIA-kepler-VMware_ESXi_6.5_Host_Driver  367.124-1OEM.650.0.0.4598673                                                                                                

NVIDIA    VMwareAccepted    2018-05-08

dmesg | grep nvidia

2018-05-08T21:26:11.507Z cpu21:68194)Starting service nvidia-init

2018-05-08T21:26:11.507Z cpu21:68194)Activating Jumpstart plugin nvidia-init.

2018-05-08T21:26:13.122Z cpu21:68194)Jumpstart plugin nvidia-init activated.

esxcli hardware pci list -c 0x300 -m 0xff

0000:06:00.0

   Address: 0000:06:00.0

   Segment: 0x0000

   Bus: 0x06

   Slot: 0x00

   Function: 0x0

   VMkernel Name:

   Vendor Name: NVIDIA Corporation

   Device Name: GM204GL [Tesla M60]

   Configured Owner: VM Passthru

   Current Owner: VM Passthru

   Vendor ID: 0x10de

   Device ID: 0x13f2

   SubVendor ID: 0x10de

   SubDevice ID: 0x113a

   Device Class: 0x0300

   Device Class Name: VGA compatible controller

   Programming Interface: 0x00

   Revision ID: 0xa1

   Interrupt Line: 0x07

   IRQ: 255

   Interrupt Vector: 0x00

   PCI Pin: 0x00

   Spawned Bus: 0x00

   Flags: 0x3401

   Module ID: 22

   Module Name: pciPassthru

   Chassis: 0

   Physical Slot: 4294967295

   Slot Description: PCIE2; relative bdf 01:00.0

   Passthru Capable: true

   Parent Device: PCI 0:5:8:0

   Dependent Device: PCI 0:6:0:0

   Reset Method: Bridge reset

   FPT Sharable: true

0000:07:00.0

   Address: 0000:07:00.0

   Segment: 0x0000

   Bus: 0x07

   Slot: 0x00

   Function: 0x0

   VMkernel Name:

   Vendor Name: NVIDIA Corporation

   Device Name: GM204GL [Tesla M60]

   Configured Owner: VM Passthru

   Current Owner: VM Passthru

   Vendor ID: 0x10de

   Device ID: 0x13f2

   SubVendor ID: 0x10de

   SubDevice ID: 0x113a

   Device Class: 0x0300

   Device Class Name: VGA compatible controller

   Programming Interface: 0x00

   Revision ID: 0xa1

   Interrupt Line: 0x07

   IRQ: 255

   Interrupt Vector: 0x00

   PCI Pin: 0x00

   Spawned Bus: 0x00

   Flags: 0x3401

   Module ID: 22

   Module Name: pciPassthru

   Chassis: 0

   Physical Slot: 4294967295

   Slot Description: PCIE2; relative bdf 02:00.0

   Passthru Capable: true

   Parent Device: PCI 0:5:16:0

   Dependent Device: PCI 0:7:0:0

   Reset Method: Bridge reset

   FPT Sharable: true

0000:09:00.0

   Address: 0000:09:00.0

   Segment: 0x0000

   Bus: 0x09

   Slot: 0x00

   Function: 0x0

   VMkernel Name:

   Vendor Name: Huawei Technologies Co., Ltd.

   Device Name: Hi1710 [iBMC Intelligent Management system chip w/VGA support]

   Configured Owner: Unknown

   Current Owner: VMkernel

   Vendor ID: 0x19e5

   Device ID: 0x1711

   SubVendor ID: 0x0000

   SubDevice ID: 0x0000

   Device Class: 0x0300

   Device Class Name: VGA compatible controller

   Programming Interface: 0x00

   Revision ID: 0x01

   Interrupt Line: 0x07

   IRQ: 255

   Interrupt Vector: 0x00

   PCI Pin: 0x00

   Spawned Bus: 0x00

   Flags: 0x3221

   Module ID: -1

   Module Name: None

   Chassis: 0

   Physical Slot: 4294967295

   Slot Description:

   Passthru Capable: true

   Parent Device: PCI 0:0:28:2

   Dependent Device: PCI 0:9:0:0

   Reset Method: Bridge reset

   FPT Sharable: true

0 Kudos