Centos 7 DVD是用开放的vm工具打包的。
但这就是我在vCenter中看到的:

VMware实际上建议运行Open工具。
当我试图安装vmware工具时,我收到了以下消息:
open-vm-tools are available from the OS vendor and VMware recommends using
open-vm-tools. See http://kb.vmware.com/kb/2073803 for more information.
Do you still want to proceed with this legacy installer? [no] no我是否缺少使用开放vm工具而不是vmware工具的任何东西,是否有方法告诉vCenter我安装了开放vm工具而不是vmware工具,或者我不需要担心它?
发布于 2016-06-04 17:18:34
通过同时升级open工具,可以避免内核升级时出现的问题。
vCenter在运行时应该会看到open工具。您是否在安装后检查服务是否正在运行?
systemctl status -l open-vm-tools
如果没有运行,启动并启用它
`systemctl start open-vm-tools`
`systemctl enable open-vm-tools`https://serverfault.com/questions/780960
复制相似问题