[RHEL7.1] 安装VMware Tools

  1. VMware Tools需要安装的依赖包

    [[email protected] ~]# yum install gcc

  2. 复制VMware Tools 安装包
  3. 解压安装包
    [[email protected] tmp]# tar zxvf VMwareTools-9.9.2-2496486.tar.gz

    [[email protected] tmp]# cd vmware-tools-distrib/

  4. 新版本RHEL7.1含有open-vm-tools组件,需要先删除该组件。

    [[email protected] vmware-tools-distrib]# rpm -e open-vm-tools --nodeps

  5. 开始安装VMware Tools

    [[email protected] vmware-tools-distrib]# ./vmware-install.pl

    安装全部采用默认值即可。

[[email protected] vmware-tools-distrib]# ./vmware-install.pl 
A previous installation of VMware Tools has been detected.

The previous installation was made by the tar installer (version 4).

Keeping the tar4 installer database format.

You have a version of VMware Tools installed.  Continuing this install will 
first uninstall the currently installed version.  Do you wish to continue? 
(yes/no) [yes] 

Uninstalling the tar installation of VMware Tools.

Stopping services for VMware Tools

Stopping vmware-tools (via systemctl):                     [  确定  ]

Stopping Thinprint services in the virtual machine:
   Stopping Virtual Printing daemon:                                   done

This program previously created the directory /mnt/hgfs, and was about to 
remove it. Somebody else apparently did it already.

The removal of VMware Tools 9.9.2 build-2496486 for Linux completed 
successfully.

Installing VMware Tools.

In which directory do you want to install the binary files? 
[/usr/bin] 

What is the directory that contains the init directories (rc0.d/ to rc6.d/)? 
[/etc/rc.d] 

What is the directory that contains the init scripts? 
[/etc/rc.d/init.d] 

In which directory do you want to install the daemon files? 
[/usr/sbin] 

In which directory do you want to install the library files? 
[/usr/lib/vmware-tools] 

The path "/usr/lib/vmware-tools" does not exist currently. This program is 
going to create it, including needed parent directories. Is this what you want?
[yes] 

In which directory do you want to install the documentation files? 
[/usr/share/doc/vmware-tools] 

The path "/usr/share/doc/vmware-tools" does not exist currently. This program 
is going to create it, including needed parent directories. Is this what you 
want? [yes] 

The installation of VMware Tools 9.9.2 build-2496486 for Linux completed 
successfully. You can decide to remove this software from your system at any 
time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl".

Before running VMware Tools for the first time, you need to configure it by 
invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want 
this program to invoke the command for you now? [yes] 

Initializing...

Making sure services for VMware Tools are stopped.

Stopping Thinprint services in the virtual machine:
   Stopping Virtual Printing daemon:                                   done
Stopping vmware-tools (via systemctl):                     [  确定  ]

The module vmci has already been installed on this system by another installer 
or package and will not be modified by this installer.

The module vsock has already been installed on this system by another installer
or package and will not be modified by this installer.

The module vmxnet3 has already been installed on this system by another 
installer or package and will not be modified by this installer.

The module pvscsi has already been installed on this system by another 
installer or package and will not be modified by this installer.

The module vmmemctl has already been installed on this system by another 
installer or package and will not be modified by this installer.

The VMware Host-Guest Filesystem allows for shared folders between the host OS 
and the guest OS in a Fusion or Workstation virtual environment.  Do you wish 
to enable this feature? [yes] 

Could not create the ‘/mnt/hgfs‘ directory.  Please make sure it is writeable 
and/or not currently in use.
The filesystem driver (vmhgfs module) is used only for the shared folder 
feature. The rest of the software provided by VMware Tools is designed to work 
independently of this feature.

If you wish to have the shared folders feature, you can install the driver by 
running vmware-config-tools.pl again after making sure that gcc, binutils, make
and the kernel sources for your running kernel are installed on your machine. 
These packages are available on your distribution‘s installation CD.
[ Press Enter key to continue ] 

The vmxnet driver is no longer supported on kernels 3.3 and greater. Please 
upgrade to a newer virtual NIC. (e.g., vmxnet3 or e1000e)

The vmblock enables dragging or copying files between host and guest in a 
Fusion or Workstation virtual environment.  Do you wish to enable this feature?
[yes] 

VMware automatic kernel modules enables automatic building and installation of
VMware kernel modules at boot that are not already present. This feature can be

enabled/disabled by re-running vmware-config-tools.pl.

Would you like to enable VMware automatic kernel modules?
[no] 

Thinprint provides driver-free printing. Do you wish to enable this feature? 
[yes] 

Disabling timer-based audio scheduling in pulseaudio.

Do you want to enable Guest Authentication (vgauth)? [yes] 

Detected X server version 1.15.0

Distribution provided drivers for Xorg X server are used.

Skipping X configuration because X drivers are not included.

The file /etc/xdg/autostart/vmware-user.desktop that this program was about to 
install already exists.  Overwrite? [yes] 

Creating a new initrd boot image for the kernel.
   Starting Virtual Printing daemon:                                   done
Starting vmware-tools (via systemctl):                     [  确定  ]
The configuration of VMware Tools 9.9.2 build-2496486 for Linux for this 
running kernel completed successfully.

You must restart your X session before any mouse or graphics changes take 
effect.

You can now run VMware Tools by invoking "/usr/bin/vmware-toolbox-cmd" from the
command line.

To enable advanced X features (e.g., guest resolution fit, drag and drop, and 
file and text copy/paste), you will need to do one (or more) of the following:
1. Manually start /usr/bin/vmware-user
2. Log out and log back into your desktop session; and,
3. Restart your X session.

Enjoy,

--the VMware team
时间: 2024-10-07 06:50:45

[RHEL7.1] 安装VMware Tools的相关文章

第七天 RHEL6.5安装vmware tools、RHEL6.5及RHEL7.2 root密码破解、Linux用户管理(第一稿)

1.RHEL6.5安装vmware tools. 打开RHEL6.5虚拟机 点击菜单栏虚拟机选项下有一个安装vmware-tools(因为我已经安装过了,所以是重新安装) 这是系统会自动挂载光驱,将vmware-tools光盘挂载 打开终端,方便起见,卸载光驱后挂载到/mnt umount /dev/cdrom mount /dev/cdrom /mnt 在/mnt目录下,有一个vmware-tools的工具包 将其拷贝到~目录下 cp VMware-   ~ 对拷贝的压缩包解压 注:压缩包有两

虚拟机 安装 VMware Tools

为什么要安装VMware Tools ?    在操作虚拟机的时候是否会有些让你几乎不能忍受的地方,比如:鼠标移动不是很灵活.你的鼠标每次切换到真机都要按"Ctrl + Alt"键,这样是不是非常的麻烦.但是只要你在虚拟机中安装VMware Tools 后,所有的问题全都解决.这样可以帮助你更加轻松和流畅的来使用你的虚拟机. 安装环境    1)正常运行的虚拟机    2)linux版本的操作系统(5.9举例) 安装步骤     1 点击虚拟机安装VMware tools,此时会在li

手把手交大家在mac上用VMWare虚拟机装Linux-Ubuntu--及Ubuntu安装Vmware Tools[转载+一些修改](版本:17.04)

现在网上的虚拟机有很多,本人测试VMware在Mac上表现良好,推荐给大家 需要的工具 软件 vmware fusion for Mac (直接百度搜就好) 软件 Ubuntu 系统光盘 或 镜像文件(.iso) 安装Vmware 1.下载vmware fusion for Mac 网上有很多,大家自己找吧,最好找汉化版 2.安装Vmware 3.下面什么下一步啦,同意啦我就不说啦,为大家准备啦注册码 (我下载的VMware fusion 8 其他版本问度娘吧,有很多) Fusion 8序列号:

redhat安装VMware tools的方法

如果我们仔细看的话, 就会发现在VMware软件界面的左下角处显示着 "you don't have VMware Tools installed",即我们还没安装VMware Tools. VMware Tools有什么用呢? VMware Tools其实就是虚拟的显卡的驱动程序, 安装以后,虚拟系统屏幕的显示效果会更好, 除此之外,我在网上还发现有人说, 安装以后,鼠标就可以在主.客系统之间自如地移动, 而不需ctrl+alt组合键来切换(这确实有点麻烦). 接下来就简单介绍一下怎

Centos下安装VMware tools

1:先在虚拟机点击安装VMware Tools 2:然后挂载 mount /dev/cdrom /mnt 3:进入/mnt,可以看到有       4:拷贝VMwareTools到其他目录,解压,执行./vmware-install.pl cp /mnt/VMwareTools-10.0.0-2977863.tar.gz /software tar -zxvf VMwareTools-10.0.0-2977863.tar.gz ./vmware-install.pl

虚拟机下安装vmware tools

一.首先是安装VMWare tools1.以ROOT身份进入LINUX  2.在虚拟机软件VMWARE状态栏中,点击 SETTING菜单下的ENABLE VMWARE TOOLS子菜单,此时在linux的/media/下会出现一个新文件夹,把vmware-linux-tools.tar.gz(具体名字已经忘了,大概就是这个)拷贝到临时文件夹 3.使用命令解压它: tar zxf vmware-linux-tools.tar.gz 4.进入解压后的文件夹,使用 ./vmware-install.p

linux 安装VMware Tools 方法 (1)

虚拟机安装 VMware Tools for Linux 介绍: VMware Tools是VMware虚拟机中自带的一种增强工具,相当于VirtualBox中的增强功能(Sun VirtualBox Guest Additions),是VMware提供的增强虚拟显卡和硬盘性能.以及同步虚拟机与主机时钟的驱动程序. 只有在VMware虚拟机中安装好了VMware Tools,才能实现主机与虚拟机之间的文件共享,同时可支持自由拖拽的功能,鼠标也可在虚拟机与主机之前自由移动(不用再按ctrl+alt

BackTrack5-r3安装VMware Tools

bt login:root //默认的BT系统账号password:toor //默认的BT系统密码,这里的密码是不显示的.[email protected]:~#startx //进入图形模式 启动BT虚拟机系统-在VMware菜单栏里选择:虚拟机(M)-安装VMware Tools(T)-将鼠标点入BT字符界面输入系统默认账号/密码/进入图形模式 进入图形模式以后,桌面会有一个VMware Tools图标,鼠标双击它打开,将VMwareTools-9.6.1-1378637.tar.gz文件

安装vmware tools

本人亲自试验过-------------------------------------参考百度经验cd /lscd /media装载cd:mount /dev/cdrom /media提示mount:block device /dev/sr0 is write-protecter, mounting read-onlylscp VMwareTools-10.0.0. (按Tab补全) /tmpcd /tmpll 只有r权限chmod +x VMwareTools-8.6.0-425873.ta