进入维护模式:vim-cmd hostsvc/maintenance_mode_enter
退出维护模式:vim-cmd hostsvc/maintenance_mode_exit
修改GPU图形模式
安装显卡驱动:esxcli software vib install -v directory/NVIDIA(显卡驱动目录)
更新显卡驱动:esxcli software vib update -v directory/NVIDIA(显卡驱动目录)
查看显卡进程:vmkload_mod -l | grep nvidia
查看显卡驱动:esxcli software vib list |grep NVIDIA
卸载显卡驱动:esxcli software vib remove –vibname=驱动名称 or esxcli software vib remove -n 驱动名称
以下提供一个简单的方法快速判读GPU的模式。在服务器虚拟化层我们执行如下命令,检查GPU卡当前的模式。
[root@xsm60 ~]# lspci -n | grep 10de
0000:04:00.0 Class 0300: 10de:13f2 [vmgfx6]
0000:05:00.0 Class 0300: 10de:13f2 [vmgfx7]
其中10de代表此设备来自NVIDIA公司
0300: Graphics — 代表为图形模式
0302: Compute — 则表明为计算模式,需要通过gpumodeswitch修改为图形模式