我正在使用Redhat VM来指示VMware Tools OSP已安装并正在运行,因为其在vSphere中的VMware Tools状态为"正在运行(第三方/独立)"。我还通过运行以下命令验证了VMware Tools守护程序vmtoolsd
正在运行...
# pgrep -fl vmtoolsd
>> 6048 /usr/bin/vmtoolsd
但是,每当我尝试运行vmware-toolbox-cmd
命令时,都会显示命令未找到。这个VM缺少什么,它安装了VMware Tools OSP但没有命令呢?
答案 0 :(得分:0)
根据Installing and Configuring VMware Tools:
,没有名为vmware-toolbox的GUI界面与vmware player 5(以及其他更新的产品) The graphical user interface for VMware Tools, which is sometimes called the VMware Tools control panel and which is available from the notification area in the guest operating system, has been deprecated
但是,您可以在主机上的VMWare Player的图形用户界面中找到工具箱的设置,例如“自动更新”(如在播放器中 - >管理 - >虚拟机设置 - >选项 - &gt ; VMware Tools)。
至于vmware-toolbox-cmd
什么都不做“?你敢打赌它,请阅读上面的文档。