Centos 7 DVD 与开放式 vm 工具一同包装。
VMware 实际上建议运行 Open VM 工具。
当我尝试安装 vmware tools 时收到以下消息:
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
使用 open vm tools 而不是 vmware tools 时我是否缺少了什么?有没有办法告诉 vCenter 我安装了 open vm tools 而不是 vmware tools,或者我根本不用担心它?
答案1
您不会缺少 open-vm-tools 的任何东西,并且通过同时升级 open-vm-tools 可以避免在进行内核升级时出现问题。
一旦运行,vCenter 应该会看到 open-vm-tools。安装后,您是否检查过该服务是否正在运行?
systemctl status -l open-vm-tools
如果没有运行,请启动并启用它
`systemctl start open-vm-tools`
`systemctl enable open-vm-tools`