![技术图片](https://image.cha138.com/20210812/3bc4ddb0c8db4ffb92d179b2e2a0c0c1.jpg)
英文报错信息为:“Could not initialize plugin ‘/usr/lib64/vmware/plugin/libnvidia-vgx.so’ for vGPU “profile_name””
NVIDIA官方解释:
![技术图片](https://image.cha138.com/20210812/bf62d4fd420a43e2a830eeae71de712e.jpg)
https://docs.nvidia.com/grid/latest/grid-software-quick-start-guide/index.html#disabling-ecc-memory
解决方法:依次SSH到报错的ESXi主机,顺序执行以下命令,
/etc/init.d/xorg stop
/etc/init.d/xorg start
nvidia-smi -e 0 //禁用ECC内存
reboot //重启ESXi host
![技术图片](https://image.cha138.com/20210812/f337c5f000bd4ac8b70d1685dddc3ef0.jpg)