Linux
vCenter 沒有看到打開的 vm 工具
Centos 7 DVD 包含開放的 vm 工具。
VMware 實際上建議執行 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
我是否缺少使用開放 vm 工具而不是 vmware 工具的任何東西,有沒有辦法告訴 vCenter 我安裝了開放 vm 工具而不是 vmware 工具,還是我不必擔心?
使用 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`