REHL7虚拟机安装Open VM Tools

       VMware建议在REHL7上安装Open VM Tools替代原来的VMware Tools,项目地址:https://github.com/vmware/open-vm-tools

        1、建立源文件/etc/yum.repos.d/vmware-tools.repo

        2、填写内容

[vmware-tools]
name = VMware Tools
baseurl = http://packages.vmware.com/packages/rhel7/x86_64/
enabled = 1
gpgcheck = 1

        3、yum install open-vm-tools

              sudo yum install open-vm-tools-deploypkg

        如果在Workstation和Fusion上安装使用即拖即用功能还得再重新安装原来的VMware Tools,使用里面的vmhgfs Driver 才能实现该功能

你可能感兴趣的:(REHL7虚拟机安装Open VM Tools)