Centos 7 DVD与打开的虚拟机工具一起打包。
但这是我在vCenter中看到的:
VMware实际上build议运行Open VM工具。
当我尝试安装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
我缺乏使用开放式虚拟机工具而不是虚拟机工具的任何东西,有没有办法告诉vCenter我已经安装了开放的虚拟机工具,而不是VMware工具,或者我只是不必担心呢?
您并不缺乏open-vm-tools的任何内容,并且可能会在通过同时升级open-vm-tools进行内核升级时避免出现问题。
一旦vCenter运行,vCenter应该会看到open-vm-tools。 你有没有检查确保服务在安装后运行?
systemctl status -l open-vm-tools
如果没有运行,启动并启用它
`systemctl start open-vm-tools` `systemctl enable open-vm-tools`